Fix comment on gist_stratnum_btree

We give results for <, <=, =, >=, and >, not just =. Because why not?

Author: Paul A. Jungwirth <pj@illuminatedcomputing.com>
Discussion: https://www.postgresql.org/message-id/flat/CA+renyUApHgSZF9-nd-a0+OPGharLQLO=mDHcY4_qQ0+noCUVg@mail.gmail.com
This commit is contained in:
Peter Eisentraut 2024-01-25 07:25:10 +01:00
parent a044e61f1b
commit 86232a49a4
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ gbt_decompress(PG_FUNCTION_ARGS)
}
/*
* Returns the btree number for equals, otherwise invalid.
* Returns the btree number for supported operators, otherwise invalid.
*/
Datum
gist_stratnum_btree(PG_FUNCTION_ARGS)