mirror of
https://github.com/postgres/postgres.git
synced 2025-11-10 17:42:29 +03:00
using pg_mblen. Therefore, pg_mblen is executed many times, and it becomes a bottleneck. This patch makes a short cut, and reduces execution frequency of pg_mblen by comparing the first byte first. a_ogawa
13 KiB
13 KiB