Tom Lane wrote:
> 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.

Thanks.

-- 
Álvaro Herrera                http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Training & Services


-- 
Sent via pgsql-committers mailing list ([email protected])
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers

Reply via email to