Re: creating extension including dependencies

From: Petr Jelinek <petr(at)2ndquadrant(dot)com>
To: Andres Freund <andres(at)anarazel(dot)de>
Cc: Jeff Janes <jeff(dot)janes(at)gmail(dot)com>, Michael Paquier <michael(dot)paquier(at)gmail(dot)com>, Alvaro Herrera <alvherre(at)2ndquadrant(dot)com>, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Robert Haas <robertmhaas(at)gmail(dot)com>, PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: creating extension including dependencies
Date: 2015-10-03 15:56:07
Message-ID: 560FFA97.7000302@2ndquadrant.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 2015-10-03 17:16, Andres Freund wrote:
> On 2015-10-03 17:15:54 +0200, Andres Freund wrote:
>> Here's an updated patch. Petr, could you please expand the test to
>> handle a bit more complex cascading setups?
>

Okay, I changed the test to make the dependencies bit more complex -
more than one dependency per extension + also non-cyclic
interdependency. It still works as expected.

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

Attachment Content-Type Size
0001-Add-CASCADE-support-for-CREATE-EXTENSION.patch text/x-patch 31.8 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Andres Freund 2015-10-03 16:18:10 Re: [PATCH v1] GSSAPI encryption support
Previous Message Andres Freund 2015-10-03 15:49:03 Re: [PATCH] postgres_fdw extension support