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 1qo32c-00Cv0n-5Y for pgsql-hackers@arkaria.postgresql.org; Wed, 04 Oct 2023 14:39:58 +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 1qo32a-00GKvt-Kh for pgsql-hackers@arkaria.postgresql.org; Wed, 04 Oct 2023 14:39:56 +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 1qo32a-00GKvJ-Au for pgsql-hackers@lists.postgresql.org; Wed, 04 Oct 2023 14:39:56 +0000 Received: from sss.pgh.pa.us ([68.162.161.243]) by magus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1qo32Y-0000hB-Bd for pgsql-hackers@postgresql.org; Wed, 04 Oct 2023 14:39:55 +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 394EdoEs2585707; Wed, 4 Oct 2023 10:39:50 -0400 From: Tom Lane To: Alvaro Herrera cc: Daniel Gustafsson , Robert Haas , PostgreSQL Hackers , Nathan Bossart Subject: Re: --sync-method isn't documented to take an argument In-reply-to: <202310041435.5ss4bpih2lal@alvherre.pgsql> References: <202310041435.5ss4bpih2lal@alvherre.pgsql> Comments: In-reply-to Alvaro Herrera message dated "Wed, 04 Oct 2023 16:35:32 +0200" MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <2585705.1696430390.1@sss.pgh.pa.us> Date: Wed, 04 Oct 2023 10:39:50 -0400 Message-ID: <2585706.1696430390@sss.pgh.pa.us> List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk Alvaro Herrera writes: > So I'm not sure that specifying the class="parameter" bit does anything in > reality, or that changing lines to add or remove it will have any effect. I concluded a long time ago that it does nothing. We have a good mix of places that write with or without that, and I've never detected any difference in the output. So I tend to leave it out, or at most make new entries look like the adjacent ones. regards, tom lane