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 1oTZqS-0005ei-06 for pgsql-hackers@arkaria.postgresql.org; Thu, 01 Sep 2022 02:22:16 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1oTZqQ-0007NI-Tm for pgsql-hackers@arkaria.postgresql.org; Thu, 01 Sep 2022 02:22:14 +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 1oTZqQ-0007N9-Jh for pgsql-hackers@lists.postgresql.org; Thu, 01 Sep 2022 02:22:14 +0000 Received: from sss.pgh.pa.us ([66.207.139.130]) by magus.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1oTZqO-0002Xe-KG for pgsql-hackers@lists.postgresql.org; Thu, 01 Sep 2022 02:22:14 +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 2812M6vw271612; Wed, 31 Aug 2022 22:22:06 -0400 From: Tom Lane To: Michael Paquier cc: Andres Freund , Niyas Sait , Thomas Munro , Julien Rouhaud , PostgreSQL Hackers Subject: Re: [PATCH] Add native windows on arm64 support In-reply-to: References: <3426682.1661817511@sss.pgh.pa.us> <20220830003356.yl7ok3elemonrclo@awork3.anarazel.de> <3479390.1661824810@sss.pgh.pa.us> <3886822.1661905738@sss.pgh.pa.us> <20476.1661967233@sss.pgh.pa.us> Comments: In-reply-to Michael Paquier message dated "Thu, 01 Sep 2022 09:32:38 +0900" MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <271610.1661998926.1@sss.pgh.pa.us> Date: Wed, 31 Aug 2022 22:22:06 -0400 Message-ID: <271611.1661998926@sss.pgh.pa.us> List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk Michael Paquier writes: > The input object could also be reworked so as we would not have any > ordering issues, say "pre&deeppost". > Changing only the path, you could use "/e/n2" instead of "node()", so > as we'd always get the most internal member. Done that way. regards, tom lane