From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
---|---|
To: | Rafia Sabih <rafia(dot)sabih(at)enterprisedb(dot)com> |
Cc: | Christoph Berg <myon(at)debian(dot)org>, Daniel Gustafsson <daniel(at)yesql(dot)se>, PostgreSQL Developers <pgsql-hackers(at)postgresql(dot)org> |
Subject: | Re: Latest HEAD fails to build |
Date: | 2018-09-10 13:55:04 |
Message-ID: | 9457.1536587704@sss.pgh.pa.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
Rafia Sabih <rafia(dot)sabih(at)enterprisedb(dot)com> writes:
>>> I tried maintaner-clean and distclean but it didn't work.
FWIW, my invariable habit is to do "make distclean" *before* git pull,
not after. That avoids synchronization problems like this one, where
the updated makefiles don't know about some build product that used
to get made.
maintainer-clean or "git clean -dfx" are less desirable options
because they'll force you to redo the flex and bison runs, which
are rather expensive.
regards, tom lane
From | Date | Subject | |
---|---|---|---|
Next Message | Amit Kapila | 2018-09-10 14:03:33 | Re: Pluggable Storage - Andres's take |
Previous Message | Tom Lane | 2018-09-10 13:35:00 | Re: SerializeParamList vs machines with strict alignment |