pgsql: Fix crash in ICU patch

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix crash in ICU patch
Date: 2017-03-23 20:32:06
Message-ID: E1cr9Ow-0004iN-1H@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix crash in ICU patch

This only happened with single-byte encodings.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/524e0f7ac8e143e377b8acff24796d7e37b3a9b1

Modified Files
--------------
src/backend/utils/adt/like.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2017-03-23 20:53:41 pgsql: Add ICU_FLAGS to one more place
Previous Message Andrew Dunstan 2017-03-23 20:16:44 Re: pgsql: ICU support