Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit f1abd78

Browse files
committed
Remove incorrect comment.
This was introduced by commit 5ea86e6. Peter Geoghegan
1 parent f2ad2bd commit f1abd78

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/backend/utils/sort/sortsupport.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,6 @@ PrepareSortSupportFromIndexRel(Relation indexRel, int16 strategy,
167167

168168
Assert(ssup->comparator == NULL);
169169

170-
/* Find the operator in pg_amop */
171170
if (indexRel->rd_rel->relam != BTREE_AM_OID)
172171
elog(ERROR, "unexpected non-btree AM: %u", indexRel->rd_rel->relam);
173172
if (strategy != BTGreaterStrategyNumber &&

0 commit comments

Comments
 (0)