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:47
Message-ID: 20080613025947.68228754594@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.

Modified Files:
--------------
pgsql/src/backend/access/heap:
tuptoaster.c (r1.87 -> r1.88)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/access/heap/tuptoaster.c?r1=1.87&r2=1.88)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2008-06-13 02:59:52 pgsql: Improve the various elog messages in tuptoaster.c to report which
Previous Message User Gleu 2008-06-12 20:30:19 pgsnap - pgsnap: Review TODO file.