-
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.
Introduce minimum major version for powa_modules
Some modules uses the pg_lsn datatype, which doesn't support min()/max() in pre-pg13 versions. As a consequence the aggregate function fails on such versions. Rather than trying to support different aggregation for those modules just skip them on older pg versions as pg12 is about to be EOL.
- Loading branch information
Showing
6 changed files
with
159 additions
and
85 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
Oops, something went wrong.