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 1wEld4-004NMW-2Z for pgsql-docs@arkaria.postgresql.org; Mon, 20 Apr 2026 10:13:23 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.96) (envelope-from ) id 1wEld3-001yGX-2W for pgsql-docs@arkaria.postgresql.org; Mon, 20 Apr 2026 10:13:21 +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 1wEld3-001yGO-1P for pgsql-docs@lists.postgresql.org; Mon, 20 Apr 2026 10:13:21 +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 1wElcz-00000001uJu-426e for pgsql-docs@lists.postgresql.org; Mon, 20 Apr 2026 10:13:20 +0000 Received: from s807.loopia.se (localhost [127.0.0.1]) by s807.loopia.se (Postfix) with ESMTP id A23F45B9D8A for ; Mon, 20 Apr 2026 12:13:11 +0200 (CEST) Received: from s979.loopia.se (unknown [172.22.191.5]) by s807.loopia.se (Postfix) with ESMTP id 8DBFA5B90EA; Mon, 20 Apr 2026 12:13:11 +0200 (CEST) Received: from localhost (unknown [172.22.191.5]) by s979.loopia.se (Postfix) with ESMTP id 89E0610BC440; Mon, 20 Apr 2026 12:13: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: s474.loopia.se (amavis); dkim=pass (2048-bit key) header.d=yesql.se Received: from s979.loopia.se ([172.22.191.5]) by localhost (s474.loopia.se [172.22.190.14]) (amavis, port 10024) with LMTP id hdzUYB0JQzoU; Mon, 20 Apr 2026 12:13:11 +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 s979.loopia.se (Postfix) with ESMTPSA id 00BE110BC480; Mon, 20 Apr 2026 12:13:10 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yesql.se; s=loopiadkim1707475645; t=1776679991; bh=Y7D307s1tbABy70aDkjabpsNXtebM9IGSSmDTSg1Kis=; h=Subject:From:In-Reply-To:Date:Cc:References:To; b=IWW8rHPhm5XfB1r4xJBBWnys7FXRM6jGEnGNKZ3tXG1Z8hiGcZwyFs8983+nRxC8G Ki6Ghk/WD4chiOHjXDusZvsXPK6muBMIjrzwayt8aTRGqFTtMAdD5a8TYd7tLWzX3R ihMQqIZ/J8RjtMCS/0ovh+I9mRY2hzLFOSQRzK16lZktcrPgB3yCxJ8Y4meiiVeU/W en/A/fk06C24yHDw1Jw0H4s6I3LFcbAH4vv6ZXpaTvB8rwjuc2EXHIrmnuvyrKXu+Y sxl0BSmyjmOVb+slssIRTLlwjTVBP0y77TA+q/9LQ9iaNZq6VOiWTVq4PLljboZ21S ZJQWXzcOBxOdQ== Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 16.0 \(3776.700.51.11.2\)) Subject: Re: Two small doc fixes for config.sgml From: Daniel Gustafsson In-Reply-To: Date: Mon, 20 Apr 2026 12:13:00 +0200 Cc: pgsql-docs@lists.postgresql.org Content-Transfer-Encoding: 7bit Message-Id: <92EFD6AC-4AD3-4F07-A38C-FB5C3D8F9615@yesql.se> References: To: Fujii Masao X-Mailer: Apple Mail (2.3776.700.51.11.2) List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk > On 20 Apr 2026, at 12:02, Fujii Masao wrote: > I found two small issues in config.sgml and attached patches for both. Both fixes LGTM, confirmed that no other int exist (and double checked if we had any bool/boolean but all seem to use boolean). -- Daniel Gustafsson