1
0
mirror of https://github.com/postgrespro/pg_probackup.git synced 2024-11-28 09:33:54 +02:00

Exclude recovery.conf during backup.

This commit is contained in:
stalkerg 2016-11-02 15:44:38 +03:00
parent 24c840392f
commit c2b2accb26

1
dir.c
View File

@ -25,6 +25,7 @@ const char *pgdata_exclude[] =
"pg_xlog",
"pg_stat_tmp",
"pgsql_tmp",
"recovery.conf",
NULL, /* arclog_path will be set later */
NULL, /* 'pg_tblspc' will be set later */
NULL, /* sentinel */