From cb0700df030ac021be69346d33c4445faedaea83 Mon Sep 17 00:00:00 2001 From: jiangyan <18091841830@163.com> Date: Mon, 23 Jun 2025 22:37:55 +0800 Subject: [PATCH] =?UTF-8?q?pgsql=5Ftmp=E8=B7=AF=E5=BE=84=E4=B8=8D=E5=AF=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/bin/pg_probackup/dir.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/pg_probackup/dir.cpp b/src/bin/pg_probackup/dir.cpp index 971ef13b2..e9b5ebcb0 100644 --- a/src/bin/pg_probackup/dir.cpp +++ b/src/bin/pg_probackup/dir.cpp @@ -42,7 +42,7 @@ const char *pgdata_exclude_dir[] = * there. */ (const char *)"pg_stat_tmp", - (const char *)"pgsql_tmp", + (const char *)"base/pgsql_tmp", /* Contents removed on startup, see dsm_cleanup_for_mmap(). */ (const char *)"pg_dynshmem",