pgsql: Fix a bug in the previous patch, which caused the title pointer

From: alvherre(at)postgresql(dot)org (Alvaro Herrera)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix a bug in the previous patch, which caused the title pointer
Date: 2008-05-13 00:14:11
Message-ID: 20080513001412.07F407559E9@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Fix a bug in the previous patch, which caused the title pointer to be used
before it was actually set.

Modified Files:
--------------
pgsql/src/bin/psql:
describe.c (r1.171 -> r1.172)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/bin/psql/describe.c?r1=1.171&r2=1.172)
print.c (r1.100 -> r1.101)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/bin/psql/print.c?r1=1.100&r2=1.101)

Browse pgsql-committers by date

  From Date Subject
Next Message Alvaro Herrera 2008-05-13 00:23:17 pgsql: Change \du to use the new printTable API, improving the situation
Previous Message Alvaro Herrera 2008-05-12 22:59:58 pgsql: Improve psql's internal print.c code by introducing an actual