Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1pmhsO-0002gL-KZ for pgsql-hackers@arkaria.postgresql.org; Wed, 12 Apr 2023 21:19:37 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1pmhsN-0002dc-Bh for pgsql-hackers@arkaria.postgresql.org; Wed, 12 Apr 2023 21:19:35 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1pmhsM-0002dS-Bn for pgsql-hackers@lists.postgresql.org; Wed, 12 Apr 2023 21:19:35 +0000 Received: from new3-smtp.messagingengine.com ([66.111.4.229]) by magus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94.2) (envelope-from ) id 1pmhsI-002VuI-6y for pgsql-hackers@postgresql.org; Wed, 12 Apr 2023 21:19:33 +0000 Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailnew.nyi.internal (Postfix) with ESMTP id 4877958280D; Wed, 12 Apr 2023 17:19:26 -0400 (EDT) Received: from mailfrontend2 ([10.202.2.163]) by compute1.internal (MEProxy); Wed, 12 Apr 2023 17:19:26 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:cc:content-transfer-encoding :content-type:content-type:date:date:feedback-id:feedback-id :from:from:in-reply-to:in-reply-to:message-id:mime-version :references:reply-to:sender:subject:subject:to:to:x-me-proxy :x-me-proxy:x-me-sender:x-me-sender:x-sasl-enc; s=fm3; t= 1681334366; x=1681341566; bh=2S2mDH+P0N4mdBUShjbBvdLI+RH22gcMZnl /yMYnLwA=; b=HpI0Lexc+iB5ZWPaabGmkZnDCfWJRiCdedEiUWnsexPSluFt2g7 qcP9Ti/Gh+UR7Sm2fBr8JBn8uDzvDtqII2oizHTp0X0uot1nnJSwhs77q0hGpyYM LAIOkg44gTtBMVRQKYo/DEyoCiicMrvwfc5mCpgUmfsQHY6tb0OI8wt6T0rmYv/5 yGmmyK83r6hpcNSs5kLuTCqYdERcaxBsuNAIpyoCksK8UEH7eFsSg8tHuZYyCL1x rMErCbTqmokaVtYXnIgY33Algo2qeBbz5XtTsr0tYIf5LTU6nlz8i3I9wtnEbRjK 2LtA1HJb8pol5bfoKMFvQijD8cRy8BQksPw== X-ME-Sender: X-ME-Received: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedvhedrvdekiedgudeivdcutefuodetggdotefrod ftvfcurfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfgh necuuegrihhlohhuthemuceftddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmd enucfjughrpefkffggfgfuvfevfhfhjggtgfesthejredttdefjeenucfhrhhomheprfgv thgvrhcugfhishgvnhhtrhgruhhtuceophgvthgvrhdrvghishgvnhhtrhgruhhtsegvnh htvghrphhrihhsvggusgdrtghomheqnecuggftrfgrthhtvghrnhepheelffeggedujeet iefhleetuddvieffhfffvdejvdffgeejkeduleduheduieefnecuvehluhhsthgvrhfuih iivgeptdenucfrrghrrghmpehmrghilhhfrhhomhepphgvthgvrhdrvghishgvnhhtrhgr uhhtsegvnhhtvghrphhrihhsvggusgdrtghomh X-ME-Proxy: Feedback-ID: i131946ab:Fastmail Received: by mail.messagingengine.com (Postfix) with ESMTPA; Wed, 12 Apr 2023 17:19:24 -0400 (EDT) Message-ID: Date: Wed, 12 Apr 2023 23:19:23 +0200 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:102.0) Gecko/20100101 Thunderbird/102.9.1 Subject: Re: Documentation for building with meson Content-Language: en-US To: Andres Freund , samay sharma Cc: Justin Pryzby , Nazir Bilal Yavuz , John Naylor , pgsql-hackers@postgresql.org References: <20221123063654.GH11463@telsasoft.com> <20221123201620.GK11463@telsasoft.com> <6f9c0595-1de0-ca15-b5fc-c650c3f57016@enterprisedb.com> <20221201172139.ua64fs5m7soyunqk@awork3.anarazel.de> <0517adcd-4fea-f20d-0a74-31f75627138e@enterprisedb.com> <20230411171807.ewyxv7hzcphuwcnc@awork3.anarazel.de> From: Peter Eisentraut In-Reply-To: <20230411171807.ewyxv7hzcphuwcnc@awork3.anarazel.de> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk On 11.04.23 19:18, Andres Freund wrote: >> Subject: [PATCH v9 2/5] Add data layout options sub-section in installation >> docs >> >> This commit separates out blocksize, segsize and wal_blocksize >> options into a separate Data layout options sub-section in both >> the make and meson docs. They were earlier in a miscellaneous >> section which included several unrelated options. This change >> also helps reduce the repetition of the warnings that changing >> these parameters breaks on-disk compatibility. > > Makes sense. I'm planning to apply this unless Peter or somebody else has > further feedback. I'm okay with patches 0001 through 0004. I don't like 0005. I think we should drop that for now and maybe have a separate discussion under a separate heading about that. > > >> From 11d82aa49efb3d1cbc08f14562a757f115053c8b Mon Sep 17 00:00:00 2001 >> From: Samay Sharma >> Date: Mon, 13 Feb 2023 16:23:52 -0800 >> Subject: [PATCH v9 3/5] Remove Anti-Features section from Installation from >> source docs >> >> Currently, several meson setup options are listed in anti-features. >> However, they are similar to most other options in the postgres >> features list as they are 'auto' features themselves. Also, other >> options are likely better suited to the developer options section. >> This commit, therefore, moves the options listed in the anti-features >> section into other sections and removes that section. >> >> For consistency, this reorganization has been done on the make section >> of the docs as well. > > Makes sense to me. "Anti-Features" is confusing as a name to start with.