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

Commitec05baf

Browse files
committed
Put "inline" marker on declarations of inline functions.
I'm having a hard time telling whether the letter of the C standardrequires this, but we do have a couple of buildfarm members thatthrow warnings when this is not done. Oversight inc532d15.
1 parent8818ad5 commitec05baf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎src/backend/commands/copyfromparse.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,8 +114,8 @@ static Datum CopyReadBinaryAttribute(CopyFromState cstate, FmgrInfo *flinfo,
114114
/* Low-level communications functions */
115115
staticintCopyGetData(CopyFromStatecstate,void*databuf,
116116
intminread,intmaxread);
117-
staticboolCopyGetInt32(CopyFromStatecstate,int32*val);
118-
staticboolCopyGetInt16(CopyFromStatecstate,int16*val);
117+
staticinlineboolCopyGetInt32(CopyFromStatecstate,int32*val);
118+
staticinlineboolCopyGetInt16(CopyFromStatecstate,int16*val);
119119
staticboolCopyLoadRawBuf(CopyFromStatecstate);
120120
staticintCopyReadBinaryData(CopyFromStatecstate,char*dest,intnbytes);
121121

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp