We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67d17b5 commit ee2b1a9Copy full SHA for ee2b1a9
src/backup.c
@@ -918,6 +918,8 @@ check_system_identifiers(void)
918
system_id_pgdata = get_system_identifier(pgdata);
919
920
if (server_version < 90600) {
921
+ // Skip match system_identifier between backup data directory and DB connection as
922
+ // pg_control_system() exists only in 9.6 onwards
923
} else {
924
res = pgut_execute(backup_conn,
925
"SELECT system_identifier FROM pg_control_system()",
0 commit comments