diff options
author | Heikki Linnakangas <heikki.linnakangas@iki.fi> | 2014-10-03 12:07:10 +0300 |
---|---|---|
committer | Heikki Linnakangas <heikki.linnakangas@iki.fi> | 2014-10-03 14:50:46 +0300 |
commit | f270a1611026616d1304d4623f7e7acd0d6c63d6 (patch) | |
tree | 9f90643d4f1ed2585951d9e6eea31fa00d7235bd /src/backend/access/gist/gistxlog.c | |
parent | 7f71c891a53c42a80272ca1ff129bc9b7d4de50d (diff) | |
download | postgresql-f270a1611026616d1304d4623f7e7acd0d6c63d6.tar.gz postgresql-f270a1611026616d1304d4623f7e7acd0d6c63d6.zip |
Check for GiST index tuples that don't fit on a page.
The page splitting code would go into infinite recursion if you try to
insert an index tuple that doesn't fit even on an empty page.
Per analysis and suggested fix by Andrew Gierth. Fixes bug #11555, reported
by Bryan Seitz (analysis happened over IRC). Backpatch to all supported
versions.
Diffstat (limited to 'src/backend/access/gist/gistxlog.c')
0 files changed, 0 insertions, 0 deletions