Re: splitting plpython into smaller parts

Поиск
Список
Период
Сортировка
От Jan Urbański
Тема Re: splitting plpython into smaller parts
Дата
Msg-id 4EDD5A98.3000506@wulczer.org
обсуждение исходный текст
Ответ на Re: splitting plpython into smaller parts  (Peter Eisentraut <peter_e@gmx.net>)
Ответы Re: splitting plpython into smaller parts  (Peter Eisentraut <peter_e@gmx.net>)
Re: splitting plpython into smaller parts  (Peter Eisentraut <peter_e@gmx.net>)
Список pgsql-hackers
Rebased against master after the SPI cursor patch has been committed.

The first patch removes SPI boilerplate from the cursor functions as
well and the second patch creates a plpython_cursor.c file.

A side effect of creating a separate file for cursors is that I had to
make PLy_spi_transaction_{begin,commit,abort} helper functions external
since they're used both by regular SPI execution functions and the
cursor functions.

They live the plpython_spi.c which is not an ideal place for them, but
IMHO it's not bad either.

Cheers,
Jan

Вложения

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

Предыдущее
От: Andrew Dunstan
Дата:
Сообщение: Re: [PATCH] PostgreSQL fails to build with 32bit MinGW-w64
Следующее
От: Robert Haas
Дата:
Сообщение: pull_up_simple_subquery