pgsql: Add port/strnlen support to libpq and ecpg Makefiles.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Add port/strnlen support to libpq and ecpg Makefiles.
Date: 2017-10-11 15:28:16
Message-ID: E1e2Ivg-0000Tx-DF@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers pgsql-hackers

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(-)

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Andres Freund 2017-10-11 15:49:11 Re: pgsql: Add port/strnlen support to libpq and ecpg Makefiles.
Previous Message Peter Eisentraut 2017-10-11 13:23:57 pgsql: Fix whitespace

Browse pgsql-hackers by date

  From Date Subject
Next Message Andres Freund 2017-10-11 15:49:11 Re: pgsql: Add port/strnlen support to libpq and ecpg Makefiles.
Previous Message Nico Williams 2017-10-11 14:53:07 Re: [PATCH] Add ALWAYS DEFERRED option for constraints