From: | Noah Misch <noah(at)leadboat(dot)com> |
---|---|
To: | pgsql-committers(at)lists(dot)postgresql(dot)org |
Subject: | pgsql: Revert "For all ppc compilers, implement pg_atomic_fetch_add_ wi |
Date: | 2019-09-15 02:48:29 |
Message-ID: | E1i9KaT-0000W0-QJ@gemulon.postgresql.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-committers |
Revert "For all ppc compilers, implement pg_atomic_fetch_add_ with inline asm."
This reverts commit e7ff59686eacf5021fb84be921116986c3828d8a. It
defined pg_atomic_fetch_add_u32_impl() without defining
pg_atomic_compare_exchange_u32_impl(), which is incompatible with
src/include/port/atomics/fallback.h. Per buildfarm member prairiedog.
Discussion: https://postgr.es/m/7517.1568470247@sss.pgh.pa.us
Branch
------
master
Details
-------
https://git.postgresql.org/pg/commitdiff/87e9fae0696d9e3ff70a1438775ad9f786b854a5
Modified Files
--------------
configure | 40 --------------
configure.in | 20 -------
src/include/pg_config.h.in | 3 --
src/include/port/atomics/arch-ppc.h | 98 ----------------------------------
src/include/port/atomics/generic-xlc.h | 66 +++++++++++++++++++++++
5 files changed, 66 insertions(+), 161 deletions(-)
From | Date | Subject | |
---|---|---|---|
Next Message | Dean Rasheed | 2019-09-15 12:23:06 | pgsql: Fix intermittent self-test failures caused by the stats_ext test |
Previous Message | Tom Lane | 2019-09-14 18:28:58 | Re: pgsql: For all ppc compilers, implement pg_atomic_fetch_add_ with inlin |