This patch reduces some unsightly #ifdefs, and fixes two typos in

Bruce Momjian <bruce@momjian.us>

Commit: 35ddc2edeea919bad940b3e0ca8619688adba4b1
Author: Bruce Momjian <bruce@momjian.us>
Date: 2003-12-01T22:14:40Z
Releases: 8.0.0
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

Files

PathChange+/−
src/bin/psql/command.c modified +5 −21
src/bin/psql/common.h modified +8 −1
src/bin/psql/copy.c modified +1 −2
src/bin/psql/stringutils.c modified +4 −6
src/bin/psql/tab-complete.c modified +5 −14
src/bin/psql/variables.c modified +8 −16