Open pavanvd opened 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
Same error occurs even with regular table and regular view (non temp)
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: