diff options
author | Robert Haas <rhaas@postgresql.org> | 2012-05-02 09:27:34 -0400 |
---|---|---|
committer | Robert Haas <rhaas@postgresql.org> | 2012-05-02 09:28:16 -0400 |
commit | e01e66f808fbd161b2714eab34bb9e9d0db0db53 (patch) | |
tree | 460dd4274c71629d1eb87bc5d242275f9f211ac9 /src/backend/access/gist/gistget.c | |
parent | f291ccd43e06fdd7c55102975a0b2f38bc140b90 (diff) | |
download | postgresql-e01e66f808fbd161b2714eab34bb9e9d0db0db53.tar.gz |
More duplicate word removal.
Diffstat (limited to 'src/backend/access/gist/gistget.c')
-rw-r--r-- | src/backend/access/gist/gistget.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/access/gist/gistget.c b/src/backend/access/gist/gistget.c index 73551eca3f..c790ad6ffb 100644 --- a/src/backend/access/gist/gistget.c +++ b/src/backend/access/gist/gistget.c @@ -258,7 +258,7 @@ gistScanPage(IndexScanDesc scan, GISTSearchItem *pageItem, double *myDistances, /* * Check if we need to follow the rightlink. We need to follow it if the * page was concurrently split since we visited the parent (in which case - * parentlsn < nsn), or if the the system crashed after a page split but + * parentlsn < nsn), or if the system crashed after a page split but * before the downlink was inserted into the parent. */ if (!XLogRecPtrIsInvalid(pageItem->data.parentlsn) && |