From: Robert Haas Date: Tue, 11 Nov 2014 23:36:20 +0000 (-0500) Subject: Remove incorrect comment. X-Git-Tag: jit-before-rebase-2017-11-03~6307 X-Git-Url: http://waps.l3s.uni-hannover.de/gitweb/?a=commitdiff_plain;h=f1abd78be7c7dc6fce7edaf9262998f3ca3d14be;p=users%2Fandresfreund%2Fpostgres.git Remove incorrect comment. This was introduced by commit 5ea86e6e65dd2da3e9a3464484985d48328e7fe3. Peter Geoghegan --- 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 &&