Re: Extensions, this time with a patch

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Robert Haas <robertmhaas(at)gmail(dot)com>
Cc: Dimitri Fontaine <dimitri(at)2ndquadrant(dot)fr>, Itagaki Takahiro <itagaki(dot)takahiro(at)gmail(dot)com>, PostgreSQL Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Extensions, this time with a patch
Date: 2010-10-19 19:19:42
Message-ID: 7196.1287515982@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Robert Haas <robertmhaas(at)gmail(dot)com> writes:
> On Tue, Oct 19, 2010 at 12:09 PM, Dimitri Fontaine
> <dimitri(at)2ndquadrant(dot)fr> wrote:
>> Either way is the key here too, so please find attached a revised (v5)
>> patch which will force log_min_messages and client_min_messages to
>> WARNING while the script is run.

> It seems good to do this in the normal case, but (1) if
> client_min_messages was already set higher than WARNING, we probably
> should not lower it and (2) we might want to have a way to lower it
> for troubleshooting purposes.

I think the standard way of troubleshooting would be to run the
extension's script by hand, no? So while I agree with (1),
I'm not sure we need to sweat about (2).

regards, tom lane

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Robert Haas 2010-10-19 19:20:38 Re: knngist - 0.8
Previous Message Robert Haas 2010-10-19 19:17:09 Re: patch: Add JSON datatype to PostgreSQL (GSoC, WIP)