From e01e66f808fbd161b2714eab34bb9e9d0db0db53 Mon Sep 17 00:00:00 2001 From: Robert Haas Date: Wed, 2 May 2012 09:27:34 -0400 Subject: More duplicate word removal. --- src/backend/access/gist/gistget.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/backend/access/gist/gistget.c') 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) && -- cgit v1.2.1