Re: better atomics - v0.2 - Mailing list pgsql-hackers

From Robert Haas
Subject Re: better atomics - v0.2
Date
Msg-id CA+TgmoZZcPiObBSg7OzbstPakYK2OR1aGKQF1du6H=J3yNp-nQ@mail.gmail.com
Whole thread Raw
In response to Re: better atomics - v0.2  (Marti Raudsepp <marti@juffo.org>)
Responses Re: better atomics - v0.2  (Andres Freund <andres@2ndquadrant.com>)
List pgsql-hackers
On Sun, Jan 19, 2014 at 2:43 PM, Marti Raudsepp <marti@juffo.org> wrote:
> On Tue, Nov 19, 2013 at 6:38 PM, Andres Freund <andres@2ndquadrant.com> wrote:
>> The attached patches compile and make check successfully on linux x86,
>> amd64 and msvc x86 and amd64. This time and updated configure is
>> included. The majority of operations still rely on CAS emulation.
>
> Note that the atomics-generic-acc.h file has ® characters in the
> Latin-1 encoding ("Intel ® Itanium ®"). If you have to use weird
> characters, I think you should make sure they're UTF-8

I think we're better off avoiding them altogether.  What's wrong with (R)?

--
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company



pgsql-hackers by date:

Previous
From: Andres Freund
Date:
Subject: Re: Add %z support to elog/ereport?
Next
From: Andres Freund
Date:
Subject: Re: better atomics - v0.2