yandex-qatools / postgresql-embedded

Embedded PostgreSQL Server
Other
493 stars 90 forks source link

Cannot install extensions anymore... #147

Closed evesinger closed 5 years ago

evesinger commented 5 years ago

Until yesterday everything was working fine but since today there is a problem when running my tests because extensions cannot be installed anymore. In particular what is failing now is the trigrams extension. Error I see when running the test is: ERROR: could not open extension control file "/private/var/folders/q3/bg5pfwhs0m7731_mmpvxd_rw0000gp/T/embedded-postgres/pgsql-10.3-1/pgsql/share/postgresql/extension/pg_trgm.control"

In fact, the file pg_trgm.control is not there. What could be the reason? I am working on Mac OS 10.14 using mvn.

Any help, hints or advise on where I can start looking is appreciated.

evesinger commented 5 years ago

for some reason, after restarting the Mac it all works fine again...