mirror of
https://git.postgresql.org/git/postgresql.git
synced 2025-01-06 15:24:56 +08:00
and another
This commit is contained in:
parent
6fd191c899
commit
f697bf3b85
@ -6,24 +6,18 @@
|
|||||||
*
|
*
|
||||||
* Copyright (c) 1994, Regents of the University of California
|
* Copyright (c) 1994, Regents of the University of California
|
||||||
*
|
*
|
||||||
* $Id: rel.h,v 1.1 1996/08/28 01:59:21 scrappy Exp $
|
* $Id: rel.h,v 1.2 1996/10/19 04:06:48 scrappy Exp $
|
||||||
*
|
*
|
||||||
*-------------------------------------------------------------------------
|
*-------------------------------------------------------------------------
|
||||||
*/
|
*/
|
||||||
#ifndef REL_H
|
#ifndef REL_H
|
||||||
#define REL_H
|
#define REL_H
|
||||||
|
|
||||||
#include "postgres.h"
|
|
||||||
|
|
||||||
#include "storage/fd.h"
|
#include "storage/fd.h"
|
||||||
#include "access/strat.h"
|
|
||||||
#include "access/tupdesc.h"
|
|
||||||
|
|
||||||
#include "catalog/pg_am.h"
|
#include "catalog/pg_am.h"
|
||||||
#include "catalog/pg_operator.h"
|
|
||||||
#include "catalog/pg_class.h"
|
#include "catalog/pg_class.h"
|
||||||
|
|
||||||
#include "rewrite/prs2lock.h"
|
#include "rewrite/prs2lock.h"
|
||||||
|
#include "access/strat.h"
|
||||||
|
|
||||||
typedef struct RelationData {
|
typedef struct RelationData {
|
||||||
File rd_fd; /* open file descriptor */
|
File rd_fd; /* open file descriptor */
|
||||||
|
Loading…
Reference in New Issue
Block a user