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 ------ master Details ------- https://git.postgresql.org/pg/commitdiff/0b3ce7878af757b8c91721ccecbbb75c10a22ef4 Modified Files -------------- src/backend/access/transam/xlog.c | 2 -- 1 file changed, 2 deletions(-)
