From 7d4a1838efc5a93ba96b8e0e77f39731603a1f48 Mon Sep 17 00:00:00 2001 From: Robert Haas Date: Fri, 30 Jun 2017 09:52:47 -0400 Subject: [PATCH] Add missing period to comment. Masahiko Sawada Discussion: http://postgr.es/m/CAD21AoA0jjXXhqK6Ym3jZNoUdVhXFyTkWTTTsVSr1vPuKcjsjA@mail.gmail.com --- src/backend/catalog/partition.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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