Skip to content

Fix compatibility with pg18 #91

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

Merged
merged 2 commits into from
Feb 24, 2025
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Merge remote-tracking branch 'upstream/master' into patch-2
  • Loading branch information
RekGRpth committed Feb 21, 2025
commit 637679bcaff34c9a5ab9edbdac366170fd749bd3
2 changes: 1 addition & 1 deletion pg_wait_sampling.c
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ static PlannedStmt *pgws_planner_hook(Query *parse,
#if PG_VERSION_NUM >= 130000
const char *query_string,
#endif
int cursorOptions, ParamListInfo boundParams);
int cursorOptions, ParamListInfo boundParams);
static
#if PG_VERSION_NUM >= 180000
bool
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.