[COMMITTERS] pgsql: Allow --with-bonjour to work with non-macOS implementations ofB

Поиск
Список
Период
Сортировка
От Tom Lane
Тема [COMMITTERS] pgsql: Allow --with-bonjour to work with non-macOS implementations ofB
Дата
Msg-id E1eCZ8L-00082Y-TX@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Allow --with-bonjour to work with non-macOS implementations of Bonjour.

On macOS the relevant functions require no special library, but elsewhere
we need to pull in libdns_sd.

Back-patch to supported branches.  No docs change since the docs do not
suggest that this is a Mac-only feature.

Luke Lonergan

Discussion: https://postgr.es/m/2D8331C5-D64F-44C1-8717-63EDC6EAF7EB@brightforge.com

Branch
------
REL9_3_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/9042e927eafb2b3f1d5d0c02d9640d357a5a12a7

Modified Files
--------------
configure    | 91 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
configure.in |  6 ++--
2 files changed, 95 insertions(+), 2 deletions(-)


--
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: [COMMITTERS] pgsql: Doc: fix erroneous example.
Следующее
От: Tom Lane
Дата:
Сообщение: [COMMITTERS] pgsql: Revert "Allow --with-bonjour to work with non-macOSimplementati