mirror of
https://github.com/postgres/postgres.git
synced 2025-11-09 06:21:09 +03:00
Add missing period to comment.
Masahiko Sawada Discussion: http://postgr.es/m/CAD21AoA0jjXXhqK6Ym3jZNoUdVhXFyTkWTTTsVSr1vPuKcjsjA@mail.gmail.com
This commit is contained in:
@@ -2289,7 +2289,7 @@ partition_bound_cmp(PartitionKey key, PartitionBoundInfo boundinfo,
|
||||
|
||||
/*
|
||||
* Binary search on a collection of partition bounds. Returns greatest
|
||||
* bound in array boundinfo->datums which is less than or equal to *probe
|
||||
* bound in array boundinfo->datums which is less than or equal to *probe.
|
||||
* If all bounds in the array are greater than *probe, -1 is returned.
|
||||
*
|
||||
* *probe could either be a partition bound or a Datum array representing
|
||||
|
||||
Reference in New Issue
Block a user