[HACKERS] A mistake in a comment - Mailing list pgsql-hackers

From Victor Drobny
Subject [HACKERS] A mistake in a comment
Date
Msg-id 2b5382fdff9b1f79d5eb2c99c4d2cbe2@postgrespro.ru
Whole thread Raw
Responses Re: [HACKERS] A mistake in a comment  (Tom Lane <tgl@sss.pgh.pa.us>)
List 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

Attachment

pgsql-hackers by date:

Previous
From: Daniel Gustafsson
Date:
Subject: Re: [HACKERS] Optional message to user when terminating/cancelling backend
Next
From: Kyotaro HORIGUCHI
Date:
Subject: [HACKERS] Race between SELECT and ALTER TABLE NO INHERIT