Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit9c471aa

Browse files
author
Artur Zakirov
committed
Exclude postmaster.pid and postmaster.opts from backup
1 parent976694f commit9c471aa

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)

[8]ページ先頭

©2009-2025 Movatter.jp