[COMMITTERS] pgsql: Fix btree mark/restore bug.

2016-06-02 Thread Kevin Grittner
Fix btree mark/restore bug. Commit 2ed5b87f96d473962ec5230fd820abfeaccb2069 introduced a bug in mark/restore, in an attempt to optimize repeated restores to the same page. This caused an assertion failure during a merge join which fed directly from an index scan, although the impact would not be

[COMMITTERS] pgsql: Fix btree mark/restore bug.

2016-06-02 Thread Kevin Grittner
Fix btree mark/restore bug. Commit 2ed5b87f96d473962ec5230fd820abfeaccb2069 introduced a bug in mark/restore, in an attempt to optimize repeated restores to the same page. This caused an assertion failure during a merge join which fed directly from an index scan, although the impact would not be