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

Commit6f4e01c

Browse files
committed
1 parent6eb31ce commit6f4e01c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

‎src/backend/executor/execExpr.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2861,7 +2861,6 @@ ExecBuildAggTrans(AggState *aggstate, AggStatePerPhase phase,
28612861
for (transno=0;transno<aggstate->numtrans;transno++)
28622862
{
28632863
AggStatePerTranspertrans=&aggstate->pertrans[transno];
2864-
intnumInputs=pertrans->numInputs;
28652864
intargno;
28662865
intsetno;
28672866
FunctionCallInfotrans_fcinfo=&pertrans->transfn_fcinfo;
@@ -3016,7 +3015,7 @@ ExecBuildAggTrans(AggState *aggstate, AggStatePerPhase phase,
30163015
argno++;
30173016
}
30183017
}
3019-
Assert(numInputs==argno);
3018+
Assert(pertrans->numInputs==argno);
30203019

30213020
/*
30223021
* For a strict transfn, nothing happens when there's a NULL input; we

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp