Re: pg_upgrade error regarding hstore operator

From: parihaaraka <parihaaraka(at)gmail(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: pg_upgrade error regarding hstore operator
Date: 2016-05-24 15:45:43
Message-ID: 1464104743227-5904776.post@n5.nabble.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general pgsql-hackers

Hello, All
I have the same issue after pg_upgrade from 9.3 to 9.5.
pg_dump generates excess commands like
CREATE OPERATOR FAMILY bit_ops USING gin;
...
while all of this is done during CREATE EXTENSION
(i have only btree_gin and plpgsql installed)

--
View this message in context: http://postgresql.nabble.com/pg-upgrade-error-regarding-hstore-operator-tp5891425p5904776.html
Sent from the PostgreSQL - general mailing list archive at Nabble.com.

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Christophe Pettus 2016-05-24 15:47:20 ERROR: MultiXactId xxx has not been created yet
Previous Message Tom Lane 2016-05-24 15:19:04 Re: 9.5 regression with unwanted nested loop left join

Browse pgsql-hackers by date

  From Date Subject
Next Message Christoph Berg 2016-05-24 16:14:09 Re: LSN as a recovery target
Previous Message Tom Lane 2016-05-24 15:39:53 Re: pg_dump -j against standbys