pgsql: Free walmethods before exiting - Mailing list pgsql-committers

From Magnus Hagander
Subject pgsql: Free walmethods before exiting
Date
Msg-id E1bz55u-00029B-Em@gemulon.postgresql.org
Whole thread Raw
List 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 by date:

Previous
From: Bruce Momjian
Date:
Subject: pgsql: Consistently mention 'SELECT pg_reload_conf()' in config files
Next
From: Magnus Hagander
Date:
Subject: pgsql: Don't fsync() files when --no-sync is specified