From aa45820916e1473c327926d5e132ce94c3f79925 Mon Sep 17 00:00:00 2001 From: Tatsuo Ishii Date: Wed, 23 Apr 2025 08:43:57 +0900 Subject: [PATCH v30 10/10] Temporarily change IO method to sync. --- src/backend/utils/misc/postgresql.conf.sample | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/backend/utils/misc/postgresql.conf.sample b/src/backend/utils/misc/postgresql.conf.sample index 34826d01380..69553e99f64 100644 --- a/src/backend/utils/misc/postgresql.conf.sample +++ b/src/backend/utils/misc/postgresql.conf.sample @@ -208,7 +208,7 @@ # (change requires restart) #io_combine_limit = 128kB # usually 1-128 blocks (depends on OS) -#io_method = worker # worker, io_uring, sync +#io_method = sync # worker, io_uring, sync # (change requires restart) #io_max_concurrency = -1 # Max number of IOs that one process # can execute simultaneously -- 2.25.1