forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commiteba8cc1
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 parent8aaf88b commiteba8cc1
1 file changed
+2
-1
lines changedLines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
694 | 694 |
| |
695 | 695 |
| |
696 | 696 |
| |
697 |
| - | |
| 697 | + | |
| 698 | + | |
698 | 699 |
| |
699 | 700 |
| |
700 | 701 |
| |
|
0 commit comments
Comments
(0)