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

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Allow ecpg to be built stand-alone, allow parallel libpq make
Date: 2020-03-31 18:17:37
Message-ID: E1jJLSD-0003CY-C3@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/051fd5e0f99b14d7bd76fb800bd077bf394fecd5

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

Browse pgsql-committers by date

  From Date Subject
Next Message Fujii Masao 2020-03-31 18:36:17 pgsql: Improve the message logged when recovery is paused.
Previous Message Tom Lane 2020-03-31 16:58:09 pgsql: Teach pg_ls_dir_files() to ignore ENOENT failures from stat().