Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Introduce minimum major version for powa_modules #63

Merged
merged 1 commit into from
Jul 14, 2024
Merged

Conversation

rjuju
Copy link
Member

@rjuju rjuju commented Jul 14, 2024

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.

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.
@rjuju rjuju merged commit 6333ce6 into master Jul 14, 2024
5 checks passed
@rjuju rjuju deleted the module_min_ver branch July 14, 2024 00:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant