forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitc978738
committed
Remove overzealous VACUUM visibility map assertion.
The all_visible_according_to_vm variable's value is inherently prone tobecoming invalidated concurrently, since it is set before we evenacquire a lock on a related heap page buffer.Oversight in commit7136bf3, which added the assertion in passing.Author: Masahiko Sawada <sawada.mshk@gmail.com>Reported-By: Tang <tanghy.fnst@fujitsu.com>Diagnosed-By:: Masahiko Sawada <sawada.mshk@gmail.com>Discussion:https://postgr.es/m/CAD21AoDzgc8_MYrA5m1fyydomw_eVKtQiYh7sfDK4KEhdMsf_g@mail.gmail.com1 parent3fe773b commitc978738
1 file changed
+0
-1
lines changedLines changed: 0 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1344 | 1344 |
| |
1345 | 1345 |
| |
1346 | 1346 |
| |
1347 |
| - | |
1348 | 1347 |
| |
1349 | 1348 |
| |
1350 | 1349 |
| |
|
0 commit comments
Comments
(0)