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

Поиск
Список
Период
Сортировка
От Tom Lane
Тема [COMMITTERS] pgsql: Add port/strnlen support to libpq and ecpg Makefiles.
Дата
Msg-id E1e2Ivg-0000Tx-DF@gemulon.postgresql.org
обсуждение исходный текст
Ответы Re: [COMMITTERS] pgsql: Add port/strnlen support to libpq and ecpgMakefiles.
Список 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 по дате отправления:

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: [COMMITTERS] pgsql: Fix whitespace
Следующее
От: Andres Freund
Дата:
Сообщение: Re: [COMMITTERS] pgsql: Add port/strnlen support to libpq and ecpgMakefiles.