Re: pgsql: Use TypeName to represent type names in certain commands

Поиск
Список
Период
Сортировка
Искать
От
Heikki Linnakangas
Тема
Re: pgsql: Use TypeName to represent type names in certain commands
Дата
Msg-id
54A2DB06.90502@vmware.com
Ответ на
Список
Дерево обсуждения
pgsql: Use TypeName to represent type names in certain commands Alvaro Herrera <alvherre@alvh.no-ip.org>
Re: pgsql: Use TypeName to represent type names in certain commands Heikki Linnakangas <hlinnakangas@vmware.com>
Re: pgsql: Use TypeName to represent type names in certain commands Alvaro Herrera <alvherre@2ndquadrant.com>
Re: pgsql: Use TypeName to represent type names in certain commands Heikki Linnakangas <hlinnakangas@vmware.com>
On 12/30/2014 06:58 PM, Alvaro Herrera wrote:
> -                        errmsg("name list length must be %d", 1)));
> +                        errmsg("name list length must be exactly %d", 1)));

Seems silly to pass constant 1 as an argument. (Yeah, it was silly 
before this commit too.)

There is one instance of the old message left in pg_get_object_address. 
Should change that too for consistency, and to reduce translation work.

- Heikki


В списке pgsql-committers по дате отправления
От: Alvaro Herrera
Дата:
От: Alvaro Herrera
Дата:
FAQ