Re: On login trigger: take three

Поиск
Список
Период
Сортировка
От Zhihong Yu
Тема Re: On login trigger: take three
Дата
Msg-id CALNJ-vQK2V1op-kEYmwo=3wW4sx7G7ngY58x0OOQELn=Y5KG3w@mail.gmail.com
обсуждение исходный текст
Ответ на On login trigger: take three  (Konstantin Knizhnik <k.knizhnik@postgrespro.ru>)
Ответы Re: On login trigger: take three  (Konstantin Knizhnik <k.knizhnik@postgrespro.ru>)
Список pgsql-hackers
Hi,
For EventTriggerOnConnect():

+           PG_CATCH();
+           {
...
+               AbortCurrentTransaction();
+               return;

Should runlist be freed in the catch block ?

+           gettext_noop("In case of errors in the ON client_connection EVENT TRIGGER procedure, this parameter can be used to disable trigger activation and provide access to the database."),

I think the text should be on two lines (current line too long).

Cheers

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

Предыдущее
От: Daniel Gustafsson
Дата:
Сообщение: Re: Proposed patch for key managment
Следующее
От: Michael Paquier
Дата:
Сообщение: Re: Proposed patch for key managment