We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6fd191c commit f697bf3Copy full SHA for f697bf3
src/include/utils/rel.h
@@ -6,24 +6,18 @@
6
*
7
* Copyright (c) 1994, Regents of the University of California
8
9
- * $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 $
10
11
*-------------------------------------------------------------------------
12
*/
13
#ifndef REL_H
14
#define REL_H
15
16
-#include "postgres.h"
17
-
18
#include "storage/fd.h"
19
-#include "access/strat.h"
20
-#include "access/tupdesc.h"
21
22
#include "catalog/pg_am.h"
23
-#include "catalog/pg_operator.h"
24
#include "catalog/pg_class.h"
25
26
#include "rewrite/prs2lock.h"
+#include "access/strat.h"
27
28
typedef struct RelationData {
29
File rd_fd; /* open file descriptor */
0 commit comments