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 1qT6Qm-008QDl-0F for pgsql-hackers@arkaria.postgresql.org; Mon, 07 Aug 2023 20:02:20 +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 1qT6Qk-00BUT3-Bk for pgsql-hackers@arkaria.postgresql.org; Mon, 07 Aug 2023 20:02: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.94.2) (envelope-from ) id 1qT6Qk-00BUSv-2m for pgsql-hackers@lists.postgresql.org; Mon, 07 Aug 2023 20:02:18 +0000 Received: from sss.pgh.pa.us ([66.207.139.130]) by makus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1qT6Qh-001507-Rr for pgsql-hackers@lists.postgresql.org; Mon, 07 Aug 2023 20:02:17 +0000 Received: from sss1.sss.pgh.pa.us (localhost [127.0.0.1]) by sss.pgh.pa.us (8.15.2/8.15.2) with ESMTP id 377K283H859246; Mon, 7 Aug 2023 16:02:08 -0400 From: Tom Lane To: Dave Cramer cc: Robert Haas , Alvaro Herrera , Peter Smith , Tatsuo Ishii , pgsql-hackers@lists.postgresql.org, nathandbossart@gmail.com Subject: Re: Using defines for protocol characters In-reply-to: References: <20230807091044.jjgsl2rgheazaung@alvherre.pgsql> <838284.1691432698@sss.pgh.pa.us> Comments: In-reply-to Dave Cramer message dated "Mon, 07 Aug 2023 14:00:25 -0600" MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <859244.1691438528.1@sss.pgh.pa.us> Date: Mon, 07 Aug 2023 16:02:08 -0400 Message-ID: <859245.1691438528@sss.pgh.pa.us> List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk Dave Cramer writes: > On Mon, 7 Aug 2023 at 12:59, Robert Haas wrote: >> PqMsgEmptyQueryResponse or something like that seems better, if we >> want to keep the current capitalization. I'm not a huge fan of the way >> we vary our capitalization conventions so much all over the code base, >> but I think we would at least do well to keep it consistent from one >> end of a certain identifier to the other. > I don't have a strong preference, but before I make the changes I'd like to > get consensus. > Can we vote or whatever it takes to decide on a naming pattern that is > acceptable ? I'm good with Robert's proposal above. regards, tom lane