warning on the current head

From: Rafia Sabih <rafia(dot)pghackers(at)gmail(dot)com>
To: PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: warning on the current head
Date: 2025-11-06 16:47:38
Message-ID: CA+FpmFdoa7O7yS3k7ZtqvA+hNWUA6YvJy6VvdYX1sGsryVQBNQ@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

I am seeing following warning,

In file included from specscanner.c:11:
In file included from ../../../src/include/postgres_fe.h:28:
../../../src/include/c.h:113:9: warning: 'pg_restrict' macro redefined
[-Wmacro-redefined]
113 | #define pg_restrict restrict
| ^
../../../src/include/pg_config.h:802:9: note: previous definition is here
802 | #define pg_restrict __restrict
| ^
1 warning generated.

at
commit aa606b9316a334cbc8c48560c72235f9e48e47bf
Author: Peter Eisentraut <peter(at)eisentraut(dot)org>
Date: Thu Nov 6 11:52:47 2025 +0100
Disallow generated columns in COPY WHERE clause

Is someone else also seeing this or I am doing something wrong.

--
Regards,
Rafia Sabih
CYBERTEC PostgreSQL International GmbH

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Xuneng Zhou 2025-11-06 16:54:46 Re: Optimize SnapBuildPurgeOlderTxn: use in-place compaction instead of temporary array
Previous Message Robert Haas 2025-11-06 16:45:47 Re: pg_plan_advice