diff --git a/src/backend/access/transam/xlog.c b/src/backend/access/transam/xlog.c index 15b09ac9770..37edd30f32d 100644 --- a/src/backend/access/transam/xlog.c +++ b/src/backend/access/transam/xlog.c @@ -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