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:19 -0700 |
commit | 8972ac69666550535a885aebe0930550c151b4a3 (patch) | |
tree | 2ae8091b070b7a3e051cd9dcccd8dcb70ec9c424 /src/backend/access/gist | |
parent | e6a90ded5a6c2085a71b0e564451b48e800f4e8f (diff) |
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/access/gist')
0 files changed, 0 insertions, 0 deletions