From: | Thomas Munro <thomas(dot)munro(at)gmail(dot)com> |
---|---|
To: | pgsql-hackers <pgsql-hackers(at)postgresql(dot)org> |
Subject: | BF failure: could not open relation with OID XXXX while querying pg_views |
Date: | 2019-08-13 23:27:38 |
Message-ID: | CA+hUKGKX9hFZrYA7rQzAMRE07L4hziCc-nO_b3taJpiuKyLLxg@mail.gmail.com |
Views: | Whole Thread |Raw Message |Download mbox |Resend email |
Thread: | |
Lists: | pgsql-hackers |
Hi,
Here are three strange recent failures in the "rules" test:
https://buildfarm.postgresql.org/cgi-bin/show_log.pl?nm=blenny&dt=2019-08-13%2022:19:27
https://buildfarm.postgresql.org/cgi-bin/show_log.pl?nm=alewife&dt=2019-07-27%2009:39:05
https://buildfarm.postgresql.org/cgi-bin/show_log.pl?nm=dory&dt=2019-07-18%2003:00:27
They all raised "ERROR: could not open relation with OID <varies>"
while running:
SELECT viewname, definition FROM pg_views
WHERE schemaname IN ('pg_catalog', 'public')
ORDER BY viewname;
--
Thomas Munro
https://enterprisedb.com
From | Date | Subject | |
---|---|---|---|
Next Message | Stephen Frost | 2019-08-14 00:28:12 | Re: pg_upgrade fails with non-standard ACL |
Previous Message | Tom Lane | 2019-08-13 23:22:06 | Re: Unexpected "shared memory block is still in use" |