Skip to content

Commit 484af9b

Browse files
committed
Modify RelationGetBufferForTuple() to use a typedef, rather than a
struct, to help pgindent.
1 parent 6e22ba0 commit 484af9b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/backend/access/heap/hio.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ GetVisibilityMapPins(Relation relation, Buffer buffer1, Buffer buffer2,
213213
Buffer
214214
RelationGetBufferForTuple(Relation relation, Size len,
215215
Buffer otherBuffer, int options,
216-
struct BulkInsertStateData * bistate,
216+
BulkInsertState bistate,
217217
Buffer *vmbuffer, Buffer *vmbuffer_other)
218218
{
219219
bool use_fsm = !(options & HEAP_INSERT_SKIP_FSM);

src/include/access/hio.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ extern void RelationPutHeapTuple(Relation relation, Buffer buffer,
3838
HeapTuple tuple);
3939
extern Buffer RelationGetBufferForTuple(Relation relation, Size len,
4040
Buffer otherBuffer, int options,
41-
struct BulkInsertStateData * bistate,
41+
BulkInsertState bistate,
4242
Buffer *vmbuffer, Buffer *vmbuffer_other);
4343

4444
#endif /* HIO_H */

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy