Skip to content

Commit 51f4e38

Browse files
committed
new TODO
1 parent 0deff06 commit 51f4e38

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
@@ -750,6 +750,9 @@ do_backup(time_t start_time, bool no_validate,
750750
if (current.from_replica)
751751
elog(INFO, "Backup %s is going to be taken from standby", base36enc(start_time));
752752

753+
/* TODO, print PostgreSQL full version */
754+
//elog(INFO, "PostgreSQL version: %s", nodeInfo.server_version_str);
755+
753756
/*
754757
* Ensure that backup directory was initialized for the same PostgreSQL
755758
* instance we opened connection to. And that target backup database PGDATA

0 commit comments

Comments
 (0)