Re: Latest HEAD fails to build - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Latest HEAD fails to build
Date
Msg-id 9457.1536587704@sss.pgh.pa.us
Whole thread Raw
In response to Re: Latest HEAD fails to build  (Rafia Sabih <rafia.sabih@enterprisedb.com>)
List pgsql-hackers
Rafia Sabih <rafia.sabih@enterprisedb.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


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: SerializeParamList vs machines with strict alignment
Next
From: Amit Kapila
Date:
Subject: Re: Pluggable Storage - Andres's take