pgsql: With ancient gcc, skip pg_attribute_printf() on function pointer - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: With ancient gcc, skip pg_attribute_printf() on function pointer
Date
Msg-id E1ahILf-0001kl-Ju@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
With ancient gcc, skip pg_attribute_printf() on function pointer.

Buildfarm results show that the ability to attach pg_attribute_printf
decoration to a function pointer appeared somewhere between gcc 2.95.3
and gcc 4.0.1.  Guess that it was there in 4.0.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/b46d9beb658af7eb4e2a08dfa34206a117c9654f

Modified Files
--------------
src/bin/psql/psqlscan.h | 5 +++++
1 file changed, 5 insertions(+)


pgsql-committers by date:

Previous
From: Peter Eisentraut
Date:
Subject: pgsql: Allow SSL server key file to have group read access if owned by
Next
From: Alvaro Herrera
Date:
Subject: pgsql: pgbench: Allow changing weights for scripts