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

Commitc0f33fc

Browse files
committed
bugfix: full backup, produced by merge of multi-timeline chain, now correctly inherits timeline ID of destination backup
1 parent96090b2 commitc0f33fc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

‎src/merge.c‎

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -690,6 +690,8 @@ merge_chain(parray *parent_chain, pgBackup *full_backup, pgBackup *dest_backup)
690690
full_backup->stop_lsn=dest_backup->stop_lsn;
691691
full_backup->recovery_time=dest_backup->recovery_time;
692692
full_backup->recovery_xid=dest_backup->recovery_xid;
693+
full_backup->tli=dest_backup->tli;
694+
full_backup->from_replica=dest_backup->from_replica;
693695

694696
pfree(full_backup->external_dir_str);
695697
full_backup->external_dir_str=pgut_strdup(dest_backup->external_dir_str);

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp