Skip to content

Commit a2b7f3b

Browse files
committed
followup for 4d7714e
1 parent d6d64dd commit a2b7f3b

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
@@ -2194,7 +2194,7 @@ check_incremental_compatibility(const char *pgdata, uint64 system_identifier,
21942194
*/
21952195
elog(INFO, "Trying to read pg_control file in destination directory");
21962196

2197-
system_id_pgdata = get_system_identifier(pgdata, FIO_DB_HOST, false);
2197+
system_id_pgdata = get_system_identifier(FIO_DB_HOST, pgdata, false);
21982198

21992199
if (system_id_pgdata == instance_config.system_identifier)
22002200
system_id_match = true;

0 commit comments

Comments
 (0)