aboutsummaryrefslogtreecommitdiff
path: root/src/backend/executor
diff options
context:
space:
mode:
authorNoah Misch <noah@leadboat.com>2016-04-01 21:53:10 -0400
committerNoah Misch <noah@leadboat.com>2016-04-01 21:53:10 -0400
commit4ad6f13500cd9a3ca0652e43232f9515319e55e2 (patch)
treea61b2e89bff781ca7831ab1dc3613478993d7478 /src/backend/executor
parentf07d18b6e94da6ef93dc4e00096f1e7542814fdb (diff)
downloadpostgresql-4ad6f13500cd9a3ca0652e43232f9515319e55e2.tar.gz
postgresql-4ad6f13500cd9a3ca0652e43232f9515319e55e2.zip
Copyedit comments and documentation.
Diffstat (limited to 'src/backend/executor')
-rw-r--r--src/backend/executor/execParallel.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/executor/execParallel.c b/src/backend/executor/execParallel.c
index 93c786abdbe..572a77bb3a0 100644
--- a/src/backend/executor/execParallel.c
+++ b/src/backend/executor/execParallel.c
@@ -71,7 +71,7 @@ typedef struct ExecParallelEstimateContext
int nnodes;
} ExecParallelEstimateContext;
-/* Context object for ExecParallelEstimate. */
+/* Context object for ExecParallelInitializeDSM. */
typedef struct ExecParallelInitializeDSMContext
{
ParallelContext *pcxt;