Re: [COMMITTERS] pgsql: Preserve intermediate .c files in coverage mode - Mailing list pgsql-hackers

From Peter Eisentraut
Subject Re: [COMMITTERS] pgsql: Preserve intermediate .c files in coverage mode
Date
Msg-id 1351742733.18903.0.camel@vanquo.pezone.net
Whole thread Raw
In response to Re: [COMMITTERS] pgsql: Preserve intermediate .c files in coverage mode  (Tom Lane <tgl@sss.pgh.pa.us>)
List 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 by date:

Previous
From: David Fetter
Date:
Subject: Re: Synchronous commit not... synchronous?
Next
From: Amit kapila
Date:
Subject: Re: alter table tablename add column - breaks pl/pgsql function returns tablename