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.94.2) (envelope-from ) id 1sv9zA-00CrjI-CT for pgsql-hackers@arkaria.postgresql.org; Mon, 30 Sep 2024 06:34:21 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.94.2) (envelope-from ) id 1sv9z9-00DPJi-Mx for pgsql-hackers@arkaria.postgresql.org; Mon, 30 Sep 2024 06:34:19 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1sv9z9-00DPJa-AT for pgsql-hackers@lists.postgresql.org; Mon, 30 Sep 2024 06:34:19 +0000 Received: from meldrar.postgresql.org ([2a02:c0:301:0:ffff::31]) by magus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1sv9z4-001nO6-Tl for pgsql-hackers@postgresql.org; Mon, 30 Sep 2024 06:34:18 +0000 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=postgresql.org; s=20171124; h=Content-Transfer-Encoding:Content-Type: Mime-Version:From:Subject:To:Message-Id:Date:Sender:Reply-To:Cc:Content-ID: Content-Description:In-Reply-To:References; bh=+fhsg+VoaZiTIp6HsUi5Pd7D6nqjAvPNi53sQ03PH+Y=; b=V+RiXkAUCBEQ1vRBe6Vex8P4Ha DcIZmPCYLgpCmtw2LE2lj3EJT64vAQKjj2bbTAjUDbaJCyTOq5uzDsn3VZ7h8dLh7yGa1cspFVHxV koWYUwiOw+b6SPWb4FUffGjzL5pVc0HqL/yWxWSf2FLtCs1qmzeABtCS8Qf7AKyvxHK5tvEsZBxsx H7ew21N9JXpJt9G4F7Pp+00htnnQ4Xd0tu320bJwY7OZUuIw4G8M/iBsOOnB+heybLsWfGGupxaff fnQPToGpx7JQkmo1fraWGRc0rL34O90QiFT1lLDKC4koXdhkGYu+FIJjFfGwioQfvTJ3uzcDGFj5s ImZgRYEA==; Received: from [2409:11:4120:300:6aea:b78c:73cc:e354] (helo=localhost) by meldrar.postgresql.org with esmtpsa (TLS1.3) tls TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305_SHA256 (Exim 4.94.2) (envelope-from ) id 1sv9z1-004ocw-WD for pgsql-hackers@postgresql.org; Mon, 30 Sep 2024 06:34:16 +0000 Date: Mon, 30 Sep 2024 15:34:04 +0900 (JST) Message-Id: <20240930.153404.202479334310259810.ishii@postgresql.org> To: pgsql-hackers@postgresql.org Subject: Doc: typo in config.sgml From: Tatsuo Ishii X-Mailer: Mew version 6.8 on Emacs 26.3 Mime-Version: 1.0 Content-Type: Multipart/Mixed; boundary="--Next_Part(Mon_Sep_30_15_34_04_2024_678)--" Content-Transfer-Encoding: 7bit X-Host-Lookup-Failed: Reverse DNS lookup failed for 2409:11:4120:300:6aea:b78c:73cc:e354 (failed) List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk ----Next_Part(Mon_Sep_30_15_34_04_2024_678)-- Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit I think there's an unnecessary underscore in config.sgml. Attached patch fixes it. Best reagards, -- Tatsuo Ishii SRA OSS K.K. English: http://www.sraoss.co.jp/index_en/ Japanese:http://www.sraoss.co.jp ----Next_Part(Mon_Sep_30_15_34_04_2024_678)-- Content-Type: Text/X-Patch; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline; filename="fix_config.patch" diff --git a/doc/src/sgml/config.sgml b/doc/src/sgml/config.sgml index 0aec11f443..08173ecb5c 100644 --- a/doc/src/sgml/config.sgml +++ b/doc/src/sgml/config.sgml @@ -9380,7 +9380,7 @@ COPY postgres_log FROM '/full/path/to/logfile.csv= ' WITH csv; If transaction_timeout is shorter or equal = to idle_in_transaction_session_timeout or statement_timeout - then=A0the longer timeout is ignored. + then the longer timeout is ignored. = ----Next_Part(Mon_Sep_30_15_34_04_2024_678)----