Re: Review: prepare plans of embedded sql on function start

Поиск
Список
Период
Сортировка
От Andy Colson
Тема Re: Review: prepare plans of embedded sql on function start
Дата
Msg-id 4E654CC0.7060906@squeakycode.net
обсуждение исходный текст
Ответ на Re: Review: prepare plans of embedded sql on function start  (Andrew Dunstan <andrew@dunslane.net>)
Ответы Re: Review: prepare plans of embedded sql on function start
Список 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
shouldrequire 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


В списке pgsql-hackers по дате отправления:

Предыдущее
От: Alexander Korotkov
Дата:
Сообщение: Re: WIP: Fast GiST index build
Следующее
От: Alvaro Herrera
Дата:
Сообщение: Re: Large C files