Re: pgsql: Add CASCADE support for CREATE EXTENSION. - Mailing list pgsql-committers

From Andres Freund
Subject Re: pgsql: Add CASCADE support for CREATE EXTENSION.
Date
Msg-id 20151003192713.GC27301@awork2.anarazel.de
Whole thread Raw
In response to Re: pgsql: Add CASCADE support for CREATE EXTENSION.  (Peter Geoghegan <pg@heroku.com>)
List 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@anarazel.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


pgsql-committers by date:

Previous
From: Peter Geoghegan
Date:
Subject: Re: pgsql: Add CASCADE support for CREATE EXTENSION.
Next
From: Andres Freund
Date:
Subject: pgsql: Add missed CREATE EXTENSION ... CASCADE regression test adjustme