pgsql: Allow ecpg to be built stand-alone, allow parallel libpq make

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема pgsql: Allow ecpg to be built stand-alone, allow parallel libpq make
Дата
Msg-id E1jJLSD-0003CZ-CR@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Allow ecpg to be built stand-alone, allow parallel libpq make

This change defines SHLIB_PREREQS for the libpgport dependency, rather
than using a makefile rule.  This was broken in PG 12.

Reported-by: Filip Janus

Discussion: https://postgr.es/m/E5Dc85EGUY4wyG8cjAU0qoEdCJxGK_qhW1s9qSuYq9A@mail.gmail.com

Author: Dagfinn Ilmari Mannsåker (for libpq)

Backpatch-through: 12

Branch
------
REL_12_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/297a174d25b80450aa2bdb058d0a5f2e65f3ba37

Modified Files
--------------
src/interfaces/ecpg/pgtypeslib/Makefile | 1 +
src/interfaces/libpq/Makefile           | 3 +--
2 files changed, 2 insertions(+), 2 deletions(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Teach pg_ls_dir_files() to ignore ENOENT failures from stat().
Следующее
От: Fujii Masao
Дата:
Сообщение: pgsql: Improve the message logged when recovery is paused.