Re: pgsql: Incorporate strerror_r() into src/port/snprintf.c, too.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Peter Eisentraut <peter(dot)eisentraut(at)2ndquadrant(dot)com>
Cc: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: Re: pgsql: Incorporate strerror_r() into src/port/snprintf.c, too.
Date: 2018-09-26 20:49:12
Message-ID: 12440.1537994952@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

I wrote:
> My first bet would be that ecpg for some reason lacks needed NLS
> infrastructure ... have we ever tried to internationalize it?

Oh, I see the problem: for some reason pgtypeslib fails to pull in
-lintl, unlike its siblings. Please try that again.

regards, tom lane

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2018-09-26 21:35:06 pgsql: Clean up *printf macros to avoid conflict with format archetypes
Previous Message Tom Lane 2018-09-26 20:48:01 pgsql: Fix link failures due to snprintf/strerror changes.