forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit4a6603c
committed
Fix assertion failure in heap_vacuum_rel
Commit7d71d3d changed resetting the VacuumFailsafeActive flag to anassertion since the flag is reset before starting vacuuming a relation.This however failed to take recursive calls of vacuum_rel() and vacuumof TOAST tables into consideration. Fix by reverting back to resetttingthe flag.Author: Masahiko Sawada <sawada.mshk@gmail.com>Reviewed-by: Melanie Plageman <melanieplageman@gmail.com>Reported-by: John Naylor <john.naylor@enterprisedb.com>Discussion:https://postgr.es/m/CAFBsxsFz=GqaG5Ens5aNgVYoV2Y+pfMUijX0ku+CCkWfALwiqg@mail.gmail.com1 parentb72f564 commit4a6603c
1 file changed
+5
-1
lines changedLines changed: 5 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
389 | 389 |
| |
390 | 390 |
| |
391 | 391 |
| |
392 |
| - | |
| 392 | + | |
| 393 | + | |
| 394 | + | |
| 395 | + | |
| 396 | + | |
393 | 397 |
| |
394 | 398 |
| |
395 | 399 |
| |
|
0 commit comments
Comments
(0)