Thread: pgsql: Fix crash in the new GiST insertion code, when an update splits

pgsql: Fix crash in the new GiST insertion code, when an update splits

From
Heikki Linnakangas
Date:
Fix crash in the new GiST insertion code, when an update splits the root page.

This bug was exercised by contrib/intarray/bench, as noted by Tom Lane.

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=postgresql.git;a=commitdiff;h=ca63029eac379d82f78a985a5d4068b9954deb02

Modified Files
--------------
src/backend/access/gist/gist.c |   30 ++++++++++++++++++------------
1 files changed, 18 insertions(+), 12 deletions(-)