A mistake in a comment
Victor Drobny <v.drobny@postgrespro.ru>
From: Victor Drobny <v.drobny@postgrespro.ru>
To: pgsql-hackers@postgresql.org
Date: 2017-06-26T08:02:36Z
Lists: pgsql-hackers
Attachments
- comment_patch.diff (text/x-diff) patch
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
Commits
-
Minor code review for parse_phrase_operator().
- 9bfb1f2d64c4 9.6.4 landed
- 00c5e511b940 10.0 landed