Re: libpq error message refactoring - Mailing list pgsql-hackers

From Peter Eisentraut
Subject Re: libpq error message refactoring
Date
Msg-id 20eff6cb-4471-ebcb-465c-ed9052d7fc63@enterprisedb.com
Whole thread Raw
In response to Re: libpq error message refactoring  (Andres Freund <andres@anarazel.de>)
List pgsql-hackers
On 23.09.22 04:45, Andres Freund wrote:
> On 2022-09-22 19:27:27 -0700, Andres Freund wrote:
>> I just noticed it when trying to understand the linker failure - which I
>> still don't...
> 
> Heh, figured it out. It's inside #ifdef ENABLE_NLS. So it fails on all
> platforms without NLS enabled.

Hah!

Here is an updated patch to get the CI clean.  I'll look into the other 
discussed issues later.

Attachment

pgsql-hackers by date:

Previous
From: Nathan Bossart
Date:
Subject: Re: Use pg_pwritev_with_retry() instead of write() in dir_open_for_write() to avoid partial writes?
Next
From: Andres Freund
Date:
Subject: Re: pg_stat_have_stats() returns true for dropped indexes (or for index creation transaction rolled back)