diff options
Diffstat (limited to 'src/include/access/hio.h')
-rw-r--r-- | src/include/access/hio.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/access/hio.h b/src/include/access/hio.h index 6eac97e46cd..aefd6791652 100644 --- a/src/include/access/hio.h +++ b/src/include/access/hio.h @@ -38,7 +38,7 @@ extern void RelationPutHeapTuple(Relation relation, Buffer buffer, HeapTuple tuple); extern Buffer RelationGetBufferForTuple(Relation relation, Size len, Buffer otherBuffer, int options, - struct BulkInsertStateData * bistate, + BulkInsertState bistate, Buffer *vmbuffer, Buffer *vmbuffer_other); #endif /* HIO_H */ |