mirror of
https://github.com/postgres/postgres.git
synced 2025-10-27 00:12:01 +03:00
Modify RelationGetBufferForTuple() to use a typedef, rather than a
struct, to help pgindent.
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user