Remove incorrect comment.
This was introduced by commit 5ea86e6e65dd2da3e9a3464484985d48328e7fe3. Peter Geoghegan
This commit is contained in:
parent
f2ad2bdd0a
commit
f1abd78be7
@ -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 &&
|
||||
|
Loading…
x
Reference in New Issue
Block a user