mirror of
https://github.com/postgres/postgres.git
synced 2025-10-22 14:32:25 +03:00
remove:
#include "postgres.h" #include "c.h"
This commit is contained in:
@@ -6,14 +6,13 @@
|
||||
*
|
||||
* Copyright (c) 1994, Regents of the University of California
|
||||
*
|
||||
* $Id: attnum.h,v 1.3 1996/10/31 05:56:34 momjian Exp $
|
||||
* $Id: attnum.h,v 1.4 1996/10/31 09:46:35 scrappy Exp $
|
||||
*
|
||||
*-------------------------------------------------------------------------
|
||||
*/
|
||||
#ifndef ATTNUM_H
|
||||
#define ATTNUM_H
|
||||
|
||||
#include "postgres.h"
|
||||
|
||||
/*
|
||||
* user defined attribute numbers start at 1. -ay 2/95
|
||||
|
@@ -6,14 +6,13 @@
|
||||
*
|
||||
* Copyright (c) 1994, Regents of the University of California
|
||||
*
|
||||
* $Id: genam.h,v 1.1 1996/08/27 21:50:09 scrappy Exp $
|
||||
* $Id: genam.h,v 1.2 1996/10/31 09:46:37 scrappy Exp $
|
||||
*
|
||||
*-------------------------------------------------------------------------
|
||||
*/
|
||||
#ifndef GENAM_H
|
||||
#define GENAM_H
|
||||
|
||||
#include "postgres.h"
|
||||
|
||||
#include "access/attnum.h"
|
||||
#include "access/htup.h"
|
||||
|
@@ -6,7 +6,7 @@
|
||||
*
|
||||
* Copyright (c) 1994, Regents of the University of California
|
||||
*
|
||||
* $Id: heapam.h,v 1.2 1996/09/23 08:36:39 scrappy Exp $
|
||||
* $Id: heapam.h,v 1.3 1996/10/31 09:46:37 scrappy Exp $
|
||||
*
|
||||
*-------------------------------------------------------------------------
|
||||
*/
|
||||
@@ -15,7 +15,6 @@
|
||||
|
||||
#include <sys/types.h>
|
||||
|
||||
#include "postgres.h"
|
||||
|
||||
#include "access/attnum.h"
|
||||
#include "access/htup.h"
|
||||
|
@@ -6,14 +6,13 @@
|
||||
*
|
||||
* Copyright (c) 1994, Regents of the University of California
|
||||
*
|
||||
* $Id: hio.h,v 1.1 1996/08/27 21:50:14 scrappy Exp $
|
||||
* $Id: hio.h,v 1.2 1996/10/31 09:46:38 scrappy Exp $
|
||||
*
|
||||
*-------------------------------------------------------------------------
|
||||
*/
|
||||
#ifndef HIO_H
|
||||
#define HIO_H
|
||||
|
||||
#include "c.h"
|
||||
|
||||
#include "storage/block.h"
|
||||
#include "access/htup.h"
|
||||
|
@@ -6,14 +6,13 @@
|
||||
*
|
||||
* Copyright (c) 1994, Regents of the University of California
|
||||
*
|
||||
* $Id: iqual.h,v 1.2 1996/10/23 07:41:27 scrappy Exp $
|
||||
* $Id: iqual.h,v 1.3 1996/10/31 09:46:39 scrappy Exp $
|
||||
*
|
||||
*-------------------------------------------------------------------------
|
||||
*/
|
||||
#ifndef IQUAL_H
|
||||
#define IQUAL_H
|
||||
|
||||
#include "c.h"
|
||||
|
||||
#include "storage/itemid.h"
|
||||
#include "utils/rel.h"
|
||||
|
@@ -6,14 +6,13 @@
|
||||
*
|
||||
* Copyright (c) 1994, Regents of the University of California
|
||||
*
|
||||
* $Id: istrat.h,v 1.1 1996/08/27 21:50:17 scrappy Exp $
|
||||
* $Id: istrat.h,v 1.2 1996/10/31 09:46:41 scrappy Exp $
|
||||
*
|
||||
*-------------------------------------------------------------------------
|
||||
*/
|
||||
#ifndef ISTRAT_H
|
||||
#define ISTRAT_H
|
||||
|
||||
#include "postgres.h"
|
||||
#include "access/attnum.h"
|
||||
#include "access/skey.h"
|
||||
#include "access/strat.h"
|
||||
|
@@ -6,14 +6,13 @@
|
||||
*
|
||||
* Copyright (c) 1994, Regents of the University of California
|
||||
*
|
||||
* $Id: sdir.h,v 1.1 1996/08/27 21:50:23 scrappy Exp $
|
||||
* $Id: sdir.h,v 1.2 1996/10/31 09:46:42 scrappy Exp $
|
||||
*
|
||||
*-------------------------------------------------------------------------
|
||||
*/
|
||||
#ifndef SDIR_H
|
||||
#define SDIR_H
|
||||
|
||||
#include "c.h"
|
||||
|
||||
/*
|
||||
* ScanDirection was an int8 for no apparent reason. I kept the original
|
||||
|
@@ -6,14 +6,13 @@
|
||||
*
|
||||
* Copyright (c) 1994, Regents of the University of California
|
||||
*
|
||||
* $Id: valid.h,v 1.1 1996/08/27 21:50:28 scrappy Exp $
|
||||
* $Id: valid.h,v 1.2 1996/10/31 09:46:44 scrappy Exp $
|
||||
*
|
||||
*-------------------------------------------------------------------------
|
||||
*/
|
||||
#ifndef VALID_H
|
||||
#define VALID_H
|
||||
|
||||
#include "c.h"
|
||||
#include "access/skey.h"
|
||||
#include "storage/buf.h"
|
||||
#include "utils/tqual.h"
|
||||
|
Reference in New Issue
Block a user