Make pqsignal() available to pg_regress of ECPG and isolation suites.

Noah Misch <noah@leadboat.com>

Commit: 94ab763278459ef8f279bdf98bcda9a73accad7e
Author: Noah Misch <noah@leadboat.com>
Date: 2014-06-14T14:57:02Z
Releases: 9.1.14
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.

Files

PathChange+/−
src/interfaces/ecpg/test/Makefile modified +2 −2
src/test/isolation/Makefile modified +7 −5