Re: Bring atomic flag fallback up to snuff - Mailing list pgsql-hackers

From Andres Freund
Subject Re: Bring atomic flag fallback up to snuff
Date
Msg-id 20180408013005.vsltx5szz7kvskei@alap3.anarazel.de
Whole thread Raw
In response to Re: Bring atomic flag fallback up to snuff  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
Hi,

On 2018-04-07 14:23:38 -0400, Tom Lane wrote:
> I think I'd just drop those asserts altogether.  The hardware is in charge
> of complaining about misaligned pointers.

I came around to that view. The problem with "natural" and atomic
alignment differing is only relevant for 64bit integers (4 byte natural,
8 byte atomic).  Pushing that once the tests finish.

Greetings,

Andres Freund


pgsql-hackers by date:

Previous
From: Stephen Frost
Date:
Subject: Re: [HACKERS] pgbench - allow to store select results into variables
Next
From: Edmund Horner
Date:
Subject: Re: PATCH: psql tab completion for SELECT