projects
/
users
/
rhaas
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e81fe1e
)
tuptoaster.h should surely not #include postgres.h.
author
Tom Lane
<
[email protected]
>
Tue, 4 Jul 2000 00:04:03 +0000
(
00:04
+0000)
committer
Tom Lane
<
[email protected]
>
Tue, 4 Jul 2000 00:04:03 +0000
(
00:04
+0000)
src/include/access/tuptoaster.h
patch
|
blob
|
blame
|
history
diff --git
a/src/include/access/tuptoaster.h
b/src/include/access/tuptoaster.h
index 024bb1de91439116192f7e711dbed53aae877805..c30f61218e32ac7473d63cf24a90249c37a735f6 100644
(file)
--- a/
src/include/access/tuptoaster.h
+++ b/
src/include/access/tuptoaster.h
@@
-6,7
+6,7
@@
*
* Copyright (c) 2000, PostgreSQL Development Team
*
- * $Id: tuptoaster.h,v 1.
3 2000/07/03 23:09:58 wieck
Exp $
+ * $Id: tuptoaster.h,v 1.
4 2000/07/04 00:04:03 tgl
Exp $
*
*-------------------------------------------------------------------------
*/
@@
-15,7
+15,6
@@
#ifdef TUPLE_TOASTER_ACTIVE
-#include "postgres.h"
#include "access/heapam.h"
#include "access/htup.h"
#include "access/tupmacs.h"