pgsql: gcc's support for __attribute__((noinline)) hasn't been around f

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: gcc's support for __attribute__((noinline)) hasn't been around f
Date: 2017-10-14 19:52:13
Message-ID: E1e3STl-00074w-Kx@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

gcc's support for __attribute__((noinline)) hasn't been around forever.

Buildfarm member gaur says it wasn't there in 2.95.3. Guess that 3.0
and later have it.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/82aff8d3369754282114cb0fff92a342b2864e75

Modified Files
--------------
src/include/c.h | 11 ++++++-----
1 file changed, 6 insertions(+), 5 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2017-10-15 13:18:58 pgsql: doc: Postgres -> PostgreSQL
Previous Message Tom Lane 2017-10-14 19:22:06 pgsql: Explicitly track whether aggregate final functions modify transi