1
0
mirror of https://github.com/postgres/postgres.git synced 2025-08-22 21:53:06 +03:00

finally, this directory is (should be!) totally clean

This commit is contained in:
Marc G. Fournier
1996-11-04 11:51:27 +00:00
parent 7870c5a0d3
commit 0b3cb80e03
14 changed files with 41 additions and 47 deletions

View File

@@ -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 {