fixed another psql \e bug (handle newlines as whitespace)
Peter Eisentraut <peter_e@gmx.net>
fixed another psql \e bug (handle newlines as whitespace) repaired psql option scanning bug (special treatment to \g |pipe) fixed ipcclean makefile made configure look for Perl to handle psql help build gracefully
Files
| Path | Change | +/− |
|---|---|---|
| src/bin/ipcclean/Makefile | modified | +5 −9 |
| src/bin/psql/command.c | modified | +30 −17 |
| src/bin/psql/copy.c | modified | +14 −14 |
| src/bin/psql/mainloop.c | modified | +4 −4 |
| src/bin/psql/Makefile.in | modified | +2 −1 |
| src/configure | modified | +398 −435 |
| src/configure.in | modified | +1 −2 |
| src/Makefile.global.in | modified | +2 −2 |