Commit 7d4a1838 authored by Robert Haas's avatar Robert Haas

Add missing period to comment.

Masahiko Sawada

Discussion: http://postgr.es/m/CAD21AoA0jjXXhqK6Ym3jZNoUdVhXFyTkWTTTsVSr1vPuKcjsjA@mail.gmail.com
parent 54baa481
...@@ -2289,7 +2289,7 @@ partition_bound_cmp(PartitionKey key, PartitionBoundInfo boundinfo, ...@@ -2289,7 +2289,7 @@ partition_bound_cmp(PartitionKey key, PartitionBoundInfo boundinfo,
/* /*
* Binary search on a collection of partition bounds. Returns greatest * 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. * 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 * *probe could either be a partition bound or a Datum array representing
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment