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 1qlVYP-0036kk-T9 for pgsql-hackers@arkaria.postgresql.org; Wed, 27 Sep 2023 14:30:18 +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 1qlVXP-000N21-M6 for pgsql-hackers@arkaria.postgresql.org; Wed, 27 Sep 2023 14:29:16 +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 1qlVVz-000FG1-18 for pgsql-hackers@lists.postgresql.org; Wed, 27 Sep 2023 14:27:47 +0000 Received: from janus.karlpinc.com ([173.161.46.12] helo=smtp.karlpinc.com) by magus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1qlV4n-007tux-7K for pgsql-hackers@lists.postgresql.org; Wed, 27 Sep 2023 13:59:43 +0000 Received: from slate.karlpinc.com (unknown [192.168.1.14]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by smtp.karlpinc.com (Postfix) with ESMTPS id 93B4BA260; Wed, 27 Sep 2023 08:59:36 -0500 (CDT) Received: from slate.karlpinc.com (localhost [IPv6:::1]) by slate.karlpinc.com (Postfix) with ESMTPS id B19053FB1B; Wed, 27 Sep 2023 08:59:34 -0500 (CDT) Date: Wed, 27 Sep 2023 08:59:24 -0500 From: "Karl O. Pinc" To: "Hayato Kuroda (Fujitsu)" Cc: 'jian he' , Postgres hackers , 'Peter Smith' Subject: Re: [PGdocs] fix description for handling pf non-ASCII characters Message-ID: <20230927085924.4198c3d2@slate.karlpinc.com> In-Reply-To: References: <20230926010328.2c556046@slate.karlpinc.com> <20230926124553.6884c912@slate.karlpinc.com> X-Mailer: Claws Mail 3.17.8 (GTK+ 2.24.33; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk On Wed, 27 Sep 2023 12:58:54 +0000 "Hayato Kuroda (Fujitsu)" wrote: > > Should the committer be interested, your patch applies cleanly > > and the docs build as expected. > > Yeah, but cfbot accepted previous version. Did you have anything in > your mind? No. I'm letting the committer know everything I've checked so that they can decide what they want to check. > Hmm, what you said looked right. But as Peter pointed out [1], the > fix seems too much. So I attached three version of patches. How do > you think? For me, type C is best. > > A. A patch which completely follows your comments. The name is > "v3-0001-...patch". Cfbot tests it. > B. A patch which completely follows Peter's comments [1]. The name is > "Peter_v3-....txt". > C. A patch which follows both comments. Based on > b, but some comments (Don't use the future tense, "Other > characters"->"The bytes of other characters"...) were picked. The > name is "Both_v3-....txt". I also like C. Fewer words is better. So long as nothing is left unsaid fewer words make for clarity. However, in the last hunk, "of other than" does not read well. Instead of writing "and the bytes of other than printable ASCII characters" you want "and the bytes that are not printable ASCII characters". That would be my suggestion. Regards, Karl Free Software: "You don't pay back, you pay forward." -- Robert A. Heinlein