pgsql: Fix a bug in the previous patch, which caused the title pointer - Mailing list pgsql-committers

From alvherre@postgresql.org (Alvaro Herrera)
Subject pgsql: Fix a bug in the previous patch, which caused the title pointer
Date
Msg-id 20080513001412.07F407559E9@cvs.postgresql.org
Whole thread Raw
List 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)

pgsql-committers by date:

Previous
From: alvherre@postgresql.org (Alvaro Herrera)
Date:
Subject: pgsql: Improve psql's internal print.c code by introducing an actual
Next
From: alvherre@postgresql.org (Alvaro Herrera)
Date:
Subject: pgsql: Change \du to use the new printTable API, improving the situation