Re: pgsql: Add CASCADE support for CREATE EXTENSION.

From: Andres Freund <andres(at)anarazel(dot)de>
To: Peter Geoghegan <pg(at)heroku(dot)com>
Cc: pgsql-committers <pgsql-committers(at)postgresql(dot)org>
Subject: Re: pgsql: Add CASCADE support for CREATE EXTENSION.
Date: 2015-10-03 19:27:13
Message-ID: 20151003192713.GC27301@awork2.anarazel.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

On 2015-10-03 12:24:57 -0700, Peter Geoghegan wrote:
> On Sat, Oct 3, 2015 at 9:48 AM, Andres Freund <andres(at)anarazel(dot)de> wrote:
> > Add CASCADE support for CREATE EXTENSION.
>
> As you may have noticed already, this patch fails to account for this
> change in earthdistance regression test output:
>
> + HINT: Use CREATE EXTENSION CASCADE to install required extensions too.

Dang, yea. I'd already complained to Petr about it when I noticed. And
then just staged the hunk.

Greetings,

Andres Freund

In response to

Browse pgsql-committers by date

  From Date Subject
Next Message Andres Freund 2015-10-03 19:32:10 pgsql: Add missed CREATE EXTENSION ... CASCADE regression test adjustme
Previous Message Peter Geoghegan 2015-10-03 19:24:57 Re: pgsql: Add CASCADE support for CREATE EXTENSION.