Fix buildfarm failures from 2af07e2f74.
Jeff Davis <jdavis@postgresql.org>
Fix buildfarm failures from 2af07e2f74. Use GUC_ACTION_SAVE rather than GUC_ACTION_SET, necessary for working with parallel query. Now that the call requires more arguments, wrap the call in a new function to avoid code duplication and offer a place for a comment. Discussion: https://postgr.es/m/E1rhJpO-0027Wf-9L@gemulon.postgresql.org
Files
| Path | Change | +/− |
|---|---|---|
| contrib/amcheck/t/004_verify_nbtree_unique.pl | modified | +19 −26 |
| contrib/amcheck/verify_nbtree.c | modified | +1 −2 |
| src/backend/access/brin/brin.c | modified | +1 −2 |
| src/backend/catalog/index.c | modified | +4 −9 |
| src/backend/commands/analyze.c | modified | +1 −2 |
| src/backend/commands/cluster.c | modified | +1 −2 |
| src/backend/commands/indexcmds.c | modified | +3 −7 |
| src/backend/commands/matview.c | modified | +1 −2 |
| src/backend/commands/vacuum.c | modified | +1 −2 |
| src/backend/utils/misc/guc.c | modified | +19 −0 |
| src/include/utils/guc.h | modified | +1 −6 |
Discussion
- pgsql: Fix search_path to a safe value during maintenance operations. 5 messages · 2024-03-05