Re: preproc.c compilation error - Mailing list pgsql-hackers

From Andres Freund
Subject Re: preproc.c compilation error
Date
Msg-id 20140109141549.GB12378@awork2.anarazel.de
Whole thread Raw
In response to Re: preproc.c compilation error  (Rugal Bernstein <ryujinwrath@gmail.com>)
List pgsql-hackers
On 2014-01-09 22:12:53 +0800, Rugal Bernstein wrote:
> Thanks, seems it is because the first time pgc.c and others are generated,
> but [make distclean] did not clean them, which lead to this problem!
> after [rm pgc.c preproc.h preproc.c preproc.y]
> it is now successfully compiled without any warning! thank you!

maintainer-clean removes those, distclean doesn't because they are
distributed so people without flex/bison can compile postgres.

Greetings,

Andres Freund

-- Andres Freund                       http://www.2ndQuadrant.com/PostgreSQL Development, 24x7 Support, Training &
Services



pgsql-hackers by date:

Previous
From: Rugal Bernstein
Date:
Subject: Re: preproc.c compilation error
Next
From: Amit Kapila
Date:
Subject: Re: Performance Improvement by reducing WAL for Update Operation