Re: Feature: Use DNS SRV records for connecting

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Feature: Use DNS SRV records for connecting
Дата
Msg-id 7386.1565707387@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Feature: Use DNS SRV records for connecting  (Feike Steenbergen <feikesteenbergen@gmail.com>)
Ответы Re: Feature: Use DNS SRV records for connecting  (Andres Freund <andres@anarazel.de>)
Список pgsql-hackers
Feike Steenbergen <feikesteenbergen@gmail.com> writes:
> I'd like to get some feedback on whether or not implementing a DNS SRV feature
> for connecting to PostgreSQL would be desirable/useful.

How would we get at that data without writing our own DNS client?
(AFAIK, our existing DNS interactions are all handled by getnameinfo()
or other library-supplied functions.)

Maybe that'd be worth doing, but it sounds like a lot of work and a
lot of new code to maintain, relative to the value of the feature.

            regards, tom lane



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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Some memory not freed at the exit of RelationBuildPartitionDesc()
Следующее
От: Konstantin Knizhnik
Дата:
Сообщение: Re: Built-in connection pooler