[NOVICE] Make INFO messages consistent in various index *validate() functions

Поиск
Список
Период
Сортировка
От neha khatri
Тема [NOVICE] Make INFO messages consistent in various index *validate() functions
Дата
Msg-id CAFO0U+--_R5S18NKESomYfN7NxwmaL3KGSnS+85SEe7+vkKFfw@mail.gmail.com
обсуждение исходный текст
Ответы Re: [NOVICE] Make INFO messages consistent in various index *validate() functions  (neha khatri <nehakhatri5@gmail.com>)
Список pgsql-novice
Hi,

While experimenting with operator class support functions I saw following INFO message generated by nbtvalidate():

btree operator family "bpchar_ops" contains function bpcharcmp(character,character) with wrong signature for support number 1
The 'support number 1' above looks somewhat raw. Some of the other INFO messages in other index validate function(ginvalidate, gistvalidate) use the term "support procedure" or "support function". 

gin operator class \"%s\" is missing support function %d
This message seems to use friendlier term. In fact the number is actually for a Support Procedure.

Probably the first message above, when restructured as shown below, might be more friendlier:

btree operator family "bpchar_ops" contains function bpcharcmp(character,character) as support procedure 1, with wrong signature
Would it be worth an effort to make these messages consistent and more user friendly.

Regards,
Neha

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

Предыдущее
От: KARIN SUSANNE HILBERT
Дата:
Сообщение: Re: [NOVICE] Create PostgreSQL Database with ENCODING 'WIN1252' onCluster Initialized with locale "en_US.UTF-8"?
Следующее
От: neha khatri
Дата:
Сообщение: Re: [NOVICE] Make INFO messages consistent in various index *validate() functions