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.96) (envelope-from ) id 1wS2l1-002uTq-0K for pgsql-bugs@arkaria.postgresql.org; Wed, 27 May 2026 01:08:27 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.96) (envelope-from ) id 1wS2kx-006dG8-30 for pgsql-bugs@arkaria.postgresql.org; Wed, 27 May 2026 01:08:24 +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.96) (envelope-from ) id 1wS2kx-006dFz-2B for pgsql-bugs@lists.postgresql.org; Wed, 27 May 2026 01:08:24 +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.98.2) (envelope-from ) id 1wS2kw-00000001by9-0vjH for pgsql-bugs@lists.postgresql.org; Wed, 27 May 2026 01:08:24 +0000 Received: from sss1.sss.pgh.pa.us (localhost [127.0.0.1]) by sss.pgh.pa.us (8.18.1/8.18.1) with ESMTP id 64R18JC8418107; Tue, 26 May 2026 21:08:19 -0400 From: Tom Lane To: =?UTF-8?B?0JrQsNC70LjQvdC40L0g0J3QuNC60LjRgtCw?= cc: =?UTF-8?B?TWljaGFlbCBQYXF1aWVy?= , pgsql-bugs@lists.postgresql.org, =?UTF-8?B?UGllcnJlIEZvcnN0bWFubg==?= Subject: Re: BUG #19493: Assertion failure in pg_plan_advice with EXISTS subquery and DO_NOT_SCAN advice In-reply-to: <1779843554.737126560@fmail2.qdit> References: <19493-5878eac7a2525c23@postgresql.org> <2d59d7d6-6afe-4565-8ff7-ae764651589a@gmail.com> <1779843554.737126560@fmail2.qdit> Comments: In-reply-to =?UTF-8?B?0JrQsNC70LjQvdC40L0g0J3QuNC60LjRgtCw?= message dated "Wed, 27 May 2026 03:59:14 +0300" MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <418105.1779844099.1@sss.pgh.pa.us> Content-Transfer-Encoding: quoted-printable Date: Tue, 26 May 2026 21:08:19 -0400 Message-ID: <418106.1779844099@sss.pgh.pa.us> List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk =3D?UTF-8?B?0JrQsNC70LjQvdC40L0g0J3QuNC60LjRgtCw?=3D writes: > Could this be related to GCC? I'm using GCC 16.1.1 and I can reproduce t= he crash with that version. Maybe. Does it still fail if you set the optimization level to -O0 ? regards, tom lane