pgsql: During index build, check and elog (not just Assert) for broken
Started by Tom Laneover 12 years ago1 messagescomitters
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.
Branch
------
REL9_3_STABLE
Details
-------
http://git.postgresql.org/pg/commitdiff/c3701254b58d2323dfa399d3ed62551e2c738c48
Modified Files
--------------
src/backend/catalog/index.c | 11 +++++++++--
1 file changed, 9 insertions(+), 2 deletions(-)
--
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers