Change pg_mblen and pg_encoding_mblen return types from void

Tatsuo Ishii <ishii@postgresql.org>

Commit: bfdd6a716dc2ea03587c41dd9cd8ece39a654a8d
Author: Tatsuo Ishii <ishii@postgresql.org>
Date: 2000-08-27T10:40:48Z
Releases: 7.1.1
Change pg_mblen and pg_encoding_mblen return types from void
to int so that they return the number of whcars.

Files

PathChange+/−
src/backend/utils/mb/conv.c modified +1 −68
src/backend/utils/mb/Makefile modified +17 −4
src/backend/utils/mb/mbutils.c modified +5 −5
src/backend/utils/mb/wchar.c modified +41 −12