Skip to content

Commit 3cb0d6a

Browse files
kulaginmgsmolk
authored andcommitted
followup for 4d7714e
1 parent a3a4e97 commit 3cb0d6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/restore.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2188,7 +2188,7 @@ check_incremental_compatibility(const char *pgdata, uint64 system_identifier,
21882188
*/
21892189
elog(LOG, "Trying to read pg_control file in destination directory");
21902190

2191-
system_id_pgdata = get_system_identifier(pgdata, FIO_DB_HOST, false);
2191+
system_id_pgdata = get_system_identifier(FIO_DB_HOST, pgdata, false);
21922192

21932193
if (system_id_pgdata == instance_config.system_identifier)
21942194
system_id_match = true;

0 commit comments

Comments
 (0)