diff options
author | Heikki Linnakangas <heikki.linnakangas@iki.fi> | 2014-04-08 14:47:24 +0300 |
---|---|---|
committer | Heikki Linnakangas <heikki.linnakangas@iki.fi> | 2014-04-08 14:51:56 +0300 |
commit | 02b9fd73ee576260355a2e2bd489f93dbcbdb37f (patch) | |
tree | 720d16a09b0845df6f93e4c6c6f332af7c853269 /src/interfaces/ecpg/test/expected/preproc-array_of_struct.c | |
parent | 74cf8028411700474b5464d62dafdc32d48583aa (diff) | |
download | postgresql-02b9fd73ee576260355a2e2bd489f93dbcbdb37f.tar.gz postgresql-02b9fd73ee576260355a2e2bd489f93dbcbdb37f.zip |
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 to
have scans concurrent with WAL replay. Resetting the right-link was not
necessary back then either, but it was done for the sake of tidiness. But
with hot standby, it's wrong, because a concurrent scan might still need it.
Backpatch all versions with hot standby, 9.0 and above.
Diffstat (limited to 'src/interfaces/ecpg/test/expected/preproc-array_of_struct.c')
0 files changed, 0 insertions, 0 deletions