forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit6551f3d
committed
Add assertion in expand_vacuum_rel() for non-autovacuum path
The code path where the assertion is added helps to check thatautovacuum always includes a relation OID when doing a vacuum on it.Extracted from a larger patch set to add support for SKIP LOCKED withmanual VACUUM commands.Author: Nathan BossartDiscussion:https://postgr.es/m/9EF7EBE4-720D-4CF1-9D0E-4403D7E92990@amazon.com1 parent9a7b7ad commit6551f3d
1 file changed
+6
-0
lines changedLines changed: 6 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
443 | 443 |
| |
444 | 444 |
| |
445 | 445 |
| |
| 446 | + | |
| 447 | + | |
| 448 | + | |
| 449 | + | |
| 450 | + | |
| 451 | + | |
446 | 452 |
| |
447 | 453 |
| |
448 | 454 |
| |
|
0 commit comments
Comments
(0)