Re: invalid data in file backup_label problem on windows

Поиск
Список
Период
Сортировка
От Michael Paquier
Тема Re: invalid data in file backup_label problem on windows
Дата
Msg-id YGUaIiYW32aok3S2@paquier.xyz
обсуждение исходный текст
Ответ на Re: invalid data in file backup_label problem on windows  (David Steele <david@pgmasters.net>)
Ответы Re: invalid data in file backup_label problem on windows
Список pgsql-hackers
On Wed, Mar 31, 2021 at 09:33:25AM -0400, David Steele wrote:
> Agreed. New patch attached.

Thanks, David.

> diff --git a/doc/src/sgml/backup.sgml b/doc/src/sgml/backup.sgml
> index c5557d5444..8c9186d277 100644
> --- a/doc/src/sgml/backup.sgml
> +++ b/doc/src/sgml/backup.sgml
> @@ -913,7 +913,8 @@ SELECT * FROM pg_stop_backup(false, true);
>       <filename>backup_label</filename> in the root directory of the backup. The
>       third field should be written to a file named
>       <filename>tablespace_map</filename> unless the field is empty. These files are
> -     vital to the backup working, and must be written without modification.
> +     vital to the backup working and must be written byte for byte without
> +     modification, which may require opening the file in binary mode.

Okay, that sounds good to me.
--
Michael

Вложения

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

Предыдущее
От: Kyotaro Horiguchi
Дата:
Сообщение: Re: Issue with point_ops and NaN
Следующее
От: Peter Geoghegan
Дата:
Сообщение: Re: New IndexAM API controlling index vacuum strategies