mirror of
https://github.com/postgres/postgres.git
synced 2025-06-19 04:21:08 +03:00
Spell checking and markup refinement
This commit is contained in:
@ -71,7 +71,7 @@ gistindex_keytest(IndexScanDesc scan,
|
||||
int i;
|
||||
|
||||
if (GistPageIsLeaf(page)) /* shouldn't happen */
|
||||
elog(ERROR, "invalid GIST tuple found on leaf page");
|
||||
elog(ERROR, "invalid GiST tuple found on leaf page");
|
||||
for (i = 0; i < scan->numberOfOrderBys; i++)
|
||||
so->distances[i] = -get_float8_infinity();
|
||||
return true;
|
||||
|
Reference in New Issue
Block a user