Assume "inline" keyword is available.
This has been a keyword since C99, and we now require C11, so we no
longer need to use __inline__ or to check for it at configure time.
Reviewed-by: Heikki Linnakangas <hlinnaka@iki.fi>
Reviewed-by: Tom Lane <tgl@sss.pgh.pa.us>
Discussion: https://postgr.es/m/aZdGbDaV4_yKCMc-%40nathan
Branch
------
master
Details
-------
https://git.postgresql.org/pg/commitdiff/aa71a35a40b504b33834238ee6d2d551ba4a3740
Modified Files
--------------
configure | 42 -------------------------------------
configure.ac | 1 -
src/include/pg_config.h.in | 6 ------
src/include/port/atomics/arch-x86.h | 2 +-
src/include/storage/s_lock.h | 24 ++++++++++-----------
5 files changed, 13 insertions(+), 62 deletions(-)