pgsql: Improve the various elog messages in tuptoaster.c to report which

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Improve the various elog messages in tuptoaster.c to report which
Date: 2008-06-13 02:59:52
Message-ID: 20080613025952.76AD7754594@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Improve the various elog messages in tuptoaster.c to report which TOAST table
the problem happened in. These are all supposedly can't-happen cases, but
when they do happen it's useful to know where.

Back-patch to 8.3, but not further because the patch doesn't apply cleanly
further back. Given the lack of response to my proposal of this, there
doesn't seem to be enough interest to justify much back-porting effort.

Tags:
----
REL8_3_STABLE

Modified Files:
--------------
pgsql/src/backend/access/heap:
tuptoaster.c (r1.81.2.2 -> r1.81.2.3)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/access/heap/tuptoaster.c?r1=1.81.2.2&r2=1.81.2.3)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2008-06-13 16:24:38 pgsql: Modify TODO entry to be a function: > o Add functions to syntax
Previous Message Tom Lane 2008-06-13 02:59:47 pgsql: Improve the various elog messages in tuptoaster.c to report which