Remove preprocessor guards from injection points

Daniel Gustafsson <dgustafsson@postgresql.org>

Commit: efc26d17a7d40e58fa60f7f39dac892eb7f82cbb
Author: Daniel Gustafsson <dgustafsson@postgresql.org>
Date: 2025-09-25T13:27:33Z
Releases: 18.1
Remove preprocessor guards from injection points

When defining an injection point there is no need to wrap the definition
with USE_INJECTION_POINT guards, the INJECTION_POINT macro is available
in all builds.  Remove to make the code consistent.

Author: Hayato Kuroda <kuroda.hayato@fujitsu.com>
Reviewed-by: Michael Paquier <michael@paquier.xyz>
Reviewed-by: Daniel Gustafsson <daniel@yesql.se>
Discussion: https://postgr.es/m/OSCPR01MB14966C8015DEB05ABEF2CE077F51FA@OSCPR01MB14966.jpnprd01.prod.outlook.com
Backpatch-through: 17

Files

PathChange+/−
src/backend/access/transam/xlog.c modified +0 −2

Discussion