[COMMITTERS] pgsql: Add port/strnlen support to libpq and ecpg Makefiles. - Mailing list pgsql-committers

From Tom Lane
Subject [COMMITTERS] pgsql: Add port/strnlen support to libpq and ecpg Makefiles.
Date
Msg-id E1e2Ivg-0000Tx-DF@gemulon.postgresql.org
Whole thread Raw
Responses Re: [COMMITTERS] pgsql: Add port/strnlen support to libpq and ecpgMakefiles.  (Andres Freund <andres@anarazel.de>)
List pgsql-committers
Add port/strnlen support to libpq and ecpg Makefiles.

In the wake of fffd651e8, any makefile that pulls in snprintf.c
from src/port/ needs to be prepared to pull in strnlen.c as well.
Per buildfarm.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/46912d9b1504cfaede1b22811039028a75f76ab8

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


--
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers

pgsql-committers by date:

Previous
From: Peter Eisentraut
Date:
Subject: [COMMITTERS] pgsql: Fix whitespace
Next
From: Andres Freund
Date:
Subject: Re: [COMMITTERS] pgsql: Add port/strnlen support to libpq and ecpgMakefiles.