Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1wRQBc-002KZJ-2M for pgsql-hackers@arkaria.postgresql.org; Mon, 25 May 2026 07:57:21 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.96) (envelope-from ) id 1wRQBZ-000eCR-0r for pgsql-hackers@arkaria.postgresql.org; Mon, 25 May 2026 07:57:18 +0000 Received: from makus.postgresql.org ([2001:4800:3e1:1::229]) by malur.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1wRQBY-000eCJ-2q for pgsql-hackers@lists.postgresql.org; Mon, 25 May 2026 07:57:17 +0000 Received: from smtp.outgoing.loopia.se ([93.188.3.37]) by makus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.98.2) (envelope-from ) id 1wRQBX-00000000fcI-0J9d for pgsql-hackers@lists.postgresql.org; Mon, 25 May 2026 07:57:16 +0000 Received: from s807.loopia.se (localhost [127.0.0.1]) by s807.loopia.se (Postfix) with ESMTP id 399665C7A23 for ; Mon, 25 May 2026 09:57:11 +0200 (CEST) Received: from s899.loopia.se (unknown [172.22.191.6]) by s807.loopia.se (Postfix) with ESMTP id 25C5D5C782C; Mon, 25 May 2026 09:57:11 +0200 (CEST) Received: from localhost (unknown [172.22.191.5]) by s899.loopia.se (Postfix) with ESMTP id 1F4F12C8B978; Mon, 25 May 2026 09:57:11 +0200 (CEST) X-Virus-Scanned: amavis at amavis.loopia.se X-Spam-Flag: NO X-Spam-Score: -1.2 X-Spam-Level: X-Spam-Status: No, score=-1.2 tagged_above=-999 required=6.2 tests=[ALL_TRUSTED=-1, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1] autolearn=disabled Authentication-Results: s472.loopia.se (amavis); dkim=pass (2048-bit key) header.d=yesql.se Received: from s934.loopia.se ([172.22.191.5]) by localhost (s472.loopia.se [172.22.190.12]) (amavis, port 10024) with UTF8LMTP id Lvg-lUNOh339; Mon, 25 May 2026 09:57:10 +0200 (CEST) X-Loopia-Auth: user X-Loopia-User: daniel@yesql.se X-Loopia-Originating-IP: 89.255.232.236 Received: from smtpclient.apple (customer-89-255-232-236.stosn.net [89.255.232.236]) (Authenticated sender: daniel@yesql.se) by s934.loopia.se (Postfix) with ESMTPSA id 5E437917F05; Mon, 25 May 2026 09:57:10 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yesql.se; s=loopiadkim1707475645; t=1779695830; bh=yC547dlbmzceh9vr+DPrLQxf7dfLnwb/f5n5UsmsaNE=; h=Subject:From:In-Reply-To:Date:Cc:References:To; b=hI5HQkGG7foISpC1yF85G0BbP4/hasREE4MawVm2ZJZZHZuN4Vwx9PmKVFfhsJHfh avRpkbI3yk6BSGRnDBaD4gq2df/zcmOIGl5koT/twdR4E6EJ2XSZ1RVGy0oVFeOKSd 4qQvYNzgieMxn6chq0hQcZCrkECCFHbQ7E5DOHtulqnsdnoq3KZHpHqN/LZlp1emo7 75Rf8opyVFoN/sbUTMYipz+pwFSbrDZui1jcdTcFmp18fOPj5GCW4bXTG2QVqURhQB GYhIfn8b/4TaM9s9j1A7R/YW6k22QU4M/3O6DKMAOgbvR+8+dhG0g6oSmDBcDMEk8C evkOt2jozfSQA== Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 16.0 \(3776.700.51.11.12\)) Subject: Re: Small fixes for CHECKPOINT FLUSH_UNLOGGED From: Daniel Gustafsson In-Reply-To: <4855807D-F1CA-44E6-9B58-406691832848@gmail.com> Date: Mon, 25 May 2026 09:57:00 +0200 Cc: PostgreSQL Hackers , Nathan Bossart , Christoph Berg Content-Transfer-Encoding: quoted-printable Message-Id: References: <4855807D-F1CA-44E6-9B58-406691832848@gmail.com> To: Chao Li X-Mailer: Apple Mail (2.3776.700.51.11.12) List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk > On 25 May 2026, at 09:07, Chao Li wrote: > These are two small changes, but to make the patch easier to process, = I split them into two commits. Thanks for testing and fixing. Both LGTM, will test a little and then = apply (perhaps with some editorializing on the docs patch). -- Daniel Gustafsson