summaryrefslogtreecommitdiff
path: root/src/include/access/hio.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/access/hio.h')
-rw-r--r--src/include/access/hio.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/include/access/hio.h b/src/include/access/hio.h
index 84174766b98..cec087cb1a5 100644
--- a/src/include/access/hio.h
+++ b/src/include/access/hio.h
@@ -14,7 +14,6 @@
#ifndef HIO_H
#define HIO_H
-#include "access/heapam.h"
#include "access/htup.h"
#include "utils/relcache.h"
#include "storage/buf.h"
@@ -39,7 +38,7 @@ extern void RelationPutHeapTuple(Relation relation, Buffer buffer,
HeapTuple tuple, bool token);
extern Buffer RelationGetBufferForTuple(Relation relation, Size len,
Buffer otherBuffer, int options,
- BulkInsertState bistate,
+ BulkInsertStateData *bistate,
Buffer *vmbuffer, Buffer *vmbuffer_other);
#endif /* HIO_H */