Thread: pgsql-server/src/bin/psql command.c common.h c ...

pgsql-server/src/bin/psql command.c common.h c ...

From
momjian@svr1.postgresql.org (Bruce Momjian)
Date:
CVSROOT:    /cvsroot
Module name:    pgsql-server
Changes by:    momjian@svr1.postgresql.org    03/12/01 18:14:41

Modified files:
    src/bin/psql   : command.c common.h copy.c stringutils.c
                     tab-complete.c variables.c

Log message:
    This patch reduces some unsightly #ifdefs, and fixes two typos in
    comments in the psql code. This doesn't make any functional change, so
    feel free to save it for 7.5

    Neil Conway