On Fri, Feb 20, 2015 at 5:50 AM, Peter Eisentraut <pete...@gmx.net> wrote: > 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?
I am not sure I am getting what you are pointing to... For extensions that already have non-empty sql/ and expected/, they should have their own ignore entries as sql/.gitignore and expected/.gitignore. The point of the patch is to simplify the code tree of extensions that need to keep empty sql/ and expected/, for example to be able to run regression tests after a fresh repository clone for example. -- Michael -- Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-hackers