summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Haas2017-06-30 13:52:47 +0000
committerRobert Haas2017-06-30 14:01:45 +0000
commit7d4a1838efc5a93ba96b8e0e77f39731603a1f48 (patch)
tree2c781f82f73c168aa0074edfed1db9f684834905
parent54baa48139ae6b67347bea6a9183d494e625939b (diff)
Add missing period to comment.
Masahiko Sawada Discussion: http://postgr.es/m/CAD21AoA0jjXXhqK6Ym3jZNoUdVhXFyTkWTTTsVSr1vPuKcjsjA@mail.gmail.com
-rw-r--r--src/backend/catalog/partition.c2
1 files changed, 1 insertions, 1 deletions
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