Re: pg_ftruncate hardcodes length=0 but only under windows

Поиск
Список
Период
Сортировка
От Thomas Munro
Тема Re: pg_ftruncate hardcodes length=0 but only under windows
Дата
Msg-id CA+hUKG+if7Lff8eHNvA8MidTvOfyPXRY077f8mTmH0D2Q-9RNw@mail.gmail.com
обсуждение исходный текст
Ответ на pg_ftruncate hardcodes length=0 but only under windows  (Justin Pryzby <pryzby@telsasoft.com>)
Список pgsql-hackers
On Fri, Jan 6, 2023 at 4:16 PM Justin Pryzby <pryzby@telsasoft.com> wrote:
> -               ret = ftruncate(fd, 0);
> +               ret = ftruncate(fd, length);

Oops.  Right.  Thanks, pushed.



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

Предыдущее
От: "houzj.fnst@fujitsu.com"
Дата:
Сообщение: Notify downstream to discard the streamed transaction which was aborted due to crash.
Следующее
От: "houzj.fnst@fujitsu.com"
Дата:
Сообщение: RE: Perform streaming logical transactions by background workers and parallel apply