Moved psql \eset and \eshow to \encoding
Peter Eisentraut <peter_e@gmx.net>
Moved psql \eset and \eshow to \encoding Improved psql's Ctrl-C handling Fixed configure test for sigsetjmp that now even recognizes it if it's a macro
Files
| Path | Change | +/− |
|---|---|---|
| src/bin/psql/command.c | modified | +29 −25 |
| src/bin/psql/command.h | modified | +2 −2 |
| src/bin/psql/common.c | modified | +18 −21 |
| src/bin/psql/common.h | modified | +7 −1 |
| src/bin/psql/help.c | modified | +9 −5 |
| src/bin/psql/input.c | modified | +3 −1 |
| src/bin/psql/mainloop.c | modified | +41 −2 |
| src/bin/psql/mainloop.h | modified | +9 −1 |
| src/bin/psql/startup.c | modified | +24 −12 |
| src/bin/psql/tab-complete.c | modified | +11 −5 |
| src/configure | modified | +109 −85 |
| src/configure.in | modified | +10 −1 |
| src/include/config.h.in | modified | +11 −0 |
| src/include/port/linux.h | modified | +0 −6 |
| src/include/tcop/tcopprot.h | modified | +1 −15 |