Add multibyte support for both LIKE and ILIKE

Tatsuo Ishii <ishii@postgresql.org>

Commit: 88d7b4a2502b481d6aff3e6563577f190b53b7f1
Author: Tatsuo Ishii <ishii@postgresql.org>
Date: 2000-08-22T06:33:57Z
Releases: 7.1.1
Add multibyte support for both LIKE and ILIKE
Eliminate up-to-4-times memory allocation problem

Files

PathChange+/−
src/backend/utils/adt/like.c modified +100 −239