pgsql: Fix isolation tester Makefile so that it runs in a VPATH build

From: Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix isolation tester Makefile so that it runs in a VPATH build
Date: 2011-02-10 22:51:32
Message-ID: E1PnfMK-00078E-RW@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix isolation tester Makefile so that it runs in a VPATH build

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/61cf7bcdf76a2a32d2400a116c8da48d5fd4d3a2

Modified Files
--------------
src/test/isolation/Makefile | 4 ++--
src/test/isolation/README | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Robert Haas 2011-02-11 13:50:53 pgsql: Tweak find_composite_type_dependencies API a bit more.
Previous Message Tom Lane 2011-02-10 22:37:51 pgsql: Extend "ALTER EXTENSION ADD object" to permit "DROP object" as w