1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-05 07:21:24 +03:00

prototype cleanup

This commit is contained in:
Bruce Momjian
1996-11-10 03:30:46 +00:00
parent 08029facb3
commit 77f8dff617

View File

@ -6,7 +6,7 @@
* *
* *
* IDENTIFICATION * IDENTIFICATION
* $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 $
* *
*------------------------------------------------------------------------- *-------------------------------------------------------------------------
*/ */
@ -119,7 +119,6 @@ fixupsets(Query *parse)
define_sets(parse); define_sets(parse);
} }
#ifdef SETS_FIXED
/* Recursively find all of the Consts in the parsetree. Some of /* Recursively find all of the Consts in the parsetree. Some of
* these may represent a set. The value of the Const will be the * these may represent a set. The value of the Const will be the
* query (a string) which defines the set. Call SetDefine to define * query (a string) which defines the set. Call SetDefine to define