pgsql: pg_combinebackup didn't clean its tmp_check directory, either.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: pg_combinebackup didn't clean its tmp_check directory, either.
Date: 2023-12-21 20:04:13
Message-ID: E1rGPHB-00BHZx-GS@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Robert Haas 2023-12-21 20:38:05 pgsql: Fix numerous typos in incremental backup commits.
Previous Message Tom Lane 2023-12-21 17:43:48 pgsql: Avoid trying to fetch metapage of an SPGist partitioned index.