pgsql: Fix another portability issue from commit 758ce9b77.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix another portability issue from commit 758ce9b77.
Date: 2018-09-26 23:03:55
Message-ID: E1g5IqZ-0004GL-Vl@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix another portability issue from commit 758ce9b77.

strerror.c now requires strlcpy() in some cases, and a couple of the
ecpg libraries did not have that at hand. Pull it in from src/port/
following the usual recipe. Per buildfarm.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/ce4887bd025b95c7b455fefd817a418844c6aad3

Modified Files
--------------
src/interfaces/ecpg/compatlib/.gitignore | 1 +
src/interfaces/ecpg/compatlib/Makefile | 6 +++---
src/interfaces/ecpg/pgtypeslib/.gitignore | 1 +
src/interfaces/ecpg/pgtypeslib/Makefile | 6 +++---
4 files changed, 8 insertions(+), 6 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2018-09-27 12:08:32 Re: pgsql: Incorporate strerror_r() into src/port/snprintf.c, too.
Previous Message Michael Paquier 2018-09-26 22:48:24 pgsql: Switch flags tracking pending interrupts to sig_atomic_t