Re: "cache lookup failed for type ####" when running unit tests

2018-08-28 Thread Wilhansen Li
issue (it's in the JDBC driver side after all, not something I want to touch), it suffices for our use case. On Mon, Aug 27, 2018 at 2:39 AM Tom Lane wrote: > Wilhansen Li writes: > > I have a web application with a bunch of unit tests which involve > accessing > > a Po

"cache lookup failed for type ####" when running unit tests

2018-08-26 Thread Wilhansen Li
Hi all, I have a web application with a bunch of unit tests which involve accessing a PostgreSQL database. My schema contains composite types and stored procedures. When running the tests, I'm getting a "com.impossibl.postgres.jdbc.PGSQLSimpleException: cache lookup failed for type 64790" when tr