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

Commit24114e8

Browse files
committed
Remove unnecessary "inline" marker introduced in commit4be058f.
Some of our older buildfarm members bleat about this coding,along the lines ofprepjointree.c:112: warning: 'get_result_relid' declared inline after being calledprepjointree.c:112: warning: previous declaration of 'get_result_relid' was hereModern compilers will probably inline this function without beingprompted, so rather than move the function, let's just drop themarking.
1 parent527b5ed commit24114e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/backend/optimizer/prep/prepjointree.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3026,7 +3026,7 @@ remove_useless_results_recurse(PlannerInfo *root, Node *jtnode)
30263026
*If jtnode is a RangeTblRef for an RTE_RESULT RTE, return its relid;
30273027
*otherwise return 0.
30283028
*/
3029-
staticinlineint
3029+
staticint
30303030
get_result_relid(PlannerInfo*root,Node*jtnode)
30313031
{
30323032
intvarno;

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp