diff --git a/src/backend/access/transam/xlog.c b/src/backend/access/transam/xlog.c index 09fe5272022..287339b7fae 100644 --- a/src/backend/access/transam/xlog.c +++ b/src/backend/access/transam/xlog.c @@ -7294,9 +7294,7 @@ CreateCheckPoint(int flags) if (PriorRedoPtr != InvalidXLogRecPtr) UpdateCheckPointDistanceEstimate(RedoRecPtr - PriorRedoPtr); -#ifdef USE_INJECTION_POINTS INJECTION_POINT("checkpoint-before-old-wal-removal"); -#endif /* * Delete old log files, those no longer needed for last checkpoint to