From 6f6bc6ac2fe98264b13bbfe9d1c9d2af7476d2e0 Mon Sep 17 00:00:00 2001 From: OreoYang <2167young@163.com> Date: Mon, 29 Sep 2025 14:14:25 +0800 Subject: [PATCH] Update verify_common.c --- contrib/amcheck/verify_common.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/amcheck/verify_common.c b/contrib/amcheck/verify_common.c index d095e62ce55..31b880b5ff2 100644 --- a/contrib/amcheck/verify_common.c +++ b/contrib/amcheck/verify_common.c @@ -28,7 +28,7 @@ static bool amcheck_index_mainfork_expected(Relation rel); /* * Check if index relation should have a file for its main relation fork. * Verification uses this to skip unlogged indexes when in hot standby mode, - * where there is simply nothing to verify. + * where there is simply nothing to verify . * * NB: Caller should call index_checkable() before calling here. */