aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/gist/gistproc.c
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2014-03-17 12:36:11 -0400
committerTom Lane <tgl@sss.pgh.pa.us>2014-03-17 12:36:11 -0400
commitd70cf811f7dd26c07dbb78df4a51b667e7a3489b (patch)
tree415d82acb416f4e3cc87b9c8783037d593600a06 /src/backend/access/gist/gistproc.c
parentd663d4399e767223e454302ea90d04f78b2f9d29 (diff)
downloadpostgresql-d70cf811f7dd26c07dbb78df4a51b667e7a3489b.tar.gz
postgresql-d70cf811f7dd26c07dbb78df4a51b667e7a3489b.zip
During index build, check and elog (not just Assert) for broken HOT chain.
The recently-fixed bug in WAL replay could result in not finding a parent tuple for a heap-only tuple. The existing code would either Assert or generate an invalid index entry, neither of which is desirable. Throw a regular error instead.
Diffstat (limited to 'src/backend/access/gist/gistproc.c')
0 files changed, 0 insertions, 0 deletions