pgsql: Free walmethods before exiting

From: Magnus Hagander <magnus(at)hagander(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Free walmethods before exiting
Date: 2016-10-25 17:00:58
Message-ID: E1bz55u-00029B-Em@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2016-10-25 21:03:15 pgsql: pg_dump: Simplify internal archive version handling
Previous Message Bruce Momjian 2016-10-25 15:26:20 pgsql: Consistently mention 'SELECT pg_reload_conf()' in config files