From: Heikki Linnakangas Date: Mon, 18 May 2015 07:38:52 +0000 (+0300) Subject: Fix typo in comment. X-Git-Tag: REL9_5_ALPHA1~205 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8cc7a4c5fdbe43b9b16b4cf3e07c8115107a8d4e;p=postgresql Fix typo in comment. Jim Nasby --- diff --git a/src/backend/executor/nodeIndexscan.c b/src/backend/executor/nodeIndexscan.c index 60cb42b454..96d34beaf4 100644 --- a/src/backend/executor/nodeIndexscan.c +++ b/src/backend/executor/nodeIndexscan.c @@ -142,8 +142,8 @@ IndexNext(IndexScanState *node) /* ---------------------------------------------------------------- * IndexNextWithReorder * - * Like IndexNext, but his version can also re-check any - * ORDER BY expressions, and reorder the tuples as necessary. + * Like IndexNext, but this version can also re-check ORDER BY + * expressions, and reorder the tuples as necessary. * ---------------------------------------------------------------- */ static TupleTableSlot *