mirror of
https://github.com/postgres/postgres.git
synced 2025-11-06 07:49:08 +03:00
Comment typo fixes: pg_wchar_t should be pg_wchar.
Reported-by: Thomas Munro <thomas.munro@gmail.com> Discussion: https://postgr.es/m/CA+hUKGJ5Xh0KxLYXDZuPvw1_fHX=yuzb4xxtam1Cr6TPZZ1o+w@mail.gmail.com
This commit is contained in:
@@ -1144,7 +1144,7 @@ wcstombs_l(char *dest, const wchar_t *src, size_t n, locale_t loc)
|
||||
#endif
|
||||
|
||||
/*
|
||||
* These functions convert from/to libc's wchar_t, *not* pg_wchar_t.
|
||||
* These functions convert from/to libc's wchar_t, *not* pg_wchar.
|
||||
* Therefore we keep them here rather than with the mbutils code.
|
||||
*/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user