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 1mlHDS-0003ZU-Jl for pgsql-pkg-debian@arkaria.postgresql.org; Thu, 11 Nov 2021 21:02:38 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1mlHDR-0002zt-KN for pgsql-pkg-debian@arkaria.postgresql.org; Thu, 11 Nov 2021 21:02:37 +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 1mlHDR-0002zj-Dy for pgsql-pkg-debian@lists.postgresql.org; Thu, 11 Nov 2021 21:02:37 +0000 Received: from feynman.df7cb.de ([195.49.152.168]) by magus.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1mlHDO-0005iF-3w for pgsql-pkg-debian@postgresql.org; Thu, 11 Nov 2021 21:02:36 +0000 Received: from msg.df7cb.de (unknown [IPv6:2a02:908:1477:c900:5d64:ba0f:289:3e22]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature ECDSA (P-384) server-digest SHA384) (Client did not present a certificate) by feynman.df7cb.de (Postfix) with ESMTPSA id 4HqvLH239zz3Dwy; Thu, 11 Nov 2021 22:02:31 +0100 (CET) Date: Thu, 11 Nov 2021 22:02:30 +0100 From: Christoph Berg To: "Pop, Sebastian" Cc: PostgreSQL in Debian , "Saidi, Ali" , "Csoma, Csaba" Subject: Re: [PATCH] audo-detect and use -moutline-atomics compilation flag for aarch64 Message-ID: Mail-Followup-To: Christoph Berg , "Pop, Sebastian" , PostgreSQL in Debian , "Saidi, Ali" , "Csoma, Csaba" References: <1636497120606.54267@amazon.com> <1635266397152.45198@amazon.com> <1636650661046.35954@amazon.com> <1636652282183.80790@amazon.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1636652282183.80790@amazon.com> List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk Re: Pop, Sebastian > Thanks Christoph for the pointers. > > I see that the source code of PostgreSQL is patched before builds: > i.e., the configure.in file has this patch applied to it https://salsa.debian.org/postgresql/postgresql/-/blob/13/debian/patches/autoconf2.69 > > Following the original patch from Tsahi Zidenberg, > https://www.postgresql.org/message-id/attachment/111983/0001-Support-outline-atomics-on-aarch64.patch > I would like to add the attached patch to the list of patches applied before build. That will fail on bionic. > Christoph, could you please let me know how I should test the patch? Apply it, and run "make check-world" on focal. The others should be unaffected since the flag is on by default. Christoph