mirror of
https://github.com/postgres/postgres.git
synced 2025-10-27 00:12:01 +03:00
Okay...this pretty much cleans out the include files.
I'm able to get through a 'make' of the backend with no errors except the occasional 'might not be initialized error', which is nothing major, just annoying. Have a few patches from D'Arcy to incorporate, but am waiting until I can get a clean compile first, which I'm hoping to have before bed, or sometime tomorrow.
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
*
|
||||
* Copyright (c) 1994, Regents of the University of California
|
||||
*
|
||||
* $Id: internal.h,v 1.1 1996/08/28 07:23:12 scrappy Exp $
|
||||
* $Id: internal.h,v 1.2 1996/11/06 10:30:18 scrappy Exp $
|
||||
*
|
||||
*-------------------------------------------------------------------------
|
||||
*/
|
||||
@@ -22,13 +22,6 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#include "nodes/nodes.h"
|
||||
#include "nodes/primnodes.h"
|
||||
#include "nodes/plannodes.h"
|
||||
#include "parser/parsetree.h"
|
||||
#include "nodes/relation.h"
|
||||
#include "catalog/pg_index.h" /* for INDEX_MAX_KEYS */
|
||||
#include "utils/syscache.h" /* for SearchSysCacheGetAttribute, etc. */
|
||||
|
||||
/*
|
||||
* System-dependent tuning constants
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
*
|
||||
* Copyright (c) 1994, Regents of the University of California
|
||||
*
|
||||
* $Id: planner.h,v 1.1 1996/08/28 07:23:26 scrappy Exp $
|
||||
* $Id: planner.h,v 1.2 1996/11/06 10:30:20 scrappy Exp $
|
||||
*
|
||||
*-------------------------------------------------------------------------
|
||||
*/
|
||||
@@ -14,8 +14,6 @@
|
||||
#define PLANNER_H
|
||||
|
||||
/*
|
||||
#include "optimizer/internal.h"
|
||||
#include "parser/parse_query.h"
|
||||
*/
|
||||
|
||||
extern Plan *planner(Query *parse);
|
||||
|
||||
Reference in New Issue
Block a user