Comment typo
Started by Etsuro Fujitaabout 13 years ago2 messages
This is a little patch to fix a typo in a comment.
Best regards,
Etsuro Fujit
Attachments:
commentfix_20121102.patchapplication/octet-stream; name=commentfix_20121102.patchDownload
diff --git a/src/backend/utils/adt/selfuncs.c b/src/backend/utils/adt/selfuncs.c
index 60000aa..8ec6a5a 100644
--- a/src/backend/utils/adt/selfuncs.c
+++ b/src/backend/utils/adt/selfuncs.c
@@ -6150,7 +6150,7 @@ genericcostestimate(PlannerInfo *root,
* ORDER BY expressions.
*
* Note: this neglects the possible costs of rechecking lossy operators
- * and OR-clause expressions. Detecting that that might be needed seems
+ * and OR-clause expressions. Detecting that might be needed seems
* more expensive than it's worth, though, considering all the other
* inaccuracies here ...
*/
Re: Comment typo
Sorry, this is not a typo. Please ignore the post.
Best regards,
Etsuro Fujit
Show quoted text
-----Original Message-----
From: pgsql-hackers-owner@postgresql.org
[mailto:pgsql-hackers-owner@postgresql.org] On Behalf Of Etsuro Fujita
Sent: Friday, November 02, 2012 2:40 PM
To: 'PostgreSQL-development'
Subject: [HACKERS] Comment typoThis is a little patch to fix a typo in a comment.
Best regards,
Etsuro Fujit