small_fix_partition.patch

application/octet-stream

Filename: small_fix_partition.patch
Type: application/octet-stream
Part: 0
Message: Small comment fix in partition.c

Patch

Format: unified
File+
src/backend/catalog/partition.c 1 1
diff --git a/src/backend/catalog/partition.c b/src/backend/catalog/partition.c
index f8c55b1..7da2058 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