From 9798737ec65961351b55de07b3852a46d43052bf Mon Sep 17 00:00:00 2001 From: Konstantin Knizhnik Date: Tue, 28 Mar 2023 10:24:31 +0300 Subject: [PATCH] Update pgxn/neon/file_cache.c Co-authored-by: Heikki Linnakangas --- pgxn/neon/file_cache.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pgxn/neon/file_cache.c b/pgxn/neon/file_cache.c index 8fe53b1e7d..8dff259f02 100644 --- a/pgxn/neon/file_cache.c +++ b/pgxn/neon/file_cache.c @@ -204,7 +204,7 @@ lfc_change_limit_hook(int newval, void *extra) * * Interval of poooling cache state is calculated as minimal time needed to consume lfc_free_space_watermark * disk space with maximal possible disk write speed (1Gb/sec). But not larger than 1 second. - * Callinng statvfs each second should not add some noticable overhead. + * Calling statvfs each second should not add any noticeable overhead. */ void FileCacheMonitorMain(Datum main_arg)