mirror of
https://github.com/neondatabase/neon.git
synced 2026-01-13 00:12:54 +00:00
follow up comments
This commit is contained in:
@@ -1316,7 +1316,9 @@ impl WalIngest {
|
||||
}
|
||||
});
|
||||
|
||||
if info == pg_constants::XLOG_CHECKPOINT_SHUTDOWN {
|
||||
if modification.tline.is_basebackup_cache_enabled()
|
||||
&& info == pg_constants::XLOG_CHECKPOINT_SHUTDOWN
|
||||
{
|
||||
modification.tline.prepare_basebackup(lsn);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user