mirror of https://github.com/citusdata/citus.git
Ruleutils_17 Fix an assortment of typos
Relevant PG commit: a42fc1c903b54ba94374e5e0c08905b9a1479f19pull/7725/heada42fc1c903
(cherry picked from commit8e6dc39b80
)
parent
0cee806e27
commit
5f6c181772
|
@ -8397,7 +8397,7 @@ get_xmltable(TableFunc *tf, deparse_context *context, bool showimplicit)
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* get_json_nested_columns - Parse back nested JSON_TABLE columns
|
* get_json_table_nested_columns - Parse back nested JSON_TABLE columns
|
||||||
*/
|
*/
|
||||||
static void
|
static void
|
||||||
get_json_table_nested_columns(TableFunc *tf, JsonTablePlan *plan,
|
get_json_table_nested_columns(TableFunc *tf, JsonTablePlan *plan,
|
||||||
|
|
Loading…
Reference in New Issue