diff options
author | Noah Misch <noah@leadboat.com> | 2019-10-18 20:20:52 -0700 |
---|---|---|
committer | Noah Misch <noah@leadboat.com> | 2019-10-18 20:20:52 -0700 |
commit | 30ee5d17c20dbb282a9952b3048d6ad52d56c371 (patch) | |
tree | 312f0c13adacd8797fd7ef589fd6b826bff7a2cf /src/tools/pginclude/cpluspluscheck | |
parent | 89b4d7744c80ecb3f6bdf8a07ca711a043718db3 (diff) | |
download | postgresql-30ee5d17c20dbb282a9952b3048d6ad52d56c371.tar.gz postgresql-30ee5d17c20dbb282a9952b3048d6ad52d56c371.zip |
For all ppc compilers, implement compare_exchange and fetch_add with asm.
This is more like how we handle s_lock.h and arch-x86.h.
Reviewed by Tom Lane.
Discussion: https://postgr.es/m/20191005173400.GA3979129@rfd.leadboat.com
Diffstat (limited to 'src/tools/pginclude/cpluspluscheck')
-rwxr-xr-x | src/tools/pginclude/cpluspluscheck | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/tools/pginclude/cpluspluscheck b/src/tools/pginclude/cpluspluscheck index 843d391e682..3f315bc2b01 100755 --- a/src/tools/pginclude/cpluspluscheck +++ b/src/tools/pginclude/cpluspluscheck @@ -89,7 +89,6 @@ do test "$f" = src/include/port/atomics/generic-gcc.h && continue test "$f" = src/include/port/atomics/generic-msvc.h && continue test "$f" = src/include/port/atomics/generic-sunpro.h && continue - test "$f" = src/include/port/atomics/generic-xlc.h && continue # rusagestub.h is also platform-specific, and will be included # by utils/pg_rusage.h if necessary. |