Re: scheduler in core

Поиск
Список
Период
Сортировка
От Robert Haas
Тема Re: scheduler in core
Дата
Msg-id 603c8f071003011343ob5ec859s7b9855a28270db64@mail.gmail.com
обсуждение исходный текст
Ответ на Re: scheduler in core  (Merlin Moncure <mmoncure@gmail.com>)
Ответы Re: scheduler in core  (Pavel Stehule <pavel.stehule@gmail.com>)
Re: scheduler in core  (Merlin Moncure <mmoncure@gmail.com>)
Re: scheduler in core  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
On Sat, Feb 20, 2010 at 4:41 PM, Merlin Moncure <mmoncure@gmail.com> wrote:
> IMNSHO, an 'in core' scheduler would be useful. however, I think
> before you tackle a scheduler, we need proper stored procedures.  Our
> existing functions don't cut it because you can manage the transaction
> state yourself.

Did you mean that you "can't" manage the transaction state yourself?

Has anyone given any thought to what would be required to relax this
restriction?  Is this totally impossible given our architecture, or
just a lack of round tuits?

See also: http://www.postgresql.org/docs/current/static/plpgsql-porting.html#PLPGSQL-PORTING-EXCEPTIONS

...Robert


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

Предыдущее
От: Boszormenyi Zoltan
Дата:
Сообщение: Re: function side effects
Следующее
От: Pavel Stehule
Дата:
Сообщение: Re: scheduler in core