[refer #439] Correctly handle LSN parameter in BASEBACKUP command

This commit is contained in:
Konstantin Knizhnik
2021-08-19 19:53:22 +03:00
parent 5eb1738e8b
commit ead94feb05
11 changed files with 73 additions and 44 deletions

View File

@@ -214,10 +214,9 @@ pub const PGDATA_SUBDIRS: [&'static str; 22] = [
"pg_logical/mappings",
];
pub const PGDATA_SPECIAL_FILES: [&'static str; 4] = [
pub const PGDATA_SPECIAL_FILES: [&'static str; 3] = [
"pg_hba.conf",
"pg_ident.conf",
"postgresql.conf",
"postgresql.auto.conf",
];