pg17: XX000: no relation entry for relid 0

From: Justin Pryzby <pryzby(at)telsasoft(dot)com>
To: pgsql-hackers(at)lists(dot)postgresql(dot)org
Cc: Paul Jungwirth <pj(at)illuminatedcomputing(dot)com>
Subject: pg17: XX000: no relation entry for relid 0
Date: 2026-04-10 10:54:42
Message-ID: adjW8rfPDkplC7lF@pryzbyj2023
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

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

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Antonin Houska 2026-04-10 10:57:47 Re: Adding REPACK [concurrently]
Previous Message Zhijie Hou (Fujitsu) 2026-04-10 10:53:53 RE: Adding REPACK [concurrently]