1
0
mirror of https://github.com/postgres/postgres.git synced 2026-01-15 01:22:28 +03:00

More NOT_USEDs

This commit is contained in:
Bruce Momjian
1997-08-20 14:54:35 +00:00
parent 36c9c968c0
commit 11ac1bf268
9 changed files with 34 additions and 47 deletions

View File

@@ -6,7 +6,7 @@
*
* Copyright (c) 1994, Regents of the University of California
*
* $Id: parse_query.h,v 1.8 1997/08/19 21:39:37 momjian Exp $
* $Id: parse_query.h,v 1.9 1997/08/20 14:54:26 momjian Exp $
*
*-------------------------------------------------------------------------
*/
@@ -58,11 +58,6 @@ extern void handleTargetColname(ParseState *pstate, char **resname,
* analyze.c
*/
#if 0
extern List *p_rtable;
extern int NumLevels;
#endif
Oid exprType(Node *expr);
QueryTreeList *parse_analyze(List *querytree_list);