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 <[email protected]> Reviewed-by: Michael Paquier <[email protected]> Reviewed-by: Daniel Gustafsson <[email protected]> Discussion: https://postgr.es/m/oscpr01mb14966c8015deb05abef2ce077f5...@oscpr01mb14966.jpnprd01.prod.outlook.com Backpatch-through: 17 Branch ------ REL_18_STABLE Details ------- https://git.postgresql.org/pg/commitdiff/efc26d17a7d40e58fa60f7f39dac892eb7f82cbb Modified Files -------------- src/backend/access/transam/xlog.c | 2 -- 1 file changed, 2 deletions(-)
