Re: pgsql: Add quotes to message

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: pgsql: Add quotes to message
Дата
Msg-id 49A29CE1.4000208@gmx.net
обсуждение исходный текст
Ответ на Re: pgsql: Add quotes to message  (Gregory Stark <stark@enterprisedb.com>)
Список pgsql-hackers
Gregory Stark wrote:
> petere@postgresql.org (Peter Eisentraut) writes:
> 
>> Log Message:
>> -----------
>> Add quotes to message
> 
>                      errdetail("Returned type %s does not match expected type "
> !                              "%s in column \"%s\".",
>                                OidIsValid(returned->attrs[i]->atttypid) ?
>                                format_type_be(returned->attrs[i]->atttypid) :
>                                _(dropped_column_type),
> 
> I'm surprised there isn't a regression test for this case.

Me too actually. ;-)  In general, the plpgsql test doesn't appear to 
cover the error paths very well at all.  I changed the wording of about 
50 error messages the other day and only two or three of those appeared 
in a regression test case.

(The test coverage framework doesn't cover the PLs yet, so I don't have 
anything more precise to say on that.)


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

Предыдущее
От: Gregory Stark
Дата:
Сообщение: Re: pgsql: Add quotes to message
Следующее
От: Grzegorz Jaskiewicz
Дата:
Сообщение: Re: 8.4 features presentation