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

PG-17 Support #463

Draft
wants to merge 19 commits into
base: main
Choose a base branch
from
Draft

PG-17 Support #463

wants to merge 19 commits into from

Conversation

runs-on: ubuntu-22.04
steps:
- name: Clone postgres repository
uses: actions/checkout@v4
with:
repository: 'postgres/postgres'
ref: 'REL_16_STABLE'
ref: 'master' # TODO: Replace with REL_17_STABLE
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

TODO: don't forget

Comment on lines -2423 to -2425


tuplestore_donestoring(tupstore);
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This function was replaced with NOOP macro in PG7.4 and in PG17 it was removed completely.
https://git.postgresql.org/gitweb/?p=postgresql.git;a=commitdiff;h=dd04e958c8b03c0f0512497651678c7816af3198

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.

Make pg_stat_monitor ready for PostgreSQL 17
1 participant