>It will be hard to supply a reproducer since it seems to require lots of concurrent startups
Blind guess would be: a two-threaded test.
Thread 1: create & drop table in a loop
Thread 2: PgDatabaseMetaData.getTypeInfo & clear cache in a loop
>Your explanation seems plausible. I will add the suggested logging
That would be awesome.
Vladimir