pgsql: Make pqsignal() available to pg_regress of ECPG and isolation su - Mailing list pgsql-committers

From Noah Misch
Subject pgsql: Make pqsignal() available to pg_regress of ECPG and isolation su
Date
Msg-id E1WvpWP-0004gl-JP@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Make pqsignal() available to pg_regress of ECPG and isolation suites.

Commit 453a5d91d49e4d35054f92785d830df4067e10c1 made it available to the
src/test/regress build of pg_regress, but all pg_regress builds need the
same treatment.  Patch 9.2 through 8.4; in 9.3 and later, pg_regress
gets pqsignal() via libpgport.

Branch
------
REL9_0_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/b5c9a3bc1024f51533eaa5d682ae7d7bf8d2fb9b

Modified Files
--------------
src/interfaces/ecpg/test/Makefile |    4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)


pgsql-committers by date:

Previous
From: Noah Misch
Date:
Subject: pgsql: Make pqsignal() available to pg_regress of ECPG and isolation su
Next
From: Bruce Momjian
Date:
Subject: pgsql: Use type pgsocket for Windows pipe emulation socket calls