On 2013-07-23 09:27:18 -0400, Tom Lane wrote:
> Andres Freund writes:
> > On 2013-07-23 08:38:03 -0400, Peter Eisentraut wrote:
> >> In file included from gram.y:13612:0:
> >> scan.c: In function ‘yy_try_NUL_trans’:
> >> scan.c:10181:23: warning: unused variable ‘yyg’ [-Wunused-variable]
> >> Post
On 2013-07-23 09:21:54 -0400, Stephen Frost wrote:
> * Andres Freund (and...@2ndquadrant.com) wrote:
> > On 2013-07-23 08:38:03 -0400, Peter Eisentraut wrote:
> > > Writing postgres.bki
> > > Writing schemapg.h
> > > Writing postgres.description
> > > Writing postgres.shdescription
> > > Writing fm
Andres Freund writes:
> On 2013-07-23 08:38:03 -0400, Peter Eisentraut wrote:
>> I have noticed that some people post examples using make --silent (-s).
>> I found this actually kind of neat to use from time to time, because
>> then you only see output if you have warnings or errors. But we get
>
* Andres Freund (and...@2ndquadrant.com) wrote:
> On 2013-07-23 08:38:03 -0400, Peter Eisentraut wrote:
> > Writing postgres.bki
> > Writing schemapg.h
> > Writing postgres.description
> > Writing postgres.shdescription
> > Writing fmgroids.h
> > Writing fmgrtab.c
>
> I personally don't feel the n
On 2013-07-23 08:38:03 -0400, Peter Eisentraut wrote:
> I have noticed that some people post examples using make --silent (-s).
> I found this actually kind of neat to use from time to time, because
> then you only see output if you have warnings or errors. But we get
> some extra output that does
I have noticed that some people post examples using make --silent (-s).
I found this actually kind of neat to use from time to time, because
then you only see output if you have warnings or errors. But we get
some extra output that doesn't quite fit:
Writing postgres.bki
Writing schemapg.h
Writin