pgsql: Improve the various elog messages in tuptoaster.c to report which - Mailing list pgsql-committers

From tgl@postgresql.org (Tom Lane)
Subject pgsql: Improve the various elog messages in tuptoaster.c to report which
Date
Msg-id 20080613025952.76AD7754594@cvs.postgresql.org
Whole thread Raw
List 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)

pgsql-committers by date:

Previous
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Improve the various elog messages in tuptoaster.c to report which
Next
From: momjian@postgresql.org (Bruce Momjian)
Date:
Subject: pgsql: Modify TODO entry to be a function: > o Add functions to syntax