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.
In response to
pgsql-hackers by date
| Next: | From: Amit kapila | Date: 2012-11-01 04:14:18 |
| Subject: Re: alter table tablename add column - breaks pl/pgsql
function returns tablename |
| Previous: | From: David Fetter | Date: 2012-11-01 04:03:03 |
| Subject: Re: Synchronous commit not... synchronous? |
pgsql-committers by date
| Next: | From: Tom Lane | Date: 2012-11-01 18:09:01 |
| Subject: pgsql: Limit the number of rel sets considered inconsider_index_join_o |
| Previous: | From: Peter Eisentraut | Date: 2012-11-01 03:36:41 |
| Subject: pgsql: Have make never delete intermediate files automatically |