Skip to content

Commit cd482f2

Browse files
committed
Fix wrong function name in comment.
Rushabh Lathia Discussion: http://postgr.es/m/CAGPqQf2z5g+7YmGZSZgKoiFsaUB+63Rzmz8-5PQHuS6hd14FEg@mail.gmail.com
1 parent 2d7950f commit cd482f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/backend/executor/execPartition.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -472,7 +472,7 @@ FormPartitionKeyDatum(PartitionDispatch pd,
472472
}
473473

474474
/*
475-
* BuildSlotPartitionKeyDescription
475+
* ExecBuildSlotPartitionKeyDescription
476476
*
477477
* This works very much like BuildIndexValueDescription() and is currently
478478
* used for building error messages when ExecFindPartition() fails to find

0 commit comments

Comments
 (0)