mirror of
https://github.com/postgres/postgres.git
synced 2026-05-28 04:35:45 -04:00
Clarify a #define introduced in 8d299052fe.
The value is the same, but use the right symbol for clarity.
This commit is contained in:
parent
84d5efa7e3
commit
24bf379cb1
1 changed files with 1 additions and 1 deletions
|
|
@ -38,7 +38,7 @@
|
|||
* https://www.unicode.org/versions/Unicode16.0.0/core-spec/chapter-5/#G29675
|
||||
*/
|
||||
#define UNICODE_CASEMAP_LEN 3
|
||||
#define UNICODE_CASEMAP_BUFSZ (UNICODE_CASEMAP_LEN * sizeof(char32_t))
|
||||
#define UNICODE_CASEMAP_BUFSZ (UNICODE_CASEMAP_LEN * MAX_MULTIBYTE_CHAR_LEN)
|
||||
|
||||
/* GUC settings */
|
||||
extern PGDLLIMPORT char *locale_messages;
|
||||
|
|
|
|||
Loading…
Reference in a new issue