Re: Fix fseek() detection of unseekable files on WIN32

Поиск
Список
Период
Сортировка
От Michael Paquier
Тема Re: Fix fseek() detection of unseekable files on WIN32
Дата
Msg-id ZBpH9GHRHfph958p@paquier.xyz
обсуждение исходный текст
Ответ на Re: Fix fseek() detection of unseekable files on WIN32  (Michael Paquier <michael@paquier.xyz>)
Список pgsql-hackers
On Mon, Mar 20, 2023 at 07:06:22AM +0900, Michael Paquier wrote:
> Not sure about this one.  I have considered it and dirmod.c includes
> also bits for cygwin, while being aimed for higher-level routines like
> rename(), unlink() or symlink().  This patch is only for WIN32, and
> aimed for common parts in win32*.c code, so a separate file seemed a
> bit cleaner to me at the end.

By the way, do you think that we could be able to get a TAP test for
that?  It does not seem that it needs to be that complicated, as long
as we use a pg_dump command that pipes its output to a pg_restore
command launched by system()?
--
Michael

Вложения

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

Предыдущее
От: Michael Paquier
Дата:
Сообщение: Re: allow_in_place_tablespaces vs. pg_basebackup
Следующее
От: Melanie Plageman
Дата:
Сообщение: Re: Track IO times in pg_stat_io