Re: pgsql: Fix a few problems in barrier.h.

From: Robert Haas <robertmhaas(at)gmail(dot)com>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: pgsql-committers(at)postgresql(dot)org
Subject: Re: pgsql: Fix a few problems in barrier.h.
Date: 2013-07-18 01:07:54
Message-ID: CA+TgmoZRowcAHDct7dLgVzerQBrm9JbWQ9Qwr1h7XmcUD-zdng@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

On Wed, Jul 17, 2013 at 6:39 PM, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> wrote:
> Fix a few problems in barrier.h.
>
> On HPPA, implement pg_memory_barrier() as pg_compiler_barrier(), which
> should be correct since this arch doesn't do memory access reordering,
> and is anyway better than the completely-nonfunctional-on-this-arch
> dummy_spinlock code. (But note this patch only fixes things for gcc,
> not for builds with HP's compiler.)

According to the comments in the barrier.h (and s_lock.h), HPPA is PA-RISC.

According to http://en.wikipedia.org/wiki/Memory_ordering, PA-RISC has
weak memory ordering.

So either this commit is wrong, or one of those things is wrong.

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

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2013-07-18 02:43:10 Re: pgsql: Fix a few problems in barrier.h.
Previous Message Peter Eisentraut 2013-07-17 23:43:05 pgsql: doc: Remove tab from SGML file