Re: pgsql: For all ppc compilers, implement pg_atomic_fetch_add_ with inlin

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Noah Misch <noah(at)leadboat(dot)com>
Cc: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: Re: pgsql: For all ppc compilers, implement pg_atomic_fetch_add_ with inlin
Date: 2019-09-14 14:10:47
Message-ID: 7517.1568470247@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Noah Misch <noah(at)leadboat(dot)com> writes:
> For all ppc compilers, implement pg_atomic_fetch_add_ with inline asm.

prairiedog thinks there's something wrong here --- probably, some global
enabling #define is missing?

I can't investigate right now, maybe later today.

regards, tom lane

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Noah Misch 2019-09-14 17:11:54 Re: pgsql: For all ppc compilers, implement pg_atomic_fetch_add_ with inlin
Previous Message Noah Misch 2019-09-14 02:41:39 pgsql: Test pg_atomic_fetch_add_ with variable addend and 16-bit edge c