pgsql: pg_rewind: Close backup_label file descriptor. - Mailing list pgsql-committers

From Andres Freund
Subject pgsql: pg_rewind: Close backup_label file descriptor.
Date
Msg-id E1akHfx-00056c-Ld@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
pg_rewind: Close backup_label file descriptor.

This was a relatively harmless leak, as createBackupLabel() is only
called once per pg_rewind invocation.

Author: Michael Paquier
Reported-By: Michael Paquier
Discussion: CAB7nPqRnOw30gOXe2_SPLjh37bgm4V+txbYAPwoXb97nGQ297w@mail.gmail.com
Backpatch: 9.5, where pg_rewind was introduced

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/a6c845946dac5c1f26cf8729cf61f1d852f75484

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


pgsql-committers by date:

Previous
From: Andres Freund
Date:
Subject: pgsql: pg_rewind: Close backup_label file descriptor.
Next
From: Andres Freund
Date:
Subject: pgsql: Fix LWLockReportWaitEnd() parameter list to be (void).