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

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: Enforce creation of destination folders for source files in pg_regress (Was: pg_regress writes into source tree)
Дата
Msg-id 54E7AC53.1080607@gmx.net
обсуждение исходный текст
Ответ на Re: Enforce creation of destination folders for source files in pg_regress (Was: pg_regress writes into source tree)  (Michael Paquier <michael.paquier@gmail.com>)
Ответы Re: Enforce creation of destination folders for source files in pg_regress (Was: pg_regress writes into source tree)  (Michael Paquier <michael.paquier@gmail.com>)
Список pgsql-hackers
On 2/20/15 1:56 AM, Michael Paquier wrote:
>> 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.

The affected modules have sql/.gitignore and/or expected/.gitignore
files, so the case that the directory doesn't exist and needs to be
created doesn't actually happen.

You could argue that these .gitignore files don't actually belong there,
but your patch doesn't change or move those files, and even modules that
have non-empty sql/ or expected/ directories have .gitignore files
there, so it is considered the appropriate location.




В списке pgsql-hackers по дате отправления:

Предыдущее
От: Haribabu Kommi
Дата:
Сообщение: Re: Parallel Seq Scan
Следующее
От: Tomas Vondra
Дата:
Сообщение: Re: Idea: GSoC - Query Rewrite with Materialized Views