[HACKERS] A mistake in a comment

Поиск
Список
Период
Сортировка
От Victor Drobny
Тема [HACKERS] A mistake in a comment
Дата
Msg-id 2b5382fdff9b1f79d5eb2c99c4d2cbe2@postgrespro.ru
обсуждение исходный текст
Ответы Re: [HACKERS] A mistake in a comment  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
Hello,

I believe that I have found a mistake in a comment to 
parse_phrase_operator function. The comment has the following line:
a <X> b (distance is no greater than X)
which is not. According to documentation and practical results, this 
line should me changed on something like:
a <X> b (distance is equal to X)

Patch in the attachments fixes the issue.

Thank you for attention!

Best,
Victor
-- 
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers

Вложения

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

Предыдущее
От: Daniel Gustafsson
Дата:
Сообщение: Re: [HACKERS] Optional message to user when terminating/cancelling backend
Следующее
От: Kyotaro HORIGUCHI
Дата:
Сообщение: [HACKERS] Race between SELECT and ALTER TABLE NO INHERIT