Re: Enforce creation of destination folders for source files in pg_regress (Was: pg_regress writes into source tree)

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: Michael Paquier <michael(dot)paquier(at)gmail(dot)com>, PostgreSQL mailing lists <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Enforce creation of destination folders for source files in pg_regress (Was: pg_regress writes into source tree)
Date: 2015-02-19 20:50:38
Message-ID: 54E64C9E.5060605@gmx.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 1/14/15 11:31 PM, Michael Paquier wrote:
> pg_regress will fail with test suites using only source files if the
> destination folders do not exist in the code tree. This is annoying
> because this forces to maintain empty folders sql/ and expected/ with
> a .gitignore ignoring everything.

We'd still need the .gitignore files somewhere. Do you want to move
them one directory up?

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Andrew Dunstan 2015-02-19 20:52:31 Re: Allow "snapshot too old" error, to prevent bloat
Previous Message Peter Eisentraut 2015-02-19 20:41:38 Re: Strange assertion using VACOPT_FREEZE in vacuum.c