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
This commit is contained in:
parent
da6bf13075
commit
2c77903b2b
@ -176,10 +176,10 @@ extern void deparseSelectStmtForRel(StringInfo buf, PlannerInfo *root,
|
|||||||
RelOptInfo *foreignrel, List *tlist,
|
RelOptInfo *foreignrel, List *tlist,
|
||||||
List *remote_conds, List *pathkeys, bool is_subquery,
|
List *remote_conds, List *pathkeys, bool is_subquery,
|
||||||
List **retrieved_attrs, List **params_list);
|
List **retrieved_attrs, List **params_list);
|
||||||
|
extern const char *get_jointype_name(JoinType jointype);
|
||||||
|
|
||||||
/* in shippable.c */
|
/* in shippable.c */
|
||||||
extern bool is_builtin(Oid objectId);
|
extern bool is_builtin(Oid objectId);
|
||||||
extern bool is_shippable(Oid objectId, Oid classId, PgFdwRelationInfo *fpinfo);
|
extern bool is_shippable(Oid objectId, Oid classId, PgFdwRelationInfo *fpinfo);
|
||||||
extern const char *get_jointype_name(JoinType jointype);
|
|
||||||
|
|
||||||
#endif /* POSTGRES_FDW_H */
|
#endif /* POSTGRES_FDW_H */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user