summaryrefslogtreecommitdiff
path: root/src/backend/executor
diff options
context:
space:
mode:
authorNathan Bossart <nathan@postgresql.org>2024-10-07 16:49:20 -0500
committerNathan Bossart <nathan@postgresql.org>2024-10-07 16:49:20 -0500
commitd4ade0bafb7571c8268f5eae4124e71df45ca8b2 (patch)
treebedd22afdae3d2ea726b7208e20354218e4c71f1 /src/backend/executor
parentb255493aefe9eea0ba2592d485819aaad21193fb (diff)
vacuumdb: Schema-qualify operator in catalog query's WHERE clause.
Commit 1ab67c9dfa, which modified this catalog query so that it doesn't return temporary relations, forgot to schema-qualify the operator. A comment earlier in the function implores us to fully qualify everything in the query: * Since we execute the constructed query with the default search_path * (which could be unsafe), everything in this query MUST be fully * qualified. This commit fixes that. While at it, add a newline for consistency with surrounding code. Reviewed-by: Noah Misch Discussion: https://postgr.es/m/ZwQJYcuPPUsF0reU%40nathan Backpatch-through: 12
Diffstat (limited to 'src/backend/executor')
0 files changed, 0 insertions, 0 deletions