ExecInitPartitionInfo-comment.patch

text/x-diff

Filename: ExecInitPartitionInfo-comment.patch
Type: text/x-diff
Part: 0
Message: Minor comment update in execPartition.c

Patch

Format: unified
File+
src/backend/executor/execPartition.c 1 2
diff --git a/src/backend/executor/execPartition.c b/src/backend/executor/execPartition.c
index a2f6b29..4c9f71f 100644
--- a/src/backend/executor/execPartition.c
+++ b/src/backend/executor/execPartition.c
@@ -294,8 +294,7 @@ ExecFindPartition(ResultRelInfo *resultRelInfo, PartitionDispatch *pd,
 
 /*
  * ExecInitPartitionInfo
- *		Initialize ResultRelInfo and other information for a partition if not
- *		already done
+ *		Initialize ResultRelInfo and other information for a partition
  *
  * Returns the ResultRelInfo
  */