postgresql/src/bin
Tom Lane 5e7bedc5ad Modernize our readline API a tad.
Prefer to call "rl_filename_completion_function" and
"rl_completion_matches", rather than using the names without the rl_
prefix.  This matches Readline's documentation, and makes our code
a little clearer about which names are external.  On platforms that
only have the un-prefixed names (just some very ancient versions of
libedit, AFAICT), reverse the direction of the compatibility macro
definitions to match.

Also, remove our extern declaration of "filename_completion_function";
whatever libedit versions may have failed to declare that are surely
dead and buried.

Discussion: https://postgr.es/m/23608.1576248145@sss.pgh.pa.us
2019-12-13 11:16:33 -05:00
..
initdb Remove configure --disable-float4-byval 2019-11-21 18:29:21 +01:00
pg_archivecleanup Split all OBJS style lines in makefiles into one-line-per-entry style. 2019-11-05 14:41:07 -08:00
pg_basebackup pg_basebackup: Refactor code for reading COPY and tar data. 2019-12-05 15:14:09 -05:00
pg_checksums Split all OBJS style lines in makefiles into one-line-per-entry style. 2019-11-05 14:41:07 -08:00
pg_config Split all OBJS style lines in makefiles into one-line-per-entry style. 2019-11-05 14:41:07 -08:00
pg_controldata Remove configure --disable-float4-byval 2019-11-21 18:29:21 +01:00
pg_ctl In pg_ctl, work around ERROR_SHARING_VIOLATION on the postmaster log file. 2019-12-10 13:17:08 -05:00
pg_dump Remove useless "return;" lines 2019-11-28 16:48:37 -03:00
pg_resetwal Remove configure --disable-float4-byval 2019-11-21 18:29:21 +01:00
pg_rewind Make the order of the header file includes consistent. 2019-11-25 08:08:57 +05:30
pg_test_fsync Split all OBJS style lines in makefiles into one-line-per-entry style. 2019-11-05 14:41:07 -08:00
pg_test_timing Split all OBJS style lines in makefiles into one-line-per-entry style. 2019-11-05 14:41:07 -08:00
pg_upgrade Improve some comments in pg_upgrade.c 2019-12-06 11:55:04 +09:00
pg_waldump Offer pnstrdup to frontend code 2019-12-04 19:36:06 -03:00
pgbench (Blindly) tweak new test regex 2019-12-12 13:45:15 -03:00
pgevent Split all OBJS style lines in makefiles into one-line-per-entry style. 2019-11-05 14:41:07 -08:00
psql Modernize our readline API a tad. 2019-12-13 11:16:33 -05:00
scripts Offer pnstrdup to frontend code 2019-12-04 19:36:06 -03:00
Makefile Rename pg_verify_checksums to pg_checksums 2019-03-13 10:43:20 +09:00