]> granicus.if.org Git - postgresql/commitdiff
Add missing period to comment.
authorRobert Haas <rhaas@postgresql.org>
Fri, 30 Jun 2017 13:52:47 +0000 (09:52 -0400)
committerRobert Haas <rhaas@postgresql.org>
Fri, 30 Jun 2017 14:01:45 +0000 (10:01 -0400)
Masahiko Sawada

Discussion: http://postgr.es/m/CAD21AoA0jjXXhqK6Ym3jZNoUdVhXFyTkWTTTsVSr1vPuKcjsjA@mail.gmail.com

src/backend/catalog/partition.c

index f8c55b1fe775186a0f5d5db1b433fe8d09c1d1af..7da2058f1527cde4dac6ea473f10759b4ac506b2 100644 (file)
@@ -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