pgsql: Make pqsignal() available to pg_regress of ECPG and isolation su

From: Noah Misch <noah(at)leadboat(dot)com>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Make pqsignal() available to pg_regress of ECPG and isolation su
Date: 2014-06-14 15:05:33
Message-ID: E1WvpWP-0004go-JU@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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
------
REL8_4_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/2f69338bdeadc000abdfec964e38a4956d327ecb

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

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2014-06-16 19:24:42 pgsql: Use type pgsocket for Windows pipe emulation socket calls
Previous Message Noah Misch 2014-06-14 13:49:51 pgsql: Add mkdtemp() to libpgport.