- Notifications
You must be signed in to change notification settings - Fork41
Make it so subqueries do not rewrite top-level queryId#78
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
shinderuk left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
Oops, PG_FINALLY is not available in v12:
https://app.travis-ci.com/github/postgrespro/pg_wait_sampling/jobs/622953926
1c9e00f tof4fbcceCompareUh oh!
There was an error while loading.Please reload this page.
f4fbcce tob2ade62Comparepg_wait_sampling.c Outdated
| if (nesting_level==0) | ||
| pgws_proc_queryids[i]=parse->queryId; | ||
| /* Invoke original hook if needed */ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
Please move this comment below, atopif (planner_hook_next).
b2ade62 to0b5c61bCompare
Also remove if(MyProc) checks