pgsql: psql: Remove one use of HAVE_UNIX_SOCKETS

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема pgsql: psql: Remove one use of HAVE_UNIX_SOCKETS
Дата
Msg-id E1j1Dqv-0001yF-Op@gemulon.postgresql.org
обсуждение исходный текст
Список 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@2ndquadrant.com

Branch
------
master

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

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


В списке pgsql-committers по дате отправления:

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: pgsql: Simplify passing of configure arguments to pg_config
Следующее
От: Peter Eisentraut
Дата:
Сообщение: pgsql: Canonicalize some URLs