Re: warning on the current head

Michael Paquier <michael@paquier.xyz>

From: Michael Paquier <michael@paquier.xyz>
To: Viktor Holmberg <v@viktorh.net>
Cc: Rafia Sabih <rafia.pghackers@gmail.com>, Álvaro Herrera <alvherre@kurilemu.de>, PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2025-11-24T22:00:41Z
Lists: pgsql-hackers

Commits

Same data as JSON: GET /api/v1/messages/:b64id/commits the thread's linked commits as JSON, with link sources. API reference →
  1. Disallow generated columns in COPY WHERE clause

  2. Replace pg_restrict by standard restrict

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