diff options
| author | Andres Freund | 2020-06-15 17:14:40 +0000 |
|---|---|---|
| committer | Andres Freund | 2020-07-08 20:24:35 +0000 |
| commit | a9a4a7ad565b136cbee735d4bb505d98d06da522 (patch) | |
| tree | 76afdb4c439ca6de54dc073755c2ff03399506cb /src/include/nodes | |
| parent | 7c89f8a5b810d10dae300ec58ea7d70024e9123e (diff) | |
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')
| -rw-r--r-- | src/include/nodes/execnodes.h | 2 |
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 |
