assume availability of "inline" keyword
Nathan Bossart <nathandbossart@gmail.com>
From: Nathan Bossart <nathandbossart@gmail.com>
To: pgsql-hackers@postgresql.org
Date: 2026-02-19T17:20:44Z
Lists: pgsql-hackers
Attachments
- v1-0001-Assume-availability-of-inline-keyword.patch (text/plain)
I noticed some code that uses __inline__ (which IIUC is a gcc extension) as well as a related configure check. "inline" was first added to C99, and we now require C11, so we can just assume it's there, right? FWIW it looks like meson builds don't bother checking this. -- nathan
Commits
-
Assume "inline" keyword is available.
- aa71a35a40b5 19 (unreleased) landed