[MASSMAIL]pgsql: Fix assorted resource leaks in new pg_createsubscriber code. - Mailing list pgsql-committers

From Tom Lane
Subject [MASSMAIL]pgsql: Fix assorted resource leaks in new pg_createsubscriber code.
Date
Msg-id E1rrLlJ-0000m1-TW@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Fix assorted resource leaks in new pg_createsubscriber code.

Various error paths did not release resources before returning.
While it's likely that the program would just exit shortly later,
none of the functions in question have summary exit(1) calls,
so they should not be assuming that.

Ranier Vilela and Tom Lane, per reports from Coverity

Discussion: https://postgr.es/m/CAEudQAr2_SZFxB4kXJiL4+2UaNZxUk5UBJtj0oXyJYMGZu-03g@mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/91cbb4b492cbea889e8392a85e246c1778ca2a45

Modified Files
--------------
src/bin/pg_basebackup/pg_createsubscriber.c | 17 +++++++++++++----
1 file changed, 13 insertions(+), 4 deletions(-)


pgsql-committers by date:

Previous
From: Heikki Linnakangas
Date:
Subject: [MASSMAIL]pgsql: Handle non-chain tuples outside of heap_prune_chain()
Next
From: Tom Lane
Date:
Subject: [MASSMAIL] pgsql: Avoid possible longjmp-induced logic error in PLy_trigger_build_