mirror of
https://github.com/postgres/postgres.git
synced 2025-10-27 00:12:01 +03:00
Break parser functions into smaller files, group together.
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
*
|
||||
* Copyright (c) 1994, Regents of the University of California
|
||||
*
|
||||
* $Id: planner.h,v 1.5 1997/09/08 21:53:29 momjian Exp $
|
||||
* $Id: planner.h,v 1.6 1997/11/25 22:06:37 momjian Exp $
|
||||
*
|
||||
*-------------------------------------------------------------------------
|
||||
*/
|
||||
@@ -16,6 +16,8 @@
|
||||
/*
|
||||
*/
|
||||
|
||||
#include <parser/parse_node.h>
|
||||
|
||||
extern Plan *planner(Query *parse);
|
||||
extern void pg_checkretval(Oid rettype, QueryTreeList *querytree_list);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user