From: | Peter Eisentraut <peter_e(at)gmx(dot)net> |
---|---|
To: | pgsql-hackers(at)postgresql(dot)org |
Subject: | message style for errcontext |
Date: | 2010-05-17 18:20:21 |
Message-ID: | 1274120421.27239.1.camel@vanquo.pezone.net |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | 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?
From | Date | Subject | |
---|---|---|---|
Next Message | Jim Nasby | 2010-05-17 18:21:38 | Re: GUCs that need restart |
Previous Message | Jim Nasby | 2010-05-17 18:15:18 | Re: SELECT * in a CREATE VIEW statement doesn't update column set automatically |