pg_regress writes into source tree

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: pg_regress writes into source tree
Date: 2014-12-12 03:02:26
Message-ID: 548A5AC2.5040003@gmx.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

When using a vpath build pg_regress writes the processed input/*.source
files into the *source* tree, which isn't supposed to happen.

This appears to be a thinko introduced in this patch:
e3fc4a97bc8ee82a78605b5ffe79bd4cf3c6213b

The attached patch fixes it.

Attachment Content-Type Size
regress-outputdir.patch application/x-patch 511 bytes

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Simon Riggs 2014-12-12 03:22:44 Re: Yet another abort-early plan disaster on 9.3
Previous Message Etsuro Fujita 2014-12-12 02:33:48 Re: [Bug] Inconsistent result for inheritance and FOR UPDATE.