Re: pgsql: Use a new hstore extension version for added json functions. - Mailing list pgsql-committers

From Andres Freund
Subject Re: pgsql: Use a new hstore extension version for added json functions.
Date
Msg-id 20130930152516.GB30125@awork2.anarazel.de
Whole thread Raw
In response to pgsql: Use a new hstore extension version for added json functions.  (Andrew Dunstan <andrew@dunslane.net>)
List pgsql-committers
Hi,

On 2013-09-29 21:50:13 +0000, Andrew Dunstan wrote:
> Use a new hstore extension version for added json functions.

> Details
> -------
> http://git.postgresql.org/pg/commitdiff/a18167510f4c385329697588ce5132cbf95779c3
>
> Modified Files
> --------------
> contrib/hstore/hstore--1.1--1.2.sql |   47 +++
> contrib/hstore/hstore--1.1.sql      |  537 -----------------------------------
> contrib/hstore/hstore--1.2.sql      |  537 +++++++++++++++++++++++++++++++++++
> contrib/hstore/hstore.control       |    2 +-
> 4 files changed, 585 insertions(+), 538 deletions(-)

The join to pg_depend is underspecified because it doesn't restrict
classid, just refclassid. That might lead to problems if extensions
depend on each others and such.

Greetings,

Andres Freund

--
 Andres Freund                       http://www.2ndQuadrant.com/
 PostgreSQL Development, 24x7 Support, Training & Services


pgsql-committers by date:

Previous
From: Andrew Dunstan
Date:
Subject: pgsql: Ensure installation dirs are built before contents are installed
Next
From: Andrew Dunstan
Date:
Subject: pgsql: Add missing condition for pg_depend in hstore migration script.