Use inlined TAS() on PA-RISC, if we are compiling with gcc.
Tom Lane <tgl@sss.pgh.pa.us>
Use inlined TAS() on PA-RISC, if we are compiling with gcc. Patch inspired by original submission from ViSolve.
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/storage/lmgr/s_lock.c | modified | +11 −7 |
| src/include/storage/s_lock.h | modified | +31 −7 |
| src/template/hpux | modified | +8 −2 |