Re: A typo in error message

Поиск
Список
Период
Сортировка
От Michael Paquier
Тема Re: A typo in error message
Дата
Msg-id 20180131055304.GA10279@paquier.xyz
обсуждение исходный текст
Ответ на A typo in error message  (Alexander Lakhin <exclusion@gmail.com>)
Ответы Re: A typo in error message
Список pgsql-hackers
On Wed, Jan 31, 2018 at 08:47:57AM +0300, Alexander Lakhin wrote:
> Please consider committing the attached patch to fix a typo in error
> message.

Yeah..

>          if (cxt->ofType)
>              ereport(ERROR,
>                                   (errcode(ERRCODE_FEATURE_NOT_SUPPORTED),
> -                                  errmsg("identity colums are not supported on typed tables")));
> +                                  errmsg("identity columns are not supported on typed tables")));
>          if (cxt->partbound)
>              ereport(ERROR,
>                  (errcode(ERRCODE_FEATURE_NOT_SUPPORTED),

The indentation for this ereport() is weird as well here.
--
Michael

Вложения

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

Предыдущее
От: Alexander Lakhin
Дата:
Сообщение: A typo in error message
Следующее
От: Masahiko Sawada
Дата:
Сообщение: Re: PATCH: logical_work_mem and logical streaming of largein-progress transactions