From: | Andres Freund <andres(at)2ndquadrant(dot)com> |
---|---|
To: | Rugal Bernstein <ryujinwrath(at)gmail(dot)com> |
Cc: | pgsql-hackers(at)postgresql(dot)org |
Subject: | Re: preproc.c compilation error |
Date: | 2014-01-09 14:15:49 |
Message-ID: | 20140109141549.GB12378@awork2.anarazel.de |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | 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
From | Date | Subject | |
---|---|---|---|
Next Message | Amit Kapila | 2014-01-09 14:22:08 | Re: Performance Improvement by reducing WAL for Update Operation |
Previous Message | Rugal Bernstein | 2014-01-09 14:12:53 | Re: preproc.c compilation error |