pgsql: Add missing condition for pg_depend in hstore migration script.

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Add missing condition for pg_depend in hstore migration script.
Date: 2013-09-30 15:37:19
Message-ID: E1VQfXD-00077s-Qy@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Add missing condition for pg_depend in hstore migration script.

Error noted by Andres Freund.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/7ce569babddf7bc76657390032cb6cf6793476cc

Modified Files
--------------
contrib/hstore/hstore--1.1--1.2.sql | 1 +
1 file changed, 1 insertion(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Andrew Dunstan 2013-09-30 15:38:51 pgsql: Add missing condition for pg_depend in hstore migration script.
Previous Message Andres Freund 2013-09-30 15:25:16 Re: pgsql: Use a new hstore extension version for added json functions.