1
0
mirror of https://github.com/postgres/postgres.git synced 2025-11-06 07:49:08 +03:00
#include "postgres.h"
	#include "c.h"
This commit is contained in:
Marc G. Fournier
1996-10-31 09:51:30 +00:00
parent 3341750769
commit 99412aef23
86 changed files with 87 additions and 185 deletions

View File

@@ -6,15 +6,13 @@
*
* Copyright (c) 1994, Regents of the University of California
*
* $Id: block.h,v 1.1 1996/08/28 01:57:55 scrappy Exp $
* $Id: block.h,v 1.2 1996/10/31 09:49:40 scrappy Exp $
*
*-------------------------------------------------------------------------
*/
#ifndef BLOCK_H
#define BLOCK_H
#include "c.h"
/*
* BlockNumber:
*

View File

@@ -6,7 +6,7 @@
*
* Copyright (c) 1994, Regents of the University of California
*
* $Id: buf_internals.h,v 1.1 1996/08/28 01:58:00 scrappy Exp $
* $Id: buf_internals.h,v 1.2 1996/10/31 09:49:42 scrappy Exp $
*
* NOTE
* If BUFFERPAGE0 is defined, then 0 will be used as a
@@ -17,7 +17,6 @@
#ifndef BUFMGR_INTERNALS_H
#define BUFMGR_INTERNALS_H
#include "postgres.h"
#include "storage/buf.h"
#include "storage/ipc.h"
#include "storage/shmem.h"

View File

@@ -6,7 +6,7 @@
*
* Copyright (c) 1994, Regents of the University of California
*
* $Id: fd.h,v 1.1 1996/08/28 01:58:04 scrappy Exp $
* $Id: fd.h,v 1.2 1996/10/31 09:49:45 scrappy Exp $
*
*-------------------------------------------------------------------------
*/
@@ -53,7 +53,6 @@
#endif /* SEEK_SET */
#endif /* WIN32 */
#include "c.h"
#include "storage/block.h"
typedef char *FileName;

View File

@@ -6,7 +6,7 @@
*
* Copyright (c) 1994, Regents of the University of California
*
* $Id: ipc.h,v 1.5 1996/10/31 05:57:40 momjian Exp $
* $Id: ipc.h,v 1.6 1996/10/31 09:49:48 scrappy Exp $
*
* NOTES
* This file is very architecture-specific. This stuff should actually
@@ -21,10 +21,6 @@
#define _IPC_
#endif
#include <sys/types.h>
#include "postgres.h"
/*
* Many architectures have support for user-level spinlocks (i.e., an
* atomic test-and-set instruction). However, we have only written

View File

@@ -6,15 +6,13 @@
*
* Copyright (c) 1994, Regents of the University of California
*
* $Id: item.h,v 1.1 1996/08/28 01:58:06 scrappy Exp $
* $Id: item.h,v 1.2 1996/10/31 09:49:49 scrappy Exp $
*
*-------------------------------------------------------------------------
*/
#ifndef ITEM_H
#define ITEM_H
#include "c.h"
typedef Pointer Item;
#endif /* ITEM_H */

View File

@@ -6,14 +6,13 @@
*
* Copyright (c) 1994, Regents of the University of California
*
* $Id: itempos.h,v 1.1 1996/08/28 01:58:09 scrappy Exp $
* $Id: itempos.h,v 1.2 1996/10/31 09:49:50 scrappy Exp $
*
*-------------------------------------------------------------------------
*/
#ifndef ITEMPOS_H
#define ITEMPOS_H
#include "c.h"
#include "storage/buf.h"
#include "storage/itemid.h"

View File

@@ -7,14 +7,13 @@
*
* Copyright (c) 1994, Regents of the University of California
*
* $Id: large_object.h,v 1.1 1996/08/28 01:58:12 scrappy Exp $
* $Id: large_object.h,v 1.2 1996/10/31 09:49:54 scrappy Exp $
*
*-------------------------------------------------------------------------
*/
#ifndef LARGE_OBJECT_H
#define LARGE_OBJECT_H
#include "c.h"
#include "utils/rel.h"
#include "access/relscan.h"

View File

@@ -6,14 +6,13 @@
*
* Copyright (c) 1994, Regents of the University of California
*
* $Id: lmgr.h,v 1.1 1996/08/28 01:58:13 scrappy Exp $
* $Id: lmgr.h,v 1.2 1996/10/31 09:49:56 scrappy Exp $
*
*-------------------------------------------------------------------------
*/
#ifndef LMGR_H
#define LMGR_H
#include "postgres.h"
#include "storage/itemptr.h"
#include "storage/lock.h"

View File

@@ -6,14 +6,13 @@
*
* Copyright (c) 1994, Regents of the University of California
*
* $Id: lock.h,v 1.1 1996/08/28 01:58:15 scrappy Exp $
* $Id: lock.h,v 1.2 1996/10/31 09:49:57 scrappy Exp $
*
*-------------------------------------------------------------------------
*/
#ifndef LOCK_H_
#define LOCK_H_
#include "postgres.h"
#include "storage/itemptr.h"
#include "storage/shmem.h"
#include "storage/spin.h"

View File

@@ -6,17 +6,13 @@
*
* Copyright (c) 1994, Regents of the University of California
*
* $Id: off.h,v 1.1 1996/08/28 01:58:18 scrappy Exp $
* $Id: off.h,v 1.2 1996/10/31 09:49:58 scrappy Exp $
*
*-------------------------------------------------------------------------
*/
#ifndef OFF_H
#define OFF_H
#include "c.h"
#include "machine.h" /* for BLCKSZ */
#include "storage/itemid.h"
/*
* OffsetNumber:
*

View File

@@ -6,15 +6,13 @@
*
* Copyright (c) 1994, Regents of the University of California
*
* $Id: page.h,v 1.1 1996/08/28 01:58:20 scrappy Exp $
* $Id: page.h,v 1.2 1996/10/31 09:49:59 scrappy Exp $
*
*-------------------------------------------------------------------------
*/
#ifndef PAGE_H
#define PAGE_H
#include "c.h"
typedef Pointer Page;
/*

View File

@@ -6,14 +6,13 @@
*
* Copyright (c) 1994, Regents of the University of California
*
* $Id: pagenum.h,v 1.1 1996/08/28 01:58:21 scrappy Exp $
* $Id: pagenum.h,v 1.2 1996/10/31 09:50:00 scrappy Exp $
*
*-------------------------------------------------------------------------
*/
#ifndef PAGENUM_H
#define PAGENUM_H
#include "c.h"
#include "storage/page.h"
typedef uint16 PageNumber;

View File

@@ -6,15 +6,13 @@
*
* Copyright (c) 1994, Regents of the University of California
*
* $Id: pos.h,v 1.1 1996/08/28 01:58:22 scrappy Exp $
* $Id: pos.h,v 1.2 1996/10/31 09:50:04 scrappy Exp $
*
*-------------------------------------------------------------------------
*/
#ifndef POS_H
#define POS_H
#include "c.h"
/*
* a 'position' used to be <pagenumber, offset> in postgres. this has
* been changed to just <offset> as the notion of having multiple pages

View File

@@ -6,14 +6,13 @@
*
* Copyright (c) 1994, Regents of the University of California
*
* $Id: sinval.h,v 1.1 1996/08/28 01:58:28 scrappy Exp $
* $Id: sinval.h,v 1.2 1996/10/31 09:50:06 scrappy Exp $
*
*-------------------------------------------------------------------------
*/
#ifndef SINVAL_H
#define SINVAL_H
#include "c.h"
#include "storage/spin.h"
#include "storage/ipc.h"
#include "storage/itemptr.h"

View File

@@ -6,15 +6,13 @@
*
* Copyright (c) 1994, Regents of the University of California
*
* $Id: sinvaladt.h,v 1.1 1996/08/28 01:58:29 scrappy Exp $
* $Id: sinvaladt.h,v 1.2 1996/10/31 09:50:07 scrappy Exp $
*
*-------------------------------------------------------------------------
*/
#ifndef SINVALADT_H
#define SINVALADT_H
#include "postgres.h" /* XXX */
#include "storage/ipc.h"
#include "storage/itemptr.h"
#include "storage/sinval.h"