forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitd4ade0b
committed
vacuumdb: Schema-qualify operator in catalog query's WHERE clause.
Commit1ab67c9, which modified this catalog query so that itdoesn't return temporary relations, forgot to schema-qualify theoperator. A comment earlier in the function implores us to fullyqualify 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 consistencywith surrounding code.Reviewed-by: Noah MischDiscussion:https://postgr.es/m/ZwQJYcuPPUsF0reU%40nathanBackpatch-through: 121 parentb255493 commitd4ade0b
1 file changed
+2
-1
lines changedLines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
533 | 533 |
| |
534 | 534 |
| |
535 | 535 |
| |
536 |
| - | |
| 536 | + | |
| 537 | + | |
537 | 538 |
| |
538 | 539 |
| |
539 | 540 |
| |
|
0 commit comments
Comments
(0)