1
0
mirror of https://github.com/postgres/postgres.git synced 2025-10-22 14:32:25 +03:00

another pass through.

Note.  all include files that have been hit so far have had extraneous
       include files cleaned out and are reduced to...the lowest common
       "include file", based on 'cc -Wall -I. test.c', where test.c is:

#include "postgres.h"
#include "<top of branches>" (ie. top of branches this time was utils/fcache2.h)
This commit is contained in:
Marc G. Fournier
1996-11-04 08:53:07 +00:00
parent 63482946c7
commit 434201d8d7
6 changed files with 24 additions and 21 deletions

View File

@@ -6,21 +6,21 @@
*
* Copyright (c) 1994, Regents of the University of California
*
* $Id: execnodes.h,v 1.5 1996/11/03 12:12:50 scrappy Exp $
* $Id: execnodes.h,v 1.6 1996/11/04 08:52:54 scrappy Exp $
*
*-------------------------------------------------------------------------
*/
#ifndef EXECNODES_H
#define EXECNODES_H
#include "executor/hashjoin.h"
#include "nodes/primnodes.h"
#include "access/funcindex.h"
#include "access/relscan.h"
#include "executor/tuptable.h"
#include "nodes/params.h"
#include "access/sdir.h"
#include "nodes/memnodes.h"
#include <nodes/memnodes.h>
#include <nodes/primnodes.h>
#include <executor/hashjoin.h>
#include <access/relscan.h>
#include <access/sdir.h>
#include <nodes/params.h>
#include <executor/tuptable.h>
#include <access/funcindex.h>
/* ----------------
* IndexInfo information