postgresql/src/include/parser/analyze.h

20 lines
451 B
C
Raw Normal View History

/*-------------------------------------------------------------------------
*
* analyze.h
*
*
* Copyright (c) 1994, Regents of the University of California
*
1997-11-26 02:14:33 +01:00
* $Id: analyze.h,v 1.2 1997/11/26 01:13:56 momjian Exp $
*
*-------------------------------------------------------------------------
*/
#ifndef ANALYZE_H
#define ANALYZE_H
#include <parser/parse_node.h>
1997-11-26 02:14:33 +01:00
extern QueryTreeList *parse_analyze(List *pl);
#endif /* ANALYZE_H */