CVSROOT: /cvsroot
Module name: pgsql
Changes by: tgl@postgresql.org 01/09/21 11:27:38
Modified files:
src/backend/utils/adt: format_type.c
src/backend/utils/mb: mbutils.c wchar.c
src/include/mb : pg_wchar.h
Log message:
Fix type_maximum_size() to give the right answer in MULTIBYTE cases.
Avoid use of prototype-less function pointers in MB code.