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

From Victor Drobny
Subject [HACKERS] A mistake in a comment
Date
Msg-id [email protected]
Whole thread Raw
Responses Re: [HACKERS] A mistake in a comment
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 ([email protected])
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