BUG #15625: 10.6.1 Can't Find hstore.

From: PG Bug reporting form <noreply(at)postgresql(dot)org>
To: pgsql-bugs(at)lists(dot)postgresql(dot)org
Cc: beerich(at)gmail(dot)com
Subject: BUG #15625: 10.6.1 Can't Find hstore.
Date: 2019-02-09 23:10:18
Message-ID: 15625-73dad5f64bbdc9d1@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

The following bug has been logged on the website:

Bug reference: 15625
Logged by: Rich
Email address: beerich(at)gmail(dot)com
PostgreSQL version: 10.6
Operating system: Mac OS X El Capitan 10.11.6
Description:

Upon a reinstall of 10.6.1 over 10.6, I try to add the hstore extension:

# create extension hstore;
ERROR: could not open extension control file
"/usr/local/Cellar/postgresql(at)10/10.6/share/postgresql(at)10/extension/hstore.control":
No such file or directory

So /usr/local/Cellar/postgresql(at)10/10.6 is now
/usr/local/Cellar/postgresql(at)10/10.6_1 so the build calls are mis-pointed.

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Tom Lane 2019-02-09 23:38:56 Re: BUG #15625: 10.6.1 Can't Find hstore.
Previous Message Tom Lane 2019-02-09 17:19:08 Re: BUG #15592: Memory overuse with subquery containing unnest() and set operations (11.x regression)