Re: warning on the current head

2025-11-19 Thread Viktor Holmberg
On 6 Nov 2025 at 17:59 +0100, Álvaro Herrera , wrote: > On 2025-Nov-06, Rafia Sabih wrote: > > > 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'

Re: warning on the current head

2025-11-06 Thread Álvaro Herrera
On 2025-Nov-06, Rafia Sabih wrote: > 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_restri

warning on the current head

2025-11-06 Thread Rafia Sabih
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