postgresql/src
Nathan Bossart aa71a35a40 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
2026-02-19 14:37:29 -06:00
..
backend Fix add_partial_path interaction with disabled_nodes 2026-02-19 13:46:10 -05:00
bin Remove no-longer-useful markers in pg_hba.conf.sample. 2026-02-19 11:09:00 -05:00
common Use fallthrough attribute instead of comment 2026-02-19 08:51:12 +01:00
fe_utils Force standard_conforming_strings to always be ON. 2026-01-21 15:08:38 -05:00
include Assume "inline" keyword is available. 2026-02-19 14:37:29 -06:00
interfaces Use fallthrough attribute instead of comment 2026-02-19 08:51:12 +01:00
makefiles tests: Add a test C++ extension module 2026-01-20 16:42:30 +01:00
pl Use fallthrough attribute instead of comment 2026-02-19 08:51:12 +01:00
port Use fallthrough attribute instead of comment 2026-02-19 08:51:12 +01:00
template Remove traces of support for Sun Studio compiler 2025-09-12 07:39:05 +02:00
test Add per-subscription wal_receiver_timeout setting. 2026-02-20 01:00:09 +09:00
timezone Use fallthrough attribute instead of comment 2026-02-19 08:51:12 +01:00
tools Use fallthrough attribute instead of comment 2026-02-19 08:51:12 +01:00
tutorial Force standard_conforming_strings to always be ON. 2026-01-21 15:08:38 -05:00
.gitignore
DEVELOPERS
Makefile
Makefile.global.in tests: Add a test C++ extension module 2026-01-20 16:42:30 +01:00
Makefile.shlib Use exported symbols list on macOS for loadable modules as well 2025-06-10 07:04:43 +02:00
meson.build Update copyright for 2026 2026-01-01 13:24:10 -05:00
nls-global.mk Fix update-po for the PGXS case 2025-10-16 20:21:05 +02:00