separate output dirs for test decoding pieces.

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: separate output dirs for test decoding pieces.
Date: 2014-03-29 17:20:41
Message-ID: 533700E9.3040303@dunslane.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers


"make check" in contrib/test_decoding actually does two regression runs,
one with pg_regress and one with pg_isolation_regress. These both use
the same (default) outputdir, so one overwrites the other, which is a
bit unfortunate from the buildfarm's point of view. I propose to make
them use separate outputdirs, via the attached small patch.

Comments?

cheers

andrew

Attachment Content-Type Size
testdecoding.patch text/x-patch 1.5 KB

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Noah Misch 2014-03-29 17:22:24 Re: pgsql: Revert "Secure Unix-domain sockets of "make check" temporary clu
Previous Message David Johnston 2014-03-29 16:59:36 Re: psql \d+ and oid display