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

Another series started from utils/builtins.h

This commit is contained in:
Marc G. Fournier
1996-11-04 07:46:06 +00:00
parent d93d3c843a
commit 5a5f9420e5
8 changed files with 25 additions and 34 deletions

View File

@@ -6,19 +6,19 @@
*
* Copyright (c) 1994, Regents of the University of California
*
* $Id: rel.h,v 1.5 1996/11/01 09:31:17 scrappy Exp $
* $Id: rel.h,v 1.6 1996/11/04 07:46:06 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 "storage/fd.h"
#include <access/strat.h>
#include <rewrite/prs2lock.h>
#include <access/tupdesc.h>
#include <catalog/pg_class.h>
#include <catalog/pg_am.h>
#include <storage/fd.h>
typedef struct RelationData {
File rd_fd; /* open file descriptor */