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 1wKehc-001Da7-2X for pgsql-hackers@arkaria.postgresql.org; Wed, 06 May 2026 16:02:24 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.96) (envelope-from ) id 1wKeha-000ErO-1X for pgsql-hackers@arkaria.postgresql.org; Wed, 06 May 2026 16:02:22 +0000 Received: from makus.postgresql.org ([2001:4800:3e1:1::229]) by malur.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1wKeha-000Er2-0a for pgsql-hackers@lists.postgresql.org; Wed, 06 May 2026 16:02:22 +0000 Received: from sss.pgh.pa.us ([68.162.161.243]) by makus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.98.2) (envelope-from ) id 1wKehS-00000000VnC-0YbI for pgsql-hackers@postgresql.org; Wed, 06 May 2026 16:02:16 +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 646G28cb775778; Wed, 6 May 2026 12:02:08 -0400 From: Tom Lane To: Andrew Dunstan cc: Alexander Lakhin , Nishant Sharma , Shruthi Gowda , Mahendra Singh Thalor , Fujii Masao , PostgreSQL Development Subject: Re: [BUG] CRASH: ECPGprepared_statement() and ECPGdeallocate_all() when connection is NULL In-reply-to: References: <75460b3c-2! 55d-47eb-b889-d99de38e6758@gmail.com> <699623.1778013161@sss.pgh.pa.us> <53e7527c-eb! 86-4ef5-a3fb-df98cd9c973a@dunslane.net> <771392.1778079507@sss.pgh.! pa.us> Comments: In-reply-to Andrew Dunstan message dated "Wed, 06 May 2026 11:50:04 -0400" MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <775776.1778083328.1@sss.pgh.pa.us> Date: Wed, 06 May 2026 12:02:08 -0400 Message-ID: <775777.1778083328@sss.pgh.pa.us> List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk Andrew Dunstan writes: > Given the lack of field complaints, maybe we should wait until after > next week's releases? Yeah, given that this bug has gone almost undetected for decades, I don't think there's a rush. Let's sit on it another week. regards, tom lane