postgresql/src/bin
Tom Lane 3620569fec #ifdef out some dead code in psql/mainloop.c.
This pg_send_history() call is unreachable, since the block it's in
is currently only entered in !cur_cmd_interactive mode.  But rather
than just delete it, make it #ifdef NOT_USED, in hopes that we'll
remember to enable it if we ever change that decision.

Per report from David Binderman.  Since this is basically cosmetic,
I see no great need to back-patch.

Discussion: https://postgr.es/m/HE1PR0802MB233122B61F00A15E035C83BE9C710@HE1PR0802MB2331.eurprd08.prod.outlook.com
2017-10-06 11:35:55 -04:00
..
initdb Fix compiler warning 2017-09-20 09:03:04 -04:00
pg_archivecleanup pg_archivecleanup: Add test suite 2017-09-14 22:23:00 -04:00
pg_basebackup Replace most usages of ntoh[ls] and hton[sl] with pg_bswap.h. 2017-10-01 15:36:14 -07:00
pg_config Translation updates 2017-08-07 13:55:34 -04:00
pg_controldata Make WAL segment size configurable at initdb time. 2017-09-19 22:03:48 -07:00
pg_ctl Allow pg_ctl kill to send SIGKILL. 2017-10-01 15:24:58 -07:00
pg_dump Replace most usages of ntoh[ls] and hton[sl] with pg_bswap.h. 2017-10-01 15:36:14 -07:00
pg_resetwal Make WAL segment size configurable at initdb time. 2017-09-19 22:03:48 -07:00
pg_rewind Replace most usages of ntoh[ls] and hton[sl] with pg_bswap.h. 2017-10-01 15:36:14 -07:00
pg_test_fsync Make WAL segment size configurable at initdb time. 2017-09-19 22:03:48 -07:00
pg_test_timing pg_test_timing: Some NLS fixes 2017-08-26 09:25:19 -04:00
pg_upgrade Revert "Add basic TAP test setup for pg_upgrade" 2017-09-22 16:46:56 -04:00
pg_waldump Make WAL segment size configurable at initdb time. 2017-09-19 22:03:48 -07:00
pgbench Fix busy-wait in pgbench, with --rate. 2017-10-01 09:29:27 +03:00
pgevent Phase 3 of pgindent updates. 2017-06-21 15:35:54 -04:00
psql #ifdef out some dead code in psql/mainloop.c. 2017-10-06 11:35:55 -04:00
scripts Use a longer connection timeout in pg_isready test. 2017-10-01 12:43:46 -04:00
Makefile Rename user-facing tools with "xlog" in the name to say "wal". 2017-02-09 16:23:46 -05:00