v30-0010-Temporarily-change-IO-method-to-sync.patch
application/octet-stream
Filename: v30-0010-Temporarily-change-IO-method-to-sync.patch
Type: application/octet-stream
Part: 9
Message:
Re: Row pattern recognition
Patch
Same data as JSON:
GET /api/v1/attachments/:id/patch
the parsed metadata as JSON — format, series position, per-file stats; never the diff bytes.
API reference →
Format: format-patch
Series: patch v30-0010
Subject: Temporarily change IO method to sync.
| File | + | − |
|---|---|---|
| src/backend/utils/misc/postgresql.conf.sample | 1 | 1 |
From aa45820916e1473c327926d5e132ce94c3f79925 Mon Sep 17 00:00:00 2001 From: Tatsuo Ishii <ishii@postgresql.org> 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