Re: warning on the current head

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: Viktor Holmberg <v(at)viktorh(dot)net>
Cc: Rafia Sabih <rafia(dot)pghackers(at)gmail(dot)com>, Álvaro Herrera <alvherre(at)kurilemu(dot)de>, PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: warning on the current head
Date: 2025-11-24 22:00:41
Message-ID: aSTViexVu22-uTNI@paquier.xyz
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Wed, Nov 19, 2025 at 08:43:52PM +0100, Viktor Holmberg wrote:
> For anyone else experiencing this - I had the same problem. make
> distclean and re-configure solved it as Álvaro suggested.

Another one, which is more drastic for builds inside the tree, is the
following:
git clean -dxf

I have been relying on this recipe for years to start builds from an
entirely "fresh" state.
--
Michael

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Peter Geoghegan 2025-11-24 22:09:05 Re: Patch: VACUUM should ignore (CREATE |RE)INDEX CONCURRENTLY for xmin horizon calculations
Previous Message Nathan Bossart 2025-11-24 21:59:21 Re: Speed up COPY FROM text/CSV parsing using SIMD