We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08029fa commit 77f8dffCopy full SHA for 77f8dff
src/backend/parser/parser.c
@@ -6,7 +6,7 @@
6
*
7
8
* IDENTIFICATION
9
- * $Header: /cvsroot/pgsql/src/backend/parser/parser.c,v 1.9 1996/11/10 03:01:30 momjian Exp $
+ * $Header: /cvsroot/pgsql/src/backend/parser/parser.c,v 1.10 1996/11/10 03:30:46 momjian Exp $
10
11
*-------------------------------------------------------------------------
12
*/
@@ -119,7 +119,6 @@ fixupsets(Query *parse)
119
define_sets(parse);
120
}
121
122
-#ifdef SETS_FIXED
123
/* Recursively find all of the Consts in the parsetree. Some of
124
* these may represent a set. The value of the Const will be the
125
* query (a string) which defines the set. Call SetDefine to define
0 commit comments