fix_partprune_typo.patch

application/octet-stream

Filename: fix_partprune_typo.patch
Type: application/octet-stream
Part: 0
Message: A typo in partprune.c

Patch

Format: unified
File+
src/backend/partitioning/partprune.c 1 1
diff --git a/src/backend/partitioning/partprune.c b/src/backend/partitioning/partprune.c
index d6ca03de4a..35c87535d3 100644
--- a/src/backend/partitioning/partprune.c
+++ b/src/backend/partitioning/partprune.c
@@ -2400,7 +2400,7 @@ get_matching_list_bounds(PartitionPruneContext *context,
 
 
 /*
- * get_matching_range_datums
+ * get_matching_range_bounds
  *		Determine the offsets of range bounds matching the specified values,
  *		according to the semantics of the given operator strategy
  *