diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2014-03-17 12:36:11 -0400 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2014-03-17 12:36:11 -0400 |
commit | d70cf811f7dd26c07dbb78df4a51b667e7a3489b (patch) | |
tree | 415d82acb416f4e3cc87b9c8783037d593600a06 /src/backend/access/gist/gistproc.c | |
parent | d663d4399e767223e454302ea90d04f78b2f9d29 (diff) | |
download | postgresql-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