pgsql: Fix two error-recovery bugs in describeOneTableDetails(), and

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix two error-recovery bugs in describeOneTableDetails(), and
Date: 2008-11-03 19:08:56
Message-ID: 20081103190856.DE8D07545A4@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Fix two error-recovery bugs in describeOneTableDetails(), and make the code
to dump sequence values cope with sequences outside the search path and/or
having names that need quoting. No back-patch needed because these are new
problems in 8.4.

Kris Jurka (also a little bit of code beautification by tgl)

Modified Files:
--------------
pgsql/src/bin/psql:
describe.c (r1.185 -> r1.186)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/bin/psql/describe.c?r1=1.185&r2=1.186)

Browse pgsql-committers by date

  From Date Subject
Next Message Alvaro Herrera 2008-11-03 19:24:03 pgsql: Fix TransactionIdSetStatusBit so that it doesn't try to change a
Previous Message Alvaro Herrera 2008-11-03 19:03:41 pgsql: Reduce the acceptable staleness of pgstat data for autovacuum,