Re: tiny step toward threading: reduce dependence on setlocale()

From: Andreas Karlsson <andreas(at)proxel(dot)se>
To: Jeff Davis <pgsql(at)j-davis(dot)com>, Peter Eisentraut <peter(at)eisentraut(dot)org>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: tiny step toward threading: reduce dependence on setlocale()
Date: 2024-09-12 21:09:10
Message-ID: 81933f08-6c29-45c9-a5d7-2c2f8375bee3@proxel.se
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message David Rowley 2024-09-12 21:20:11 Re: Add memory/disk usage for WindowAgg nodes in EXPLAIN
Previous Message Sami Imseih 2024-09-12 20:58:27 Re: query_id, pg_stat_activity, extended query protocol