OSDN Git Service

Change pg_mblen and pg_encoding_mblen return types from void
authorTatsuo Ishii <ishii@postgresql.org>
Sun, 27 Aug 2000 10:40:48 +0000 (10:40 +0000)
committerTatsuo Ishii <ishii@postgresql.org>
Sun, 27 Aug 2000 10:40:48 +0000 (10:40 +0000)
commitbfdd6a716dc2ea03587c41dd9cd8ece39a654a8d
tree3ba350b768690d2e9753ed24a17a0a83b48db2c5
parent86ff9d29125849619cb100f4132c9f60e7390536
Change pg_mblen and pg_encoding_mblen return types from void
to int so that they return the number of whcars.
src/backend/utils/mb/Makefile
src/backend/utils/mb/conv.c
src/backend/utils/mb/mbutils.c
src/backend/utils/mb/wchar.c