forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit8318f2b
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 parent5d6187d commit8318f2b
1 file changed
+2
-1
lines changedLines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
684 | 684 |
| |
685 | 685 |
| |
686 | 686 |
| |
687 |
| - | |
| 687 | + | |
| 688 | + | |
688 | 689 |
| |
689 | 690 |
| |
690 | 691 |
| |
|
0 commit comments
Comments
(0)