]> git.ipfire.org Git - thirdparty/postgresql.git/commitdiff
Remove preprocessor guards from injection points
authorDaniel Gustafsson <dgustafsson@postgresql.org>
Thu, 25 Sep 2025 13:27:33 +0000 (15:27 +0200)
committerDaniel Gustafsson <dgustafsson@postgresql.org>
Thu, 25 Sep 2025 13:27:33 +0000 (15:27 +0200)
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

src/backend/access/transam/xlog.c

index 15b09ac9770d4f56ff2c12ce1f6062456353f557..37edd30f32d8743bf11b49af720422f6059914da 100644 (file)
@@ -7349,9 +7349,7 @@ CreateCheckPoint(int flags)
        if (PriorRedoPtr != InvalidXLogRecPtr)
                UpdateCheckPointDistanceEstimate(RedoRecPtr - PriorRedoPtr);
 
-#ifdef USE_INJECTION_POINTS
        INJECTION_POINT("checkpoint-before-old-wal-removal", NULL);
-#endif
 
        /*
         * Delete old log files, those no longer needed for last checkpoint to