Skip to content

Commit 7bbf688

Browse files
committed
Set correct table sync status on initial sync
1 parent 32c6447 commit 7bbf688

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pglogical_sync.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -574,7 +574,7 @@ pglogical_sync_subscription(PGLogicalSubscription *sub)
574574
newsync.subid = sub->id;
575575
newsync.nspname = rv->schemaname;
576576
newsync.relname = rv->relname;
577-
newsync.status = SYNC_STATUS_INIT;
577+
newsync.status = SYNC_STATUS_READY;
578578
create_local_sync_status(&newsync);
579579
}
580580
}

0 commit comments

Comments
 (0)