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

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

From
alvherre@postgresql.org (Alvaro Herrera)
Date:
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)