- Notifications
You must be signed in to change notification settings - Fork38
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
Upstream commitpostgres/postgres@525392d changed return type of ExecutorStart_hook API from void to bool.
Closing and reopening only to restart Travis CI |
56546f0
intopostgrespro:masterUh oh!
There was an error while loading.Please reload this page.
@Medvecrab, looks like this patch needs to be reverted because the patchpostgres/postgres@525392d was reverted bypostgres/postgres@1722d5e. |
@RekGRpth, I have reverted changes related to this PR. I have successfully built pg_wait_sampling locally with current master (4fbb46f61271f4b7f46ecad3de608fc2f4d7d80f). CI has failed, but it was broken for some time already |
Upstream commitpostgres/postgres@525392d changed return type of ExecutorStart_hook API from void to bool.