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

Commitbf3d015

Browse files
committed
Fix rebasing mistake in nodeGather.c
The patches committed as6e71dd7and3a1f861 were developed inparallel but dependent on each other in a way that I failed tonotice.This patch to fix the problem was prepared by Amit Kapila.
1 parent89ff5c7 commitbf3d015

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/backend/executor/nodeGather.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -341,7 +341,7 @@ gather_readnext(GatherState *gatherstate)
341341
--gatherstate->nreaders;
342342
if (gatherstate->nreaders==0)
343343
{
344-
ExecShutdownGather(gatherstate);
344+
ExecShutdownGatherWorkers(gatherstate);
345345
returnNULL;
346346
}
347347
else

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp