Re: pg_proc.probin should become text?

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема Re: pg_proc.probin should become text?
Дата
Msg-id 20090804144636.GC6494@alvh.no-ip.org
обсуждение исходный текст
Ответ на Re: pg_proc.probin should become text?  (Pavel Stehule <pavel.stehule@gmail.com>)
Список pgsql-hackers
Pavel Stehule escribió:

> I agree, so information about patch would be store in text field. But
> I am not sure, if your fix isn't too simply. I haven't plan to compile
> plpgsql to C or to binary code. But could be interesting link postgres
> with some virtual machine like parrot or lua vm, and translate plpgsql
> to p code. It's maybe far future.

In this case I think it would make more sense to compile the code and
keep the p-code in backend local memory.  Keeping compiled code around
in more permanent or global storage would only make sense if you had
large amounts of code, and in that case I think we'd want to have a more
concrete and complete proposal.

-- 
Alvaro Herrera                                http://www.CommandPrompt.com/
PostgreSQL Replication, Consulting, Custom Development, 24x7 support


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

Предыдущее
От: Greg Stark
Дата:
Сообщение: Re: [COMMITTERS] pgsql: Cause pg_proc.probin to be declared as text, not bytea.
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Review: Revise parallel pg_restore's scheduling heuristic