pavanvd / postgres-xl

Public Postgres-XL repository
Mozilla Public License 2.0
4 stars 3 forks source link

"cache lookup failed" error #7

Open pavanvd opened 9 years ago

pavanvd commented 9 years ago

Issue by pavanvd Monday Jun 29, 2015 at 09:43 GMT Originally opened as https://github.com/pavanvd/Postgres-XL-Private/issues/7


Reproduction case:

regression=# 
regression=# create temp table table_a(a int);
CREATE TABLE
regression=#   create temp view view_a as select * from table_a;
CREATE VIEW
regression=#   select view_a from view_a;
ERROR:  cache lookup failed for type 0
pavanvd commented 9 years ago

Same error occurs even with regular table and regular view (non temp)