Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16827d4 commit 7e17a68Copy full SHA for 7e17a68
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