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

Commit2c77903

Browse files
committed
postgres_fdw: Move function prototype to correct section.
Etsuro Fujita, reviewed by Ashutosh Bapat.Discussion:http://postgr.es/m/93a9c487-9920-a38f-da96-503422c50f59@lab.ntt.co.jp
1 parentda6bf13 commit2c77903

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎contrib/postgres_fdw/postgres_fdw.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,10 +176,10 @@ extern void deparseSelectStmtForRel(StringInfo buf, PlannerInfo *root,
176176
RelOptInfo*foreignrel,List*tlist,
177177
List*remote_conds,List*pathkeys,boolis_subquery,
178178
List**retrieved_attrs,List**params_list);
179+
externconstchar*get_jointype_name(JoinTypejointype);
179180

180181
/* in shippable.c */
181182
externboolis_builtin(OidobjectId);
182183
externboolis_shippable(OidobjectId,OidclassId,PgFdwRelationInfo*fpinfo);
183-
externconstchar*get_jointype_name(JoinTypejointype);
184184

185185
#endif/* POSTGRES_FDW_H */

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp