Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 9c471aa

Browse files
author
Artur Zakirov
committed
Exclude postmaster.pid and postmaster.opts from backup
1 parent 976694f commit 9c471aa

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

dir.c

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,10 @@ const char *pgdata_exclude[] =
2626
"pg_stat_tmp",
2727
"pgsql_tmp",
2828
"recovery.conf",
29+
"postmaster.pid",
30+
"postmaster.opts",
2931
NULL, /* arclog_path will be set later */
30-
NULL, /* 'pg_tblspc' will be set later */
31-
NULL, /* sentinel */
32+
NULL, /* pg_log will be set later */
3233
NULL
3334
};
3435

0 commit comments

Comments
 (0)