Here's some changes I made last night to psql's common.c (as found in
authorBruce Momjian <bruce@momjian.us>
Wed, 19 Feb 2003 03:54:39 +0000 (03:54 +0000)
committerBruce Momjian <bruce@momjian.us>
Wed, 19 Feb 2003 03:54:39 +0000 (03:54 +0000)
commit1eb9fd49d11a2e91e0e9eb465c815958c376937d
tree726e9b318de796f7140819716be3515bee7126f3
parent71f35f59167763ea933d19e2ee78abb3976b0040
Here's some changes I made last night to psql's common.c (as found in
7.3.2).  It removes some code duplication and #ifdeffing, and some
unstructured ugliness such as tacky breaks and an unneeded continue.
Breaks up a large function into smaller functions and reduces required
nesting levels, and kills a variable or two.

Jeroen T. Vermeulen
src/bin/psql/common.c