diff options
Diffstat (limited to 'src/include/nodes/makefuncs.h')
-rw-r--r-- | src/include/nodes/makefuncs.h | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/src/include/nodes/makefuncs.h b/src/include/nodes/makefuncs.h index 06e6369026a..50de4c62af7 100644 --- a/src/include/nodes/makefuncs.h +++ b/src/include/nodes/makefuncs.h @@ -106,16 +106,4 @@ extern GroupingSet *makeGroupingSet(GroupingSetKind kind, List *content, int loc extern VacuumRelation *makeVacuumRelation(RangeVar *relation, Oid oid, List *va_cols); -extern JsonFormat *makeJsonFormat(JsonFormatType type, JsonEncoding encoding, - int location); -extern JsonValueExpr *makeJsonValueExpr(Expr *expr, JsonFormat *format); -extern JsonBehavior *makeJsonBehavior(JsonBehaviorType type, Node *expr); -extern Node *makeJsonTableJoinedPlan(JsonTablePlanJoinType type, - Node *plan1, Node *plan2, int location); -extern Node *makeJsonKeyValue(Node *key, Node *value); -extern Node *makeJsonIsPredicate(Node *expr, JsonFormat *format, - JsonValueType item_type, bool unique_keys, - int location); -extern JsonEncoding makeJsonEncoding(char *name); - #endif /* MAKEFUNC_H */ |