-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This version has been EOL for a very long time, and supporting it just became too expensive. The main reason to drop this versions are: - pg_event_trigger_ddl_commands() is not there, making it impossible to detect what extension has just been created or dropped in an event trigger. Previous versions of PoWA were blindly trying to register or unregister all supported extensions when any extension is created or dropped, but that's not a sensible approach and PoWA 5 checks for the actual extension - Using named operators in function calls only works with the old (and not standard) syntax ":=" rather than "=>". Having to stick with the old syntax is eventually going to byte us - ASSERT is not supported in plpgsql. While not critical it's nice to have and adding some client-side layer doesn't make sense
- Loading branch information
Showing
3 changed files
with
21 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
9.4+ | ||
9.5+ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters