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 1wB9Vh-000muw-01 for pgsql-hackers@arkaria.postgresql.org; Fri, 10 Apr 2026 10:54:49 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.96) (envelope-from ) id 1wB9Vf-00BM8c-0S for pgsql-hackers@arkaria.postgresql.org; Fri, 10 Apr 2026 10:54:48 +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 1wB9Ve-00BM8U-2p for pgsql-hackers@lists.postgresql.org; Fri, 10 Apr 2026 10:54:47 +0000 Received: from charmander.telsasoft.com ([50.244.222.1] helo=pryzbyj2023.telsasoft) by magus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.98.2) (envelope-from ) id 1wB9Vd-00000000L9s-1dxQ for pgsql-hackers@lists.postgresql.org; Fri, 10 Apr 2026 10:54:47 +0000 Received: by pryzbyj2023.telsasoft (Postfix, from userid 1000) id 100926D0C; Fri, 10 Apr 2026 05:54:43 -0500 (CDT) Date: Fri, 10 Apr 2026 05:54:42 -0500 From: Justin Pryzby To: pgsql-hackers@lists.postgresql.org Cc: Paul Jungwirth Subject: pg17: XX000: no relation entry for relid 0 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.9.4 (2018-02-28) List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk CREATE VIEW x AS SELECT NULL::int[] UNION ALL SELECT NULL::int[] UNION ALL SELECT ARRAY[NULL::bigint]; SELECT FROM x; ERROR: XX000: no relation entry for relid 0 Since 9391f7152. -- Justin