change upgrade script name. fix complie error
This commit is contained in:
@ -482,7 +482,7 @@ static bool assign_collations_walker(Node* node, assign_collations_context* cont
|
||||
derivation,
|
||||
typcollation,
|
||||
(typcollation == DEFAULT_COLLATION_OID) ? true : false,
|
||||
exprLocation(node),
|
||||
node,
|
||||
loccontext);
|
||||
|
||||
/*
|
||||
@ -710,7 +710,7 @@ static bool assign_collations_walker(Node* node, assign_collations_context* cont
|
||||
derivation,
|
||||
typcollation,
|
||||
(loccontext.strength > COLLATE_NONE) ? true : false,
|
||||
exprLocation(node),
|
||||
node,
|
||||
loccontext);
|
||||
/*
|
||||
* Save the result collation into the expression node. If the
|
||||
|
||||
@ -347,7 +347,7 @@ static const struct b_format_behavior_compat_entry b_format_behavior_compat_opti
|
||||
{"enable_set_variables", B_FORMAT_OPT_ENABLE_SET_VARIABLES},
|
||||
{"enable_modify_column", B_FORMAT_OPT_ENABLE_MODIFY_COLUMN},
|
||||
{"default_collation", B_FORMAT_OPT_DEFAULT_COLLATION},
|
||||
{"fetch", B_FORMAT_OPT_FETCH}
|
||||
{"fetch", B_FORMAT_OPT_FETCH},
|
||||
{"enable_multi_charset", B_FORMAT_OPT_ENABLE_MULTI_CHARSET}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user