Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit484af9b

Browse files
committed
Modify RelationGetBufferForTuple() to use a typedef, rather than a
struct, to help pgindent.
1 parent6e22ba0 commit484af9b

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(Relationrelation,Sizelen,
215215
BufferotherBuffer,intoptions,
216-
structBulkInsertStateData*bistate,
216+
BulkInsertStatebistate,
217217
Buffer*vmbuffer,Buffer*vmbuffer_other)
218218
{
219219
booluse_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
HeapTupletuple);
3939
externBufferRelationGetBufferForTuple(Relationrelation,Sizelen,
4040
BufferotherBuffer,intoptions,
41-
structBulkInsertStateData*bistate,
41+
BulkInsertStatebistate,
4242
Buffer*vmbuffer,Buffer*vmbuffer_other);
4343

4444
#endif/* HIO_H */

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp