mirror of
https://git.postgresql.org/git/postgresql.git
synced 2024-12-27 08:39:28 +08:00
finally, this directory is (should be!) totally clean
This commit is contained in:
parent
7870c5a0d3
commit
0b3cb80e03
@ -6,7 +6,7 @@
|
||||
*
|
||||
* Copyright (c) 1994, Regents of the University of California
|
||||
*
|
||||
* $Id: builtins.h,v 1.5 1996/11/04 07:46:00 scrappy Exp $
|
||||
* $Id: builtins.h,v 1.6 1996/11/04 11:51:14 scrappy Exp $
|
||||
*
|
||||
* NOTES
|
||||
* This should normally only be included by fmgr.h.
|
||||
@ -19,9 +19,9 @@
|
||||
#define BUILTINS_H
|
||||
|
||||
#include <storage/itemptr.h>
|
||||
#include <utils/rel.h>
|
||||
#include <utils/nabstime.h>
|
||||
#include <utils/geo-decls.h>
|
||||
#include <utils/nabstime.h>
|
||||
#include <utils/rel.h>
|
||||
|
||||
/*
|
||||
* Defined in adt/
|
||||
|
@ -6,7 +6,7 @@
|
||||
*
|
||||
* Copyright (c) 1994, Regents of the University of California
|
||||
*
|
||||
* $Id: catcache.h,v 1.3 1996/11/04 07:59:39 scrappy Exp $
|
||||
* $Id: catcache.h,v 1.4 1996/11/04 11:51:15 scrappy Exp $
|
||||
*
|
||||
*-------------------------------------------------------------------------
|
||||
*/
|
||||
@ -15,10 +15,10 @@
|
||||
|
||||
/* #define CACHEDEBUG turns DEBUG elogs on */
|
||||
|
||||
#include <utils/rel.h>
|
||||
#include <nodes/memnodes.h>
|
||||
#include <lib/dllist.h>
|
||||
#include <access/htup.h>
|
||||
#include <lib/dllist.h>
|
||||
#include <nodes/memnodes.h>
|
||||
#include <utils/rel.h>
|
||||
|
||||
/*
|
||||
* struct catctup: tuples in the cache.
|
||||
|
@ -6,14 +6,13 @@
|
||||
*
|
||||
* Copyright (c) 1994, Regents of the University of California
|
||||
*
|
||||
* $Id: excid.h,v 1.2 1996/10/31 09:51:15 scrappy Exp $
|
||||
* $Id: excid.h,v 1.3 1996/11/04 11:51:16 scrappy Exp $
|
||||
*
|
||||
*-------------------------------------------------------------------------
|
||||
*/
|
||||
#ifndef EXCID_H
|
||||
#define EXCID_H
|
||||
|
||||
#include "utils/exc.h" /* for Exception */
|
||||
|
||||
extern Exception FailedAssertion;
|
||||
extern Exception BadState;
|
||||
|
@ -6,14 +6,13 @@
|
||||
*
|
||||
* Copyright (c) 1994, Regents of the University of California
|
||||
*
|
||||
* $Id: fmgrtab.h,v 1.2 1996/10/31 09:51:17 scrappy Exp $
|
||||
* $Id: fmgrtab.h,v 1.3 1996/11/04 11:51:17 scrappy Exp $
|
||||
*
|
||||
*-------------------------------------------------------------------------
|
||||
*/
|
||||
#ifndef FMGRTAB_H
|
||||
#define FMGRTAB_H
|
||||
|
||||
#include "fmgr.h" /* genearated by Gen_fmgrtab.sh */
|
||||
|
||||
typedef struct {
|
||||
Oid proid;
|
||||
|
@ -6,15 +6,15 @@
|
||||
*
|
||||
* Copyright (c) 1994, Regents of the University of California
|
||||
*
|
||||
* $Id: inval.h,v 1.2 1996/10/31 09:51:21 scrappy Exp $
|
||||
* $Id: inval.h,v 1.3 1996/11/04 11:51:18 scrappy Exp $
|
||||
*
|
||||
*-------------------------------------------------------------------------
|
||||
*/
|
||||
#ifndef INVAL_H
|
||||
#define INVAL_H
|
||||
|
||||
#include "access/htup.h"
|
||||
#include "utils/rel.h"
|
||||
#include <access/htup.h>
|
||||
#include <utils/rel.h>
|
||||
|
||||
extern void DiscardInvalid(void);
|
||||
|
||||
|
@ -6,14 +6,15 @@
|
||||
*
|
||||
* Copyright (c) 1994, Regents of the University of California
|
||||
*
|
||||
* $Id: lselect.h,v 1.2 1996/10/31 09:51:23 scrappy Exp $
|
||||
* $Id: lselect.h,v 1.3 1996/11/04 11:51:19 scrappy Exp $
|
||||
*
|
||||
*-------------------------------------------------------------------------
|
||||
*/
|
||||
#ifndef LSELECT_H
|
||||
#define LSELECT_H
|
||||
|
||||
#include "access/htup.h"
|
||||
#include <stdio.h>
|
||||
#include <access/htup.h>
|
||||
|
||||
struct leftist {
|
||||
short lt_dist; /* distance to leaf/empty node */
|
||||
|
@ -6,14 +6,15 @@
|
||||
*
|
||||
* Copyright (c) 1994, Regents of the University of California
|
||||
*
|
||||
* $Id: lsyscache.h,v 1.1 1996/08/28 01:59:08 scrappy Exp $
|
||||
* $Id: lsyscache.h,v 1.2 1996/11/04 11:51:20 scrappy Exp $
|
||||
*
|
||||
*-------------------------------------------------------------------------
|
||||
*/
|
||||
#ifndef LSYSCACHE_H
|
||||
#define LSYSCACHE_H
|
||||
|
||||
#include "access/htup.h"
|
||||
#include <access/attnum.h>
|
||||
#include <access/htup.h>
|
||||
|
||||
extern bool op_class(Oid opid, int32 opclass, Oid amopid);
|
||||
extern char *get_attname(Oid relid, AttrNumber attnum);
|
||||
|
@ -6,14 +6,14 @@
|
||||
*
|
||||
* Copyright (c) 1994, Regents of the University of California
|
||||
*
|
||||
* $Id: mcxt.h,v 1.3 1996/11/03 08:17:34 scrappy Exp $
|
||||
* $Id: mcxt.h,v 1.4 1996/11/04 11:51:21 scrappy Exp $
|
||||
*
|
||||
*-------------------------------------------------------------------------
|
||||
*/
|
||||
#ifndef MCXT_H
|
||||
#define MCXT_H
|
||||
|
||||
#include "nodes/memnodes.h"
|
||||
#include <nodes/memnodes.h>
|
||||
|
||||
extern MemoryContext CurrentMemoryContext;
|
||||
extern MemoryContext TopMemoryContext;
|
||||
|
@ -6,7 +6,7 @@
|
||||
*
|
||||
* Copyright (c) 1994, Regents of the University of California
|
||||
*
|
||||
* $Id: portal.h,v 1.2 1996/10/31 09:51:29 scrappy Exp $
|
||||
* $Id: portal.h,v 1.3 1996/11/04 11:51:22 scrappy Exp $
|
||||
*
|
||||
*-------------------------------------------------------------------------
|
||||
*/
|
||||
@ -25,13 +25,10 @@
|
||||
#ifndef PORTAL_H
|
||||
#define PORTAL_H
|
||||
|
||||
|
||||
#include "nodes/execnodes.h" /* for EState */
|
||||
#include "nodes/memnodes.h"
|
||||
#include "nodes/nodes.h"
|
||||
#include "nodes/pg_list.h"
|
||||
#include "nodes/plannodes.h" /* for Plan */
|
||||
#include "executor/execdesc.h"
|
||||
#include <executor/execdesc.h>
|
||||
#include <lib/fstack.h>
|
||||
#include <nodes/memnodes.h>
|
||||
#include <utils/memutils.h>
|
||||
|
||||
typedef struct PortalBlockData {
|
||||
AllocSetData setData;
|
||||
|
@ -6,13 +6,16 @@
|
||||
*
|
||||
* Copyright (c) 1994, Regents of the University of California
|
||||
*
|
||||
* $Id: psort.h,v 1.1 1996/08/28 01:59:20 scrappy Exp $
|
||||
* $Id: psort.h,v 1.2 1996/11/04 11:51:23 scrappy Exp $
|
||||
*
|
||||
*-------------------------------------------------------------------------
|
||||
*/
|
||||
#ifndef PSORT_H
|
||||
#define PSORT_H
|
||||
|
||||
#include <stdio.h>
|
||||
#include <access/relscan.h>
|
||||
|
||||
#define SORTMEM (1 << 18) /* 1/4 M - any static memory */
|
||||
#define MAXTAPES 7 /* 7--See Fig. 70, p273 */
|
||||
#define TAPEEXT "pg_psort.XXXXXX" /* TEMPDIR/TAPEEXT */
|
||||
@ -39,10 +42,6 @@ extern Relation SortRdesc;
|
||||
extern struct leftist *Tuples;
|
||||
|
||||
#ifdef EBUG
|
||||
#include <stdio.h>
|
||||
#include "utils/elog.h"
|
||||
#include "storage/buf.h"
|
||||
#include "storage/bufmgr.h"
|
||||
|
||||
#define PDEBUG(PROC, S1)\
|
||||
elog(DEBUG, "%s:%d>> PROC: %s.", __FILE__, __LINE__, S1)
|
||||
|
@ -6,18 +6,18 @@
|
||||
*
|
||||
* Copyright (c) 1994, Regents of the University of California
|
||||
*
|
||||
* $Id: rel.h,v 1.6 1996/11/04 07:46:06 scrappy Exp $
|
||||
* $Id: rel.h,v 1.7 1996/11/04 11:51:24 scrappy Exp $
|
||||
*
|
||||
*-------------------------------------------------------------------------
|
||||
*/
|
||||
#ifndef REL_H
|
||||
#define REL_H
|
||||
|
||||
#include <access/strat.h>
|
||||
#include <rewrite/prs2lock.h>
|
||||
#include <access/tupdesc.h>
|
||||
#include <catalog/pg_class.h>
|
||||
#include <catalog/pg_am.h>
|
||||
#include <catalog/pg_class.h>
|
||||
#include <access/strat.h>
|
||||
#include <access/tupdesc.h>
|
||||
#include <rewrite/prs2lock.h>
|
||||
#include <storage/fd.h>
|
||||
|
||||
typedef struct RelationData {
|
||||
|
@ -6,14 +6,14 @@
|
||||
*
|
||||
* Copyright (c) 1994, Regents of the University of California
|
||||
*
|
||||
* $Id: rel2.h,v 1.1 1996/08/28 01:59:22 scrappy Exp $
|
||||
* $Id: rel2.h,v 1.2 1996/11/04 11:51:25 scrappy Exp $
|
||||
*
|
||||
*-------------------------------------------------------------------------
|
||||
*/
|
||||
#ifndef TMP_REL2_H
|
||||
#define TMP_REL2_H
|
||||
|
||||
#include "access/istrat.h"
|
||||
#include <utils/rel.h>
|
||||
|
||||
extern IndexStrategy RelationGetIndexStrategy(Relation relation);
|
||||
|
||||
|
@ -6,16 +6,14 @@
|
||||
*
|
||||
* Copyright (c) 1994, Regents of the University of California
|
||||
*
|
||||
* $Id: relcache.h,v 1.2 1996/10/31 09:51:30 scrappy Exp $
|
||||
* $Id: relcache.h,v 1.3 1996/11/04 11:51:26 scrappy Exp $
|
||||
*
|
||||
*-------------------------------------------------------------------------
|
||||
*/
|
||||
#ifndef RELCACHE_H
|
||||
#define RELCACHE_H
|
||||
|
||||
#include <sys/types.h>
|
||||
|
||||
#include "utils/rel.h"
|
||||
#include <utils/rel.h>
|
||||
|
||||
/*
|
||||
* relation lookup routines
|
||||
|
@ -6,15 +6,15 @@
|
||||
*
|
||||
* Copyright (c) 1994, Regents of the University of California
|
||||
*
|
||||
* $Id: syscache.h,v 1.3 1996/10/31 05:58:01 momjian Exp $
|
||||
* $Id: syscache.h,v 1.4 1996/11/04 11:51:27 scrappy Exp $
|
||||
*
|
||||
*-------------------------------------------------------------------------
|
||||
*/
|
||||
#ifndef SYSCACHE_H
|
||||
#define SYSCACHE_H
|
||||
|
||||
#include "access/attnum.h"
|
||||
#include "access/htup.h"
|
||||
#include <access/attnum.h>
|
||||
#include <access/htup.h>
|
||||
|
||||
/*#define CACHEDEBUG*/ /* turns DEBUG elogs on */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user