Re: tiny step toward threading: reduce dependence on setlocale() - Mailing list pgsql-hackers

From Andreas Karlsson
Subject Re: tiny step toward threading: reduce dependence on setlocale()
Date
Msg-id 81933f08-6c29-45c9-a5d7-2c2f8375bee3@proxel.se
Whole thread Raw
In response to Re: tiny step toward threading: reduce dependence on setlocale()  (Jeff Davis <pgsql@j-davis.com>)
List pgsql-hackers
On 9/4/24 11:45 PM, Jeff Davis wrote:
> Committed v2-0001.
>
 > [...]
>
> I fixed this by replacing the assert with an elog(ERROR, ...), so that
> it will consistently show a "cache lookup failed for collation 0"
> regardless of whether it's a debug build or not. It's not expected that
> the error will be encountered.

Thanks!

Andreas




pgsql-hackers by date:

Previous
From: Sami Imseih
Date:
Subject: Re: query_id, pg_stat_activity, extended query protocol
Next
From: David Rowley
Date:
Subject: Re: Add memory/disk usage for WindowAgg nodes in EXPLAIN