minor issues in pg_rewind

Поиск
Список
Период
Сортировка
От Fujii Masao
Тема minor issues in pg_rewind
Дата
Msg-id CAHGQGwGEw8R25mN1+mNDuFNLwLJQxjLx=1zKxL7ECHhSbLOSDg@mail.gmail.com
обсуждение исходный текст
Ответы Re: minor issues in pg_rewind
Список pgsql-hackers
Hi,

Attached patch fixes the minor issues in pg_rewind. The fixes are

* Remove invalid option character "N" from the third argument (valid option
string) of getopt_long().

* Use pg_free() or pfree() to free the memory allocated by pg_malloc() or
palloc() instead of always using free().

* Assume problem is no disk space if write() fails but doesn't set errno.

* Fix several typos.

Regards,

--
Fujii Masao

Вложения

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

Предыдущее
От: "Joshua D. Drake"
Дата:
Сообщение: Re: skipping pg_log in basebackup (was Re: pg_basebackup and pg_stat_tmp directory)
Следующее
От: Andres Freund
Дата:
Сообщение: Re: s_lock() seems too aggressive for machines with many sockets