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 c879556 commit 4cddd48Copy full SHA for 4cddd48
src/pl/plpgsql/src/gram.y
@@ -4,7 +4,7 @@
4
* procedural language
5
*
6
* IDENTIFICATION
7
- * $Header: /cvsroot/pgsql/src/pl/plpgsql/src/gram.y,v 1.4 1999/03/21 02:27:47 tgl Exp $
+ * $Header: /cvsroot/pgsql/src/pl/plpgsql/src/gram.y,v 1.5 1999/08/07 04:25:02 momjian Exp $
8
9
* This software is copyrighted by Jan Wieck - Hamburg.
10
@@ -40,7 +40,6 @@
40
#include "string.h"
41
#include "plpgsql.h"
42
43
-#include "pl_scan.c"
44
45
static PLpgSQL_expr *read_sqlstmt(int until, char *s, char *sqlstart);
46
static PLpgSQL_stmt *make_select_stmt(void);
@@ -1080,6 +1079,8 @@ lno :
1080
1079
1081
%%
1082
+#include "pl_scan.c"
1083
+
1084
PLpgSQL_expr *
1085
plpgsql_read_expression (int until, char *s)
1086
{
0 commit comments