Assume "inline" keyword is available.
Nathan Bossart <nathan@postgresql.org>
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
Files
| Path | Change | +/− |
|---|---|---|
| configure | modified | +0 −42 |
| configure.ac | modified | +0 −1 |
| src/include/pg_config.h.in | modified | +0 −6 |
| src/include/port/atomics/arch-x86.h | modified | +1 −1 |
| src/include/storage/s_lock.h | modified | +12 −12 |
Discussion
- assume availability of "inline" keyword 4 messages · 2026-02-19