From f1abd78be7c7dc6fce7edaf9262998f3ca3d14be Mon Sep 17 00:00:00 2001 From: Robert Haas Date: Tue, 11 Nov 2014 18:36:20 -0500 Subject: [PATCH] Remove incorrect comment. This was introduced by commit 5ea86e6e65dd2da3e9a3464484985d48328e7fe3. Peter Geoghegan --- src/backend/utils/sort/sortsupport.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/backend/utils/sort/sortsupport.c b/src/backend/utils/sort/sortsupport.c index 16342f388d..4813f57f9d 100644 --- a/src/backend/utils/sort/sortsupport.c +++ b/src/backend/utils/sort/sortsupport.c @@ -167,7 +167,6 @@ PrepareSortSupportFromIndexRel(Relation indexRel, int16 strategy, Assert(ssup->comparator == NULL); - /* Find the operator in pg_amop */ if (indexRel->rd_rel->relam != BTREE_AM_OID) elog(ERROR, "unexpected non-btree AM: %u", indexRel->rd_rel->relam); if (strategy != BTGreaterStrategyNumber &&