projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2f12c9f
)
Add missing #include for TOAST.
author
Tom Lane
<tgl@sss.pgh.pa.us>
Mon, 3 Jul 2000 23:58:32 +0000
(23:58 +0000)
committer
Tom Lane
<tgl@sss.pgh.pa.us>
Mon, 3 Jul 2000 23:58:32 +0000
(23:58 +0000)
src/backend/access/heap/heapam.c
patch
|
blob
|
blame
|
history
diff --git
a/src/backend/access/heap/heapam.c
b/src/backend/access/heap/heapam.c
index 1ece416e874ed8e83e145c8e4d43698fa107fce6..ec3ef6d870cf35f697805b32964ac615a961d75d 100644
(file)
--- a/
src/backend/access/heap/heapam.c
+++ b/
src/backend/access/heap/heapam.c
@@
-8,7
+8,7
@@
*
*
* IDENTIFICATION
- * $Header: /cvsroot/pgsql/src/backend/access/heap/heapam.c,v 1.7
6 2000/07/03 23:09:16 wieck
Exp $
+ * $Header: /cvsroot/pgsql/src/backend/access/heap/heapam.c,v 1.7
7 2000/07/03 23:58:32 tgl
Exp $
*
*
* INTERFACE ROUTINES
@@
-78,6
+78,7
@@
#include "access/heapam.h"
#include "access/hio.h"
+#include "access/tuptoaster.h"
#include "access/valid.h"
#include "catalog/catalog.h"
#include "miscadmin.h"