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 2f12c9f commit e81fe1eCopy full SHA for e81fe1e
src/backend/access/heap/heapam.c
@@ -8,7 +8,7 @@
8
*
9
10
* IDENTIFICATION
11
- * $Header: /cvsroot/pgsql/src/backend/access/heap/heapam.c,v 1.76 2000/07/03 23:09:16 wieck Exp $
+ * $Header: /cvsroot/pgsql/src/backend/access/heap/heapam.c,v 1.77 2000/07/03 23:58:32 tgl Exp $
12
13
14
* INTERFACE ROUTINES
@@ -78,6 +78,7 @@
78
79
#include "access/heapam.h"
80
#include "access/hio.h"
81
+#include "access/tuptoaster.h"
82
#include "access/valid.h"
83
#include "catalog/catalog.h"
84
#include "miscadmin.h"
0 commit comments