Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit9422887

Browse files
committed
add new TODO regarding the spotted trigger-related bug
1 parent951cde1 commit9422887

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)

[8]ページ先頭

©2009-2025 Movatter.jp