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 1wKzcq-001SJB-3B for pgsql-hackers@arkaria.postgresql.org; Thu, 07 May 2026 14:22:52 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.96) (envelope-from ) id 1wKzcp-004WAP-1X for pgsql-hackers@arkaria.postgresql.org; Thu, 07 May 2026 14:22:51 +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 1wKzcp-004WAG-0c for pgsql-hackers@lists.postgresql.org; Thu, 07 May 2026 14:22:51 +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 1wKzcm-00000000efW-44q0 for pgsql-hackers@postgresql.org; Thu, 07 May 2026 14:22:50 +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 647EMiDl858843; Thu, 7 May 2026 10:22:45 -0400 From: Tom Lane To: Alexander Korotkov cc: Daniil Davydov <3danissimo@gmail.com>, Jim Jones , Michael Paquier , Soumya S Murali , Stepan Neretin , PostgreSQL Hackers , Mohamed Ali , Nazneen Jafri , Shawn McCoy Subject: Re: Fix bug with accessing to temporary tables of other sessions In-reply-to: References: <402bbc8d-728b-4467-8024-31c2bc101ead@uni-muenster.de> <239d181d-1415-49ee-ad57-b307f1a7ba66@uni-muenster.de> <0e666e40-d003-4c92-95cf-1a33a647401! f@uni-muenster.de> Comments: In-reply-to Alexander Korotkov message dated "Thu, 07 May 2026 11:04:16 +0300" MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <858841.1778163764.1@sss.pgh.pa.us> Date: Thu, 07 May 2026 10:22:44 -0400 Message-ID: <858842.1778163764@sss.pgh.pa.us> List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk Alexander Korotkov writes: > Thus, I don't see the reason why this shouldn't be committed and > backpatched to PG17 (first release containing b7b0f3f27241). We are less than 48 hours from code freeze for this month's back branch releases. I think it's already too late for any inessential changes, especially if you're less than 100.00% sure of them. Please hold off until after the release cycle. regards, tom lane