Re: Built-in CTYPE provider - Mailing list pgsql-hackers

From Jeff Davis
Subject Re: Built-in CTYPE provider
Date
Msg-id 74972c65e7c22da9e4238e81b7bf610e708ba851.camel@j-davis.com
Whole thread Raw
In response to Re: Built-in CTYPE provider  (Alexander Lakhin <exclusion@gmail.com>)
Responses Re: Built-in CTYPE provider
List pgsql-hackers
On Sun, 2024-03-24 at 14:00 +0300, Alexander Lakhin wrote:
> Please look at a Valgrind-detected error caused by the following
> query
> (starting from f69319f2f):
> SELECT lower('Π' COLLATE pg_c_utf8);

Thank you for the report!

Fixed in 503c0ad976.

Valgrind did not detect the problem in my setup, so I added a unit test
in case_test.c where it's easier to see the valgrind problem.

Regards,
    Jeff Davis






pgsql-hackers by date:

Previous
From: Thomas Munro
Date:
Subject: Re: Streaming I/O, vectored I/O (WIP)
Next
From: jian he
Date:
Subject: Re: Adding OLD/NEW support to RETURNING