pgsql: Test pg_atomic_fetch_add_ with variable addend and 16-bit edge c

From: Noah Misch <noah(at)leadboat(dot)com>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Test pg_atomic_fetch_add_ with variable addend and 16-bit edge c
Date: 2019-09-14 02:41:39
Message-ID: E1i8y0J-00076n-Pr@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Test pg_atomic_fetch_add_ with variable addend and 16-bit edge cases.

Back-patch to 9.5, which introduced these functions.

Reviewed by Tom Lane.

Discussion: https://postgr.es/m/20190831071157.GA3251746@rfd.leadboat.com

Branch
------
REL9_5_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/4737d3a75b725b6babf2d402c767751a105b67e9

Modified Files
--------------
src/test/regress/regress.c | 18 ++++++++++++++++--
1 file changed, 16 insertions(+), 2 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2019-09-14 14:10:47 Re: pgsql: For all ppc compilers, implement pg_atomic_fetch_add_ with inlin
Previous Message Tom Lane 2019-09-13 20:57:18 pgsql: Make tuplesort_set_bound() assertions more comprehensible, hopef