pgsql: pg_basebackup: Add missing PQclear in error path - Mailing list pgsql-committers

From Daniel Gustafsson
Subject pgsql: pg_basebackup: Add missing PQclear in error path
Date
Msg-id E1tx79Z-000x0m-1t@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
pg_basebackup: Add missing PQclear in error path

This adds a missing PQclear in the error path of StreamLogicalLog, a
fix in the same vein as e889422d98e with an equivalent low impact.

Author: Steven Niu <niushiji@gmail.com>
Reviewed-by: Daniel Gustafsson <daniel@yesql.se>
Discussion: https://postgr.es/m/c4b1c627-a3e4-4347-a670-1e28a43ce0eb@gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/a19db082749662a933d0bf72722982b1ee2c4725

Modified Files
--------------
src/bin/pg_basebackup/pg_recvlogical.c | 1 +
1 file changed, 1 insertion(+)


pgsql-committers by date:

Previous
From: Peter Eisentraut
Date:
Subject: pgsql: refactor: Pass relation OID instead of Relation to createForeign
Next
From: Daniel Gustafsson
Date:
Subject: pgsql: psql: Make default \watch interval configurable