change upgrade script name. fix complie error

This commit is contained in:
totaj
2024-04-11 11:15:40 +08:00
parent ad02d5d79f
commit 6577082ee7
6 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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}
};