8000
We read every piece of feedback, and take your input very seriously.
To see all available 8000 qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6448704 commit 7015bb3Copy full SHA for 7015bb3
src/backend/replication/logical/worker.c
@@ -204,6 +204,8 @@ create_estate_for_relation(LogicalRepRelMapEntry *rel)
204
estate->es_num_result_relations = 1;
205
estate->es_result_relation_info = resultRelInfo;
206
207
+ estate->es_output_cid = GetCurrentCommandId(true);
208
+
209
/* Triggers might need a slot */
210
if (resultRelInfo->ri_TrigDesc)
211
estate->es_trig_tuple_slot = ExecInitExtraTupleSlot(estate);
0 commit comments