pgsql: pg_combinebackup didn't clean its tmp_check directory, either. - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: pg_combinebackup didn't clean its tmp_check directory, either.
Date
Msg-id E1rGPHB-00BHZx-GS@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
pg_combinebackup didn't clean its tmp_check directory, either.

Another oversight in dc2123400, visible when building/testing
in the source directory.  (There's a lot of stuff we could
simplify if we stop supporting that case, but for now it's
still mainstream.)

Branch
------
master

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

Modified Files
--------------
src/bin/pg_combinebackup/Makefile | 1 +
1 file changed, 1 insertion(+)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Avoid trying to fetch metapage of an SPGist partitioned index.
Next
From: Robert Haas
Date:
Subject: pgsql: Fix numerous typos in incremental backup commits.