mirror of
https://github.com/EnterpriseDB/repmgr.git
synced 2026-03-27 00:46:29 +00:00
General code cleanup
This commit is contained in:
@@ -113,7 +113,7 @@ do_node_status(void)
|
||||
replication_conn = establish_db_connection_by_params(&repl_conninfo, false);
|
||||
identify_system(replication_conn, &sysid);
|
||||
|
||||
printf("%s\n", sysid.systemid);
|
||||
printf("%lu\n", sysid.system_identifier);
|
||||
exit(0);
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user