We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56fb890 commit df04402Copy full SHA for df04402
src/backend/replication/logical/worker.c
@@ -932,7 +932,7 @@ apply_handle_truncate(StringInfo s)
932
rels = lappend(rels, rel->localrel);
933
relids = lappend_oid(relids, rel->localreloid);
934
if (RelationIsLogicallyLogged(rel->localrel))
935
- relids_logged = lappend_oid(relids, rel->localreloid);
+ relids_logged = lappend_oid(relids_logged, rel->localreloid);
936
}
937
938
/*
0 commit comments