diff options
author | Noah Misch <noah@leadboat.com> | 2019-09-13 19:34:06 -0700 |
---|---|---|
committer | Noah Misch <noah@leadboat.com> | 2019-09-13 19:34:06 -0700 |
commit | dd50f1a43290bb3c67e24e808d4d8656e9532c9a (patch) | |
tree | 049952454a8af2144db2e9dccdd92845d15437da /src/backend/utils/adt/jsonpath.c | |
parent | f380c5190134a4e928bf30a4ff9fec775cdcc692 (diff) | |
download | postgresql-dd50f1a43290bb3c67e24e808d4d8656e9532c9a.tar.gz postgresql-dd50f1a43290bb3c67e24e808d4d8656e9532c9a.zip |
Replace xlc __fetch_and_add() with inline asm.
PostgreSQL has been unusable when built with xlc 13 and newer, which are
incompatible with our use of __fetch_and_add(). Back-patch to 9.5,
which introduced pg_atomic_fetch_add_u32().
Reviewed by Tom Lane.
Discussion: https://postgr.es/m/20190831071157.GA3251746@rfd.leadboat.com
Diffstat (limited to 'src/backend/utils/adt/jsonpath.c')
0 files changed, 0 insertions, 0 deletions