Re: [HACKERS] statement level trigger causes pltcl, plpython SIGSEGV
В списке pgsql-patches по дате отправления:
| От | Tom Lane |
|---|---|
| Тема | Re: [HACKERS] statement level trigger causes pltcl, plpython SIGSEGV |
| Дата | |
| Msg-id | 8786.1060022603@sss.pgh.pa.us обсуждение |
| Ответ на | Re: [HACKERS] statement level trigger causes pltcl, plpython (Joe Conway <mail@joeconway.com>) |
| Ответы |
Re: [HACKERS] statement level trigger causes pltcl, plpython
|
| Список | pgsql-patches |
Joe Conway <mail@joeconway.com> writes:
> This patch includes pltcl and plpython, with the mentioned style issue
> fixed. Both PLs pass their scripted tests and my simple statement level
> trigger test.
Applied, thanks.
BTW, one other stylistic nit: I don't think comments like
/* internal error */
elog(ERROR, "unrecognized OP tg_event: %u", tdata->tg_event);
are really necessary. In the brave new ereport world, any elog(ERROR)
call is an internal error by definition --- if it isn't, you should be
using ereport. So the use of elog is sufficient documentation. IMHO
anyway.
regards, tom lane
В списке pgsql-patches по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера