Re: better atomics - v0.2

From: Marti Raudsepp <marti(at)juffo(dot)org>
To: Andres Freund <andres(at)2ndquadrant(dot)com>
Cc: Pg Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: better atomics - v0.2
Date: 2014-01-19 19:43:44
Message-ID: CABRT9RACTyt=D7UaW5R72or4wsK4oty_yb4d-L58uuSg+yEGVQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Tue, Nov 19, 2013 at 6:38 PM, Andres Freund <andres(at)2ndquadrant(dot)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

Regards,
Marti

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2014-01-19 20:00:44 Re: Add value to error message when size extends
Previous Message Marti Raudsepp 2014-01-19 19:24:35 Re: improve the help message about psql -F