From: | Andy Colson <andy(at)squeakycode(dot)net> |
---|---|
To: | Andrew Dunstan <andrew(at)dunslane(dot)net> |
Cc: | pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>, pavel(dot)stehule(at)gmail(dot)com |
Subject: | Re: Review: prepare plans of embedded sql on function start |
Date: | 2011-09-05 22:27:12 |
Message-ID: | [email protected] |
Views: | Whole Thread | Raw Message | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
On 09/05/2011 05:04 PM, Andrew Dunstan wrote:
>
>
> On 09/05/2011 05:03 PM, Andy Colson wrote:
>> Pavel, this patch:
>>
>> https://commitfest.postgresql.org/action/patch_view?id=624
>>
>> It applied clean and compiled ok, but I cannot get it to work at all.
>>
>> $ psql
>> Timing is on.
>> psql (9.2devel)
>> Type "help" for help.
>>
>> andy=# set plpgsql.prepare_plans to on_start;
>> ERROR: unrecognized configuration parameter "plpgsql.prepare_plans"
>>
>>
>
> Did you add plpgsql to custom_variable_classes? It looks like you might not have. (I'm not sure why plpgsql switch should require one, though, especially since we now load plpgsql by default. It might be better just to call it plpgsql_prepare_on_start.)
>
> cheers
>
> andrew
>
>
Ah, yep, that was the problem, thank you.
-Andy
From | Date | Subject | |
---|---|---|---|
Next Message | Alvaro Herrera | 2011-09-05 22:56:49 | Re: Large C files |
Previous Message | Alexander Korotkov | 2011-09-05 22:18:51 | Re: WIP: Fast GiST index build |