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 1nRJ90-0002gf-2Q for pgsql-general@arkaria.postgresql.org; Mon, 07 Mar 2022 19:35:46 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1nRJ8y-0004FB-Kk for pgsql-general@arkaria.postgresql.org; Mon, 07 Mar 2022 19:35:44 +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 1nRJ8y-0004F1-8l for pgsql-general@lists.postgresql.org; Mon, 07 Mar 2022 19:35:44 +0000 Received: from lana.depesz.com ([88.198.49.178] helo=depesz.com) by magus.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1nRJ8w-0004DV-57 for pgsql-general@lists.postgresql.org; Mon, 07 Mar 2022 19:35:43 +0000 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=depesz.com; s=20170201; h=In-Reply-To:Content-Type:MIME-Version:References:Reply-To: Message-ID:Subject:Cc:To:Sender:From:Date:Content-Transfer-Encoding: Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender: Resent-To:Resent-Cc:Resent-Message-ID:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=sz0l+olde5u6SsPH7kx85OzKXBVMt2LpScfCctyqToM=; b=O6SOdvWfhk9WQ2J9nR+xDgz5hP x/gQa2+imNgfNVWlPFal/c2NfO7HMxpZJ2czLvZxhim/ihfopSsevDqFih8lg2FzmRCLRAQTZaGU4 /7KnH6t+nznjTv+7cfwNBsIo5JPgMUvpvM2FlA1jSSivAZB7Zy95jGWWzWw0Yap/F1Nw=; Received: from lana.depesz.com ([88.198.49.178] helo=depesz.com) by depesz.com with esmtpa (Exim 4.92) (envelope-from ) id 1nRJ8u-0005q7-9s; Mon, 07 Mar 2022 20:35:40 +0100 Date: Mon, 7 Mar 2022 20:35:40 +0100 From: hubert depesz lubaczewski Sender: depesz@depesz.com To: Tom Lane Cc: PostgreSQL General , Andres Freund Subject: Re: Interesting fail when migrating Pg from Ubuntu Bionic to Focal Message-ID: <20220307193540.GA30091@depesz.com> Reply-To: depesz@depesz.com References: <20220303151156.GB26036@depesz.com> <20220303163921.GA10776@depesz.com> <20220303164401.GA13056@depesz.com> <3969790.1646420992@sss.pgh.pa.us> <20220304204510.GA21340@depesz.com> <3984384.1646431394@sss.pgh.pa.us> <20220306140402.GA6360@depesz.com> <2045.1646583000@sss.pgh.pa.us> <20220307151128.GA22074@depesz.com> <202419.1646673746@sss.pgh.pa.us> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <202419.1646673746@sss.pgh.pa.us> User-Agent: Mutt/1.10.1 (2018-07-13) List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk On Mon, Mar 07, 2022 at 12:22:26PM -0500, Tom Lane wrote: > Neither of those configurations fail for me, so either > it's been fixed since 12.9, or (more likely) there is > something to your test case beyond what you've mentioned. Upgraded to 12.10 from pgdg, same problem. > (I guess a long-shot possibility is that my raspberry pi 3B+ > is sufficiently different hardware from your box as to not > see the problem. Doubt that though.) My "hardware" is AWS EC2 graviton instance (c6g.2xlarge). > Can you create a self-contained test case? I tried, but it seems that number of functions/users is a factor, and I wasn't able to make simple test that would replicate the issue. I guess I will just disable JIT on arm for now, and be done with it. Best regards, depesz