pgsql: Free walmethods before exiting

Поиск
Список
Период
Сортировка
От Magnus Hagander
Тема pgsql: Free walmethods before exiting
Дата
Msg-id E1bz55u-00029B-Em@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Free walmethods before exiting

Not strictly necessary since we quite after, but could become important
in the future if we do restarts etc.

Michael Paquier with nitpicking from me

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/78d109150bf133c38bcdc6d8c5bd9ff546ed1171

Modified Files
--------------
src/bin/pg_basebackup/pg_basebackup.c  |  7 +++++++
src/bin/pg_basebackup/pg_receivexlog.c |  4 ++++
src/bin/pg_basebackup/walmethods.c     | 18 ++++++++++++++++++
src/bin/pg_basebackup/walmethods.h     |  4 ++++
4 files changed, 33 insertions(+)


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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: pgsql: Consistently mention 'SELECT pg_reload_conf()' in config files
Следующее
От: Magnus Hagander
Дата:
Сообщение: pgsql: Don't fsync() files when --no-sync is specified