Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 2c77903

Browse files
committed
postgres_fdw: Move function prototype to correct section.
Etsuro Fujita, reviewed by Ashutosh Bapat. Discussion: http://postgr.es/m/[email protected]
1 parent da6bf13 commit 2c77903

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, bool is_subquery,
178178
List **retrieved_attrs, List **params_list);
179+
extern const char *get_jointype_name(JoinType jointype);
179180

180181
/* in shippable.c */
181182
extern bool is_builtin(Oid objectId);
182183
extern bool is_shippable(Oid objectId, Oid classId, PgFdwRelationInfo *fpinfo);
183-
extern const char *get_jointype_name(JoinType jointype);
184184

185185
#endif /* POSTGRES_FDW_H */

0 commit comments

Comments
 (0)