aboutsummaryrefslogtreecommitdiff
path: root/src/backend/executor/execPartition.c
diff options
context:
space:
mode:
authorRobert Haas <rhaas@postgresql.org>2017-11-28 14:17:21 -0500
committerRobert Haas <rhaas@postgresql.org>2017-11-28 14:17:21 -0500
commitcd482f295150f8311290b5234873917f2172a34a (patch)
tree63e01dcfd23b6658fe7746dc44829b73041e3654 /src/backend/executor/execPartition.c
parent2d7950f2222c97bd9d9f4d4edc1b59e6660c3621 (diff)
downloadpostgresql-cd482f295150f8311290b5234873917f2172a34a.tar.gz
postgresql-cd482f295150f8311290b5234873917f2172a34a.zip
Fix wrong function name in comment.
Rushabh Lathia Discussion: http://postgr.es/m/CAGPqQf2z5g+7YmGZSZgKoiFsaUB+63Rzmz8-5PQHuS6hd14FEg@mail.gmail.com
Diffstat (limited to 'src/backend/executor/execPartition.c')
-rw-r--r--src/backend/executor/execPartition.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/executor/execPartition.c b/src/backend/executor/execPartition.c
index d275cefe1df..2fc411a9b5e 100644
--- a/src/backend/executor/execPartition.c
+++ b/src/backend/executor/execPartition.c
@@ -472,7 +472,7 @@ FormPartitionKeyDatum(PartitionDispatch pd,
}
/*
- * BuildSlotPartitionKeyDescription
+ * ExecBuildSlotPartitionKeyDescription
*
* This works very much like BuildIndexValueDescription() and is currently
* used for building error messages when ExecFindPartition() fails to find