Skip to content

Commit 2aea9cc

Browse files
committed
print stop_lsn with elevel LOG
1 parent 0f0e961 commit 2aea9cc

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/backup.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1808,6 +1808,9 @@ pg_stop_backup(pgBackup *backup, PGconn *pg_startbackup_conn,
18081808
(uint32) (stop_backup_lsn >> 32), (uint32) (stop_backup_lsn));
18091809
}
18101810

1811+
elog(LOG, "current.stop_lsn: %X/%X",
1812+
(uint32) (stop_backup_lsn >> 32), (uint32) (stop_backup_lsn));
1813+
18111814
/* Write backup_label and tablespace_map */
18121815
if (!exclusive_backup)
18131816
{

0 commit comments

Comments
 (0)