postgresql/src/bin
Tom Lane d8b2beb269 Remove no-longer-appropriate special case in psql's \conninfo code.
\conninfo prints the results of PQhost() and some other libpq functions.
It used to override the PQhost() result with the hostaddr parameter if
that'd been given, but that's unhelpful when multiple hosts were listed
in the connection string.  Furthermore, it seems unnecessary in the wake
of commit 1944cdc98, since PQhost does any useful substitution itself.
So let's just remove the extra code and print PQhost()'s result without
any editorialization.

Back-patch to v10, as 1944cdc98 (just) was.

Discussion: https://postgr.es/m/23287.1533227021@sss.pgh.pa.us
2018-08-03 12:20:47 -04:00
..
initdb Fix misc typos, mostly in comments. 2018-07-18 16:17:42 +03:00
pg_archivecleanup Don't fall off the end of perl functions 2018-05-27 09:08:42 -04:00
pg_basebackup Flip argument order in XLogSegNoOffsetToRecPtr 2018-07-09 14:33:27 -04:00
pg_config Translation updates 2018-05-21 12:29:52 -04:00
pg_controldata Translation updates 2018-06-25 12:37:18 +02:00
pg_ctl Translation updates 2018-05-21 12:29:52 -04:00
pg_dump Further fixes for quoted-list GUC values in pg_dump and ruleutils.c. 2018-07-31 13:00:08 -04:00
pg_resetwal Flip argument order in XLogSegNoOffsetToRecPtr 2018-07-09 14:33:27 -04:00
pg_rewind Flip argument order in XLogSegNoOffsetToRecPtr 2018-07-09 14:33:27 -04:00
pg_test_fsync Translation updates 2018-05-21 12:29:52 -04:00
pg_test_timing Translation updates 2018-05-21 12:29:52 -04:00
pg_upgrade pg_upgrade: fix --check for live source server checks 2018-07-31 18:10:06 -04:00
pg_verify_checksums Add missing include 2018-06-20 18:19:35 +02:00
pg_waldump Flip argument order in XLogSegNoOffsetToRecPtr 2018-07-09 14:33:27 -04:00
pgbench Fix handling of pgbench's hash when no argument is provided 2018-07-27 13:43:36 +09:00
pgevent Update copyright for 2018 2018-01-02 23:30:12 -05:00
psql Remove no-longer-appropriate special case in psql's \conninfo code. 2018-08-03 12:20:47 -04:00
scripts Translation updates 2018-05-21 12:29:52 -04:00
Makefile Allow on-line enabling and disabling of data checksums 2018-04-05 22:04:48 +02:00