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 3026493 commit 0a013c8Copy full SHA for 0a013c8
src/backend/executor/execMain.c
@@ -27,7 +27,7 @@
27
*
28
29
* IDENTIFICATION
30
- * $Header: /cvsroot/pgsql/src/backend/executor/execMain.c,v 1.187 2002/11/23 03:59:07 momjian Exp $
+ * $Header: /cvsroot/pgsql/src/backend/executor/execMain.c,v 1.188 2002/11/29 19:03:01 tgl Exp $
31
32
*-------------------------------------------------------------------------
33
*/
@@ -943,6 +943,7 @@ ExecutePlan(EState *estate,
943
break;
944
default:
945
/* do nothing */
946
+ break;
947
}
948
949
/*
@@ -1158,6 +1159,7 @@ lnext: ;
1158
1159
1160
1161
1162
1163
1164
1165
0 commit comments