message style for errcontext

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема message style for errcontext
Дата
Msg-id 1274120421.27239.1.camel@vanquo.pezone.net
обсуждение исходный текст
Ответы Re: message style for errcontext  (Tom Lane <tgl@sss.pgh.pa.us>)
Re: message style for errcontext  (Andrew Dunstan <andrew@dunslane.net>)
errcontext from PL/pgSQL (was message style for errcontext)  ("David E. Wheeler" <david@kineticode.com>)
Список pgsql-hackers
We have in 9.0 plperl.c

errcontext("while executing PostgreSQL::InServer::SPI::bootstrap")));
errcontext("while parsing Perl initialization")));
errcontext("while running Perl initialization")));
errcontext("While executing PLC_TRUSTED.")));
errcontext("While executing utf8fix.")));
errcontext("While executing plperl.on_plperl_init.")));
errcontext("while executing plperl.on_plperlu_init")));

Could we agree on a capitalization and punctuation scheme?



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

Предыдущее
От: Stephen Frost
Дата:
Сообщение: Re: [PATCH] Add SIGCHLD catch to psql
Следующее
От: Tom Lane
Дата:
Сообщение: Re: message style for errcontext