Skip to content

Commit 9422887

Browse files
committed
add new TODO regarding the spotted trigger-related bug
1 parent 951cde1 commit 9422887

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/partition_filter.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -238,6 +238,7 @@ partition_filter_end(CustomScanState *node)
238238
hash_seq_init(&stat, state->result_rels_table);
239239
while ((rri_handle = (ResultRelInfoHolder *) hash_seq_search(&stat)) != NULL)
240240
{
241+
/* FIXME: add ResultRelInfos to estate->es_result_relations to fix triggers */
241242
ExecCloseIndices(rri_handle->resultRelInfo);
242243
heap_close(rri_handle->resultRelInfo->ri_RelationDesc,
243244
RowExclusiveLock);

0 commit comments

Comments
 (0)