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 →
-
Disallow generated columns in COPY WHERE clause
- aa606b9316a3 19 (unreleased) cited
-
Replace pg_restrict by standard restrict
- f0f2c0c1aef9 19 (unreleased) cited
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