mirror of
https://github.com/neondatabase/neon.git
synced 2026-05-20 22:50:38 +00:00
[refer #439] Correctly handle LSN parameter in BASEBACKUP command
This commit is contained in:
@@ -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",
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user