]> granicus.if.org Git - postgresql/commit
Make pqsignal() available to pg_regress of ECPG and isolation suites.
authorNoah Misch <noah@leadboat.com>
Sat, 14 Jun 2014 14:52:25 +0000 (10:52 -0400)
committerNoah Misch <noah@leadboat.com>
Sat, 14 Jun 2014 14:57:02 +0000 (10:57 -0400)
commit94ab763278459ef8f279bdf98bcda9a73accad7e
tree20dbf85e3c2ef61eea18bb9833f6777d26bba8b8
parent481831b4388ca4ad0abfa790ba0766cc72a05097
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.
src/interfaces/ecpg/test/Makefile
src/test/isolation/Makefile