pgsql: Fix atomic ops for x86 gcc compilers that don't understand atomi

From: Andres Freund <andres(at)anarazel(dot)de>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix atomic ops for x86 gcc compilers that don't understand atomi
Date: 2014-09-26 00:45:47
Message-ID: E1XXJfP-0001Lf-8p@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix atomic ops for x86 gcc compilers that don't understand atomic intrinsics.

Per buildfarm animal locust.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/88bcdf9da5aa67da11ada0921703432ef2b7c21c

Modified Files
--------------
src/include/port/atomics/generic-gcc.h | 13 ++++++++++---
1 file changed, 10 insertions(+), 3 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Andres Freund 2014-09-26 00:59:51 pgsql: Define META_FREE in a way that doesn't cause -Wempty-body warnin
Previous Message Michael Paquier 2014-09-26 00:28:57 Re: pgsql: Add a basic atomic ops API abstracting away platform/architectur