Re: [COMMITTERS] pgsql: Add CASCADE support for CREATE EXTENSION.

2015-10-04 Thread Petr Jelinek
On 2015-10-04 05:47, Tom Lane wrote: Andres Freund writes: Add CASCADE support for CREATE EXTENSION. Buildfarm results suggest this was not tested with python 3. Attached patch fixes it on my machine. -- Petr Jelinek http://www.2ndQuadrant.com/

Re: [COMMITTERS] pgsql: Add CASCADE support for CREATE EXTENSION.

2015-10-04 Thread Andres Freund
On October 4, 2015 12:55:46 PM GMT+02:00, Petr Jelinek wrote: >On 2015-10-04 05:47, Tom Lane wrote: >> Andres Freund writes: >>> Add CASCADE support for CREATE EXTENSION. >> >> Buildfarm results suggest this was not tested with python 3. >> > >Attached

[COMMITTERS] pgsql: Add CASCADE support for CREATE EXTENSION.

2015-10-03 Thread Andres Freund
Add CASCADE support for CREATE EXTENSION. Without CASCADE, if an extension has an unfullfilled dependency on another extension, CREATE EXTENSION ERRORs out with "required extension ... is not installed". That is annoying, especially when that dependency is an implementation detail of the

Re: [COMMITTERS] pgsql: Add CASCADE support for CREATE EXTENSION.

2015-10-03 Thread Andres Freund
On 2015-10-03 12:24:57 -0700, Peter Geoghegan wrote: > On Sat, Oct 3, 2015 at 9:48 AM, Andres Freund 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

Re: [COMMITTERS] pgsql: Add CASCADE support for CREATE EXTENSION.

2015-10-03 Thread Peter Geoghegan
On Sat, Oct 3, 2015 at 9:48 AM, Andres Freund 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

Re: [COMMITTERS] pgsql: Add CASCADE support for CREATE EXTENSION.

2015-10-03 Thread Tom Lane
Andres Freund writes: > Add CASCADE support for CREATE EXTENSION. Buildfarm results suggest this was not tested with python 3. regards, tom lane -- Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org) To make changes to your