Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit f1abd78

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

File tree

Expand file treeCollapse file tree

1 file changed

+0
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+0
-1
lines changed

‎src/backend/utils/sort/sortsupport.c

Copy file name to clipboardExpand all lines: src/backend/utils/sort/sortsupport.c
-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.