aboutsummaryrefslogtreecommitdiff
path: root/src/include/nodes/execnodes.h
diff options
context:
space:
mode:
authorAndres Freund <andres@anarazel.de>2020-06-15 10:14:40 -0700
committerAndres Freund <andres@anarazel.de>2020-07-08 13:24:35 -0700
commita9a4a7ad565b136cbee735d4bb505d98d06da522 (patch)
tree76afdb4c439ca6de54dc073755c2ff03399506cb /src/include/nodes/execnodes.h
parent7c89f8a5b810d10dae300ec58ea7d70024e9123e (diff)
downloadpostgresql-a9a4a7ad565b136cbee735d4bb505d98d06da522.tar.gz
postgresql-a9a4a7ad565b136cbee735d4bb505d98d06da522.zip
code: replace most remaining uses of 'master'.
Author: Andres Freund Reviewed-By: David Steele Discussion: https://postgr.es/m/20200615182235.x7lch5n6kcjq4aue@alap3.anarazel.de
Diffstat (limited to 'src/include/nodes/execnodes.h')
-rw-r--r--src/include/nodes/execnodes.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/nodes/execnodes.h b/src/include/nodes/execnodes.h
index f5dfa32d55c..0187989fd19 100644
--- a/src/include/nodes/execnodes.h
+++ b/src/include/nodes/execnodes.h
@@ -496,7 +496,7 @@ typedef struct ResultRelInfo
/* ----------------
* EState information
*
- * Master working state for an Executor invocation
+ * Working state for an Executor invocation
* ----------------
*/
typedef struct EState