diff options
| author | Andres Freund | 2020-06-14 21:05:18 +0000 |
|---|---|---|
| committer | Andres Freund | 2020-07-08 19:57:23 +0000 |
| commit | 5e7bbb528638c0f6d585bab107ec7a19e3a39deb (patch) | |
| tree | c01d61e45b23ef760e4225538ff24277346e34de /src/include/tcop | |
| parent | 229f8c219f8fffacc253eca6023eab10a16eb009 (diff) | |
code: replace 'master' with 'primary' where appropriate.
Also changed "in the primary" to "on the primary", and added a few
"the" before "primary".
Author: Andres Freund
Reviewed-By: David Steele
Discussion: https://postgr.es/m/20200615182235.x7lch5n6kcjq4aue@alap3.anarazel.de
Diffstat (limited to 'src/include/tcop')
| -rw-r--r-- | src/include/tcop/utility.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/tcop/utility.h b/src/include/tcop/utility.h index 4aec19a008..9594856c88 100644 --- a/src/include/tcop/utility.h +++ b/src/include/tcop/utility.h @@ -51,7 +51,7 @@ typedef struct AlterTableUtilityContext * * COMMAND_OK_IN_RECOVERY means that the command is permissible even when in * recovery. It can't write WAL, nor can it do things that would imperil - * replay of future WAL received from the master. + * replay of future WAL received from the primary. */ #define COMMAND_OK_IN_READ_ONLY_TXN 0x0001 #define COMMAND_OK_IN_PARALLEL_MODE 0x0002 |
