pgsql: Try to fix memory barriers on x86_64.

From: Robert Haas <rhaas(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Try to fix memory barriers on x86_64.
Date: 2011-10-08 03:43:26
Message-ID: E1RCNos-0003e8-3v@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Try to fix memory barriers on x86_64.

%esp is no good; must use %rsp there.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/6a6082c27c148eb452d804af306e8745f6e49b36

Modified Files
--------------
src/include/storage/barrier.h | 20 +++++++++++++++-----
1 files changed, 15 insertions(+), 5 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Robert Haas 2011-10-08 03:49:32 pgsql: Add missing space.
Previous Message Tom Lane 2011-10-08 00:14:36 pgsql: Support index-only scans using the visibility map to avoid heap