Thanks to visit codestin.com Credit goes to github.com
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 a3f945a commit f94197eCopy full SHA for f94197e
src/backend/tcop/pquery.c
@@ -8,7 +8,7 @@
8
*
9
10
* IDENTIFICATION
11
- * $PostgreSQL: pgsql/src/backend/tcop/pquery.c,v 1.89 2004/12/31 22:01:16 pgsql Exp $
+ * $PostgreSQL: pgsql/src/backend/tcop/pquery.c,v 1.90 2005/02/01 23:28:40 neilc Exp $
12
13
*-------------------------------------------------------------------------
14
*/
@@ -1033,7 +1033,7 @@ PortalRunMulti(Portal portal,
1033
* Increment command counter between queries, but not after the
1034
* last one.
1035
1036
- if (planlist_item != NULL)
+ if (lnext(planlist_item) != NULL)
1037
CommandCounterIncrement();
1038
1039
/*
0 commit comments