Re: pgwin32_safestat weirdness

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: pgwin32_safestat weirdness
Дата
Msg-id 14807.1208108976@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: pgwin32_safestat weirdness  (Magnus Hagander <magnus@hagander.net>)
Ответы Re: pgwin32_safestat weirdness  (Andrew Dunstan <andrew@dunslane.net>)
Re: pgwin32_safestat weirdness  (Magnus Hagander <magnus@hagander.net>)
Список pgsql-hackers
Magnus Hagander <magnus@hagander.net> writes:
> Is there not a (3) which has it included in all frontend code *except*
> libpq? Do we have a define to do that off?

Offhand I can't think of one.

> In libpq, it's only used in one place to check if a file is present,
> and one then in the SSL code to determine permissions and such (which
> means it's being ignored on win32). 

Maybe we could finess the problem by tweaking libpq to not use stat()
at all on Windows.
        regards, tom lane


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

Предыдущее
От: Magnus Hagander
Дата:
Сообщение: Re: pgwin32_safestat weirdness
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Remove lossy-operator RECHECK flag?