Re: Inefficient barriers on solaris with sun cc

From: Oskari Saarenmaa <os(at)ohmu(dot)fi>
To: Andres Freund <andres(at)2ndquadrant(dot)com>, Robert Haas <robertmhaas(at)gmail(dot)com>
Cc: "pgsql-hackers(at)postgresql(dot)org" <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Inefficient barriers on solaris with sun cc
Date: 2014-10-23 15:46:09
Message-ID: 544922C1.9040800@ohmu.fi
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

06.10.2014, 17:42, Andres Freund kirjoitti:
> I think we can pretty much apply Oskari's patch after replacing
> acquire/release with read/write intrinsics.

Attached a patch rebased to current master using read & write barriers.

/ Oskari

Attachment Content-Type Size
0001-atomics-add-compiler-and-memory-barriers-for-solaris.patch text/x-patch 3.6 KB

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Pavel Stehule 2014-10-23 15:46:46 Re: idea: allow AS label inside ROW constructor
Previous Message Kevin Grittner 2014-10-23 15:45:52 Re: Question about RI checks