pgsql: Remove unnecessary and version-sensitive dependence on the exact

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Remove unnecessary and version-sensitive dependence on the exact
Date: 2009-07-20 03:46:53
Message-ID: 20090720034653.EB94275331E@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Remove unnecessary and version-sensitive dependence on the exact set of
column names to be found in a sequence. Per gripe from Bruce.

Tags:
----
REL8_4_STABLE

Modified Files:
--------------
pgsql/src/bin/psql:
describe.c (r1.218 -> r1.218.2.1)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/bin/psql/describe.c?r1=1.218&r2=1.218.2.1)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2009-07-20 08:01:07 pgsql: Use errcontext mechanism in PL/Python Error messages from
Previous Message Tom Lane 2009-07-20 03:46:45 pgsql: Remove unnecessary and version-sensitive dependence on the exact