Re: Function for listing archive_status directory

Поиск
Список
Период
Сортировка
От 'Christoph Moench-Tegeder'
Тема Re: Function for listing archive_status directory
Дата
Msg-id 20181009081216.7n5uyg3ppljyfbif@squirrel.exwg.net
обсуждение исходный текст
Ответ на Re: Function for listing archive_status directory  (Michael Paquier <michael@paquier.xyz>)
Ответы Re: Function for listing archive_status directory
Список pgsql-hackers
## Michael Paquier (michael@paquier.xyz):

> Thanks Iwata-san.  I was just trying to apply the patch but it failed so
> the new status is fine.  On top of taking care of the rebase, please
> make sure of the following:

OK, that was an easy one.

> - Calling pg_ls_dir_files() with missing_ok set to true.

Done.

> - Renaming pg_ls_archive_status to pg_ls_archive_statusdir.

Done.

> +    last modified time (mtime) of each file in the write ahead log (WAL)
> +    <literal>archive_status</literal> directory. By default only superusers
> Here I would mention pg_wal/archive_status.

Done.

Attached is the updated patch. I made sure the function's OID hadn't been
taken otherwise, and it compiles and works in a quick check.

Regards,
Christoph

-- 
Spare Space.

Вложения

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

Предыдущее
От: Amit Langote
Дата:
Сообщение: Re: partition tree inspection functions
Следующее
От: Pavel Stehule
Дата:
Сообщение: Re: Refactor textToQualifiedNameList()