This patch reduces some unsightly #ifdefs, and fixes two typos in
Bruce Momjian <bruce@momjian.us>
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
| Path | Change | +/− |
|---|---|---|
| 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 |