From a9a4a7ad565b136cbee735d4bb505d98d06da522 Mon Sep 17 00:00:00 2001 From: Andres Freund Date: Mon, 15 Jun 2020 10:14:40 -0700 Subject: code: replace most remaining uses of 'master'. Author: Andres Freund Reviewed-By: David Steele Discussion: https://postgr.es/m/20200615182235.x7lch5n6kcjq4aue@alap3.anarazel.de --- src/include/nodes/execnodes.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/include/nodes') 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 -- cgit v1.2.3