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  (Alvaro Herrera <alvherre@2ndquadrant.com>)
Список pgsql-committers
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
Дата:
Сообщение: pgsql: Use TypeName to represent type names in certain commands
Следующее
От: Alvaro Herrera
Дата:
Сообщение: Re: pgsql: Use TypeName to represent type names in certain commands