forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitd034e9b
committed
Fix hot standby bug with GiST scans.
Don't reset the rightlink of a page when replaying a page update record.This was a leftover from pre-hot standby days, when it was not possible tohave scans concurrent with WAL replay. Resetting the right-link was notnecessary back then either, but it was done for the sake of tidiness. Butwith hot standby, it's wrong, because a concurrent scan might still need it.Backpatch all versions with hot standby, 9.0 and above.1 parent5c26ab6 commitd034e9b
1 file changed
+0
-1
lines changedLines changed: 0 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
253 | 253 |
| |
254 | 254 |
| |
255 | 255 |
| |
256 |
| - | |
257 | 256 |
| |
258 | 257 |
| |
259 | 258 |
| |
|
0 commit comments
Comments
(0)