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 951cde1 commit 9422887Copy full SHA for 9422887
src/partition_filter.c
@@ -238,6 +238,7 @@ partition_filter_end(CustomScanState *node)
238
hash_seq_init(&stat, state->result_rels_table);
239
while ((rri_handle = (ResultRelInfoHolder *) hash_seq_search(&stat)) != NULL)
240
{
241
+ /* FIXME: add ResultRelInfos to estate->es_result_relations to fix triggers */
242
ExecCloseIndices(rri_handle->resultRelInfo);
243
heap_close(rri_handle->resultRelInfo->ri_RelationDesc,
244
RowExclusiveLock);
0 commit comments