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 d59478c commit c8c2b7fCopy full SHA for c8c2b7f
src/backend/executor/execQual.c
@@ -8,7 +8,7 @@
8
*
9
10
* IDENTIFICATION
11
- * $Header: /cvsroot/pgsql/src/backend/executor/execQual.c,v 1.95 2002/07/04 15:23:29 thomas Exp $
+ * $Header: /cvsroot/pgsql/src/backend/executor/execQual.c,v 1.96 2002/07/04 16:44:08 momjian Exp $
12
13
*-------------------------------------------------------------------------
14
*/
@@ -931,7 +931,7 @@ ExecEvalDistinct(Expr *opClause,
931
MemSet(&fcinfo, 0, sizeof(fcinfo));
932
fcinfo.flinfo = &(fcache->func);
933
argDone = ExecEvalFuncArgs(&fcinfo, argList, econtext);
934
- Assert(fcinfo->nargs == 2);
+ Assert(fcinfo.nargs == 2);
935
936
if (fcinfo.argnull[0] && fcinfo.argnull[1])
937
{
0 commit comments