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

Started by Bruce Momjianover 22 years ago1 messagescomitters
Jump to latest
#1Bruce Momjian
bruce@momjian.us

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