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

More cleanup

This commit is contained in:
Bruce Momjian
1999-07-16 17:07:40 +00:00
parent 4d5aa343de
commit 773088809d
35 changed files with 84 additions and 80 deletions

View File

@@ -6,17 +6,17 @@
*
* Copyright (c) 1994, Regents of the University of California
*
* $Id: genam.h,v 1.19 1999/07/15 23:03:33 momjian Exp $
* $Id: genam.h,v 1.20 1999/07/16 17:07:25 momjian Exp $
*
*-------------------------------------------------------------------------
*/
#ifndef GENAM_H
#define GENAM_H
#include "access/sdir.h"
#include "access/funcindex.h"
#include "access/relscan.h"
#include "access/itup.h"
#include "access/relscan.h"
#include "access/sdir.h"
/* ----------------
* generalized index_ interface routines

View File

@@ -6,7 +6,7 @@
*
* Copyright (c) 1994, Regents of the University of California
*
* $Id: hash.h,v 1.26 1999/07/15 23:03:34 momjian Exp $
* $Id: hash.h,v 1.27 1999/07/16 17:07:26 momjian Exp $
*
* NOTES
* modeled after Margo Seltzer's hash implementation for unix.
@@ -16,10 +16,10 @@
#ifndef HASH_H
#define HASH_H
#include "access/sdir.h"
#include "access/funcindex.h"
#include "access/relscan.h"
#include "access/itup.h"
#include "access/relscan.h"
#include "access/sdir.h"
#include "utils/int8.h"
/*

View File

@@ -6,7 +6,7 @@
*
* Copyright (c) 1994, Regents of the University of California
*
* $Id: heapam.h,v 1.44 1999/07/15 15:20:53 momjian Exp $
* $Id: heapam.h,v 1.45 1999/07/16 17:07:26 momjian Exp $
*
*-------------------------------------------------------------------------
*/
@@ -14,9 +14,9 @@
#define HEAPAM_H
#include <time.h>
#include "access/tupmacs.h"
#include "access/htup.h"
#include "access/relscan.h"
#include "access/tupmacs.h"
#include "storage/block.h"
#include "utils/rel.h"
#include "utils/tqual.h"

View File

@@ -6,15 +6,15 @@
*
* Copyright (c) 1994, Regents of the University of California
*
* $Id: iqual.h,v 1.12 1999/07/15 23:03:34 momjian Exp $
* $Id: iqual.h,v 1.13 1999/07/16 17:07:27 momjian Exp $
*
*-------------------------------------------------------------------------
*/
#ifndef IQUAL_H
#define IQUAL_H
#include "access/skey.h"
#include "access/itup.h"
#include "access/skey.h"
/* ----------------

View File

@@ -6,7 +6,7 @@
*
* Copyright (c) 1994, Regents of the University of California
*
* $Id: itup.h,v 1.19 1999/07/15 23:03:35 momjian Exp $
* $Id: itup.h,v 1.20 1999/07/16 17:07:27 momjian Exp $
*
*-------------------------------------------------------------------------
*/
@@ -14,8 +14,8 @@
#define ITUP_H
#include "access/ibit.h"
#include "access/tupmacs.h"
#include "access/tupdesc.h"
#include "access/tupmacs.h"
#include "storage/itemptr.h"
#define MaxIndexAttributeNumber 7

View File

@@ -6,17 +6,17 @@
*
* Copyright (c) 1994, Regents of the University of California
*
* $Id: nbtree.h,v 1.29 1999/07/15 23:03:35 momjian Exp $
* $Id: nbtree.h,v 1.30 1999/07/16 17:07:27 momjian Exp $
*
*-------------------------------------------------------------------------
*/
#ifndef NBTREE_H
#define NBTREE_H
#include "access/sdir.h"
#include "access/relscan.h"
#include "access/funcindex.h"
#include "access/itup.h"
#include "access/relscan.h"
#include "access/sdir.h"
/*
* BTPageOpaqueData -- At the end of every page, we store a pointer

View File

@@ -6,16 +6,16 @@
*
* Copyright (c) 1994, Regents of the University of California
*
* $Id: rtscan.h,v 1.7 1999/07/15 23:03:37 momjian Exp $
* $Id: rtscan.h,v 1.8 1999/07/16 17:07:27 momjian Exp $
*
*-------------------------------------------------------------------------
*/
#ifndef RTSCAN_H
#define RTSCAN_H
#include "utils/rel.h"
#include "storage/block.h"
#include "storage/off.h"
#include "utils/rel.h"
void rtadjscans(Relation r, int op, BlockNumber blkno, OffsetNumber offnum);

View File

@@ -6,16 +6,16 @@
*
* Copyright (c) 1994, Regents of the University of California
*
* $Id: tupdesc.h,v 1.23 1999/07/15 23:03:38 momjian Exp $
* $Id: tupdesc.h,v 1.24 1999/07/16 17:07:28 momjian Exp $
*
*-------------------------------------------------------------------------
*/
#ifndef TUPDESC_H
#define TUPDESC_H
#include "nodes/pg_list.h"
#include "access/attnum.h"
#include "catalog/pg_attribute.h"
#include "nodes/pg_list.h"
typedef struct attrDefault

View File

@@ -6,15 +6,15 @@
*
* Copyright (c) 1994, Regents of the University of California
*
* $Id: xact.h,v 1.22 1999/07/15 23:03:38 momjian Exp $
* $Id: xact.h,v 1.23 1999/07/16 17:07:28 momjian Exp $
*
*-------------------------------------------------------------------------
*/
#ifndef XACT_H
#define XACT_H
#include "utils/nabstime.h"
#include "access/transam.h"
#include "utils/nabstime.h"
/* ----------------
* transaction state structure