pgsql: psql: Remove one use of HAVE_UNIX_SOCKETS

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: psql: Remove one use of HAVE_UNIX_SOCKETS
Date: 2020-02-10 18:32:13
Message-ID: E1j1Dqv-0001yF-Op@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

psql: Remove one use of HAVE_UNIX_SOCKETS

This use was not protecting any unportable code, it was just omitting
the code because it wouldn't be used. Remove the use to reduce code
complexity a bit.

Discussion: https://www.postgresql.org/message-id/flat/54bde68c-d134-4eb8-5bd3-8af33b72a010(at)2ndquadrant(dot)com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/541757f34ee099dd8e601b29dfad6302c6747d71

Modified Files
--------------
src/bin/psql/prompt.c | 7 -------
1 file changed, 7 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2020-02-10 19:48:22 pgsql: Canonicalize some URLs
Previous Message Peter Eisentraut 2020-02-10 18:26:27 pgsql: Simplify passing of configure arguments to pg_config