Remove incorrect comment.

This was introduced by commit 5ea86e6e65.

Peter Geoghegan
This commit is contained in:
Robert Haas 2014-11-11 18:36:20 -05:00
parent f2ad2bdd0a
commit f1abd78be7
1 changed files with 0 additions and 1 deletions

View File

@ -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 &&