From: Robert Haas Date: Fri, 30 Jun 2017 13:52:47 +0000 (-0400) Subject: Add missing period to comment. X-Git-Tag: REL_10_BETA2~51 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7d4a1838efc5a93ba96b8e0e77f39731603a1f48;p=postgresql Add missing period to comment. Masahiko Sawada Discussion: http://postgr.es/m/CAD21AoA0jjXXhqK6Ym3jZNoUdVhXFyTkWTTTsVSr1vPuKcjsjA@mail.gmail.com --- diff --git a/src/backend/catalog/partition.c b/src/backend/catalog/partition.c index f8c55b1fe7..7da2058f15 100644 --- a/src/backend/catalog/partition.c +++ b/src/backend/catalog/partition.c @@ -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