mirror of
https://github.com/postgres/postgres.git
synced 2025-11-24 00:23:06 +03:00
Clean up th ecompile process by centralizing the include files
- code compile tested, but due to a yet unresolved problem with
parse.h's creation, compile not completed...
This commit is contained in:
18
src/include/rewrite/rewriteDefine.h
Normal file
18
src/include/rewrite/rewriteDefine.h
Normal file
@@ -0,0 +1,18 @@
|
||||
/*-------------------------------------------------------------------------
|
||||
*
|
||||
* rewriteDefine.h--
|
||||
*
|
||||
*
|
||||
*
|
||||
* Copyright (c) 1994, Regents of the University of California
|
||||
*
|
||||
* $Id: rewriteDefine.h,v 1.1 1996/08/28 07:24:06 scrappy Exp $
|
||||
*
|
||||
*-------------------------------------------------------------------------
|
||||
*/
|
||||
#ifndef REWRITEDEFINE_H
|
||||
#define REWRITEDEFINE_H
|
||||
|
||||
extern void DefineQueryRewrite(RuleStmt *args);
|
||||
|
||||
#endif /* REWRITEDEFINE_H */
|
||||
Reference in New Issue
Block a user