projects
/
users
/
c2main
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f697bf3
)
slow work...
author
Marc G. Fournier
<
[email protected]
>
Sat, 19 Oct 1996 04:08:58 +0000
(
04:08
+0000)
committer
Marc G. Fournier
<
[email protected]
>
Sat, 19 Oct 1996 04:08:58 +0000
(
04:08
+0000)
src/include/access/itup.h
patch
|
blob
|
blame
|
history
diff --git
a/src/include/access/itup.h
b/src/include/access/itup.h
index e2fd6a6703004583f670e996f91be40648833d42..4588ed1d73514aa8a89dfa49f01db3e5c68998e7 100644
(file)
--- a/
src/include/access/itup.h
+++ b/
src/include/access/itup.h
@@
-6,17
+6,15
@@
*
* Copyright (c) 1994, Regents of the University of California
*
- * $Id: itup.h,v 1.
1 1996/08/27 21:50:1
8 scrappy Exp $
+ * $Id: itup.h,v 1.
2 1996/10/19 04:08:5
8 scrappy Exp $
*
*-------------------------------------------------------------------------
*/
#ifndef ITUP_H
#define ITUP_H
-#include "c.h"
-#include "access/ibit.h"
-#include "access/tupdesc.h" /* for TupleDesc */
#include "storage/itemptr.h"
+#include "access/tupdesc.h"
#define MaxIndexAttributeNumber 7