Re: pgsql-server/src/interfaces/libpq Makefile

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: pgsql-server/src/interfaces/libpq Makefile
Дата
Msg-id 26881.1050982758@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: pgsql-server/src/interfaces/libpq Makefile  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список pgsql-committers
Bruce Momjian <pgman@candle.pha.pa.us> writes:
> Tom Lane wrote:
>> Why?  libpq doesn't use rename, and I don't think it should be using

> Also, keep in mind that it will effect other clients who do use
> rename/unlink.  The question is whether they assume Unix semantics on
> those commands.  I don't know the answer, but I assumed they did.

I don't believe any of our standard clients care, and in any case libpq
is not the place to put it if they do.

>> unlink (someone *please* tell me that that unlink in getaddrinfo_unix
>> is a brain-dead error...)

> Not sure --- that's why I added it.

Even if it's correct (which I doubt) it's inside #ifdef
HAVE_UNIX_SOCKETS and therefore irrelevant to Windows.

            regards, tom lane


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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: pgsql-server/src/interfaces/libpq Makefile
Следующее
От: Tom Lane
Дата:
Сообщение: Re: pgsql-server/src/interfaces/libpq Makefile