Re: pgsql: Use a new hstore extension version for added json functions.

From: Andres Freund <andres(at)2ndquadrant(dot)com>
To: Andrew Dunstan <andrew(at)dunslane(dot)net>
Cc: pgsql-committers(at)postgresql(dot)org
Subject: Re: pgsql: Use a new hstore extension version for added json functions.
Date: 2013-09-30 15:25:16
Message-ID: 20130930152516.GB30125@awork2.anarazel.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Browse pgsql-committers by date

  From Date Subject
Next Message Andrew Dunstan 2013-09-30 15:37:19 pgsql: Add missing condition for pg_depend in hstore migration script.
Previous Message Andrew Dunstan 2013-09-30 14:20:38 pgsql: Ensure installation dirs are built before contents are installed