Re: [COMMITTERS] pgsql: Preserve intermediate .c files in coverage mode

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: [COMMITTERS] pgsql: Preserve intermediate .c files in coverage mode
Дата
Msg-id 1351742733.18903.0.camel@vanquo.pezone.net
обсуждение исходный текст
Ответ на Re: [COMMITTERS] pgsql: Preserve intermediate .c files in coverage mode  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
On Tue, 2012-10-30 at 17:28 -0400, Tom Lane wrote:
> A concrete usage case that this breaks is doing something like
>     find . -name '*.c' | xargs grep whatever
> Up to now I've always been able to assume that that would catch
> occurrences of "whatever" coming from *.y and *.l files.  No more
> though.  Maybe the derived *.c files are there, or maybe they're
> not --- it'll be really history-dependent.

Good point.  Fixed.





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

Предыдущее
От: David Fetter
Дата:
Сообщение: Re: Synchronous commit not... synchronous?
Следующее
От: Amit kapila
Дата:
Сообщение: Re: alter table tablename add column - breaks pl/pgsql function returns tablename