mirror of
https://github.com/postgres/postgres.git
synced 2025-06-26 12:21:12 +03:00
Remove incorrect comment.
This was introduced by commit 5ea86e6e65
.
Peter Geoghegan
This commit is contained in:
@ -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 &&
|
||||
|
Reference in New Issue
Block a user