diff options
Diffstat (limited to 'src/backend/tcop/utility.c')
-rw-r--r-- | src/backend/tcop/utility.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/tcop/utility.c b/src/backend/tcop/utility.c index ddacac87747..775477c6cf3 100644 --- a/src/backend/tcop/utility.c +++ b/src/backend/tcop/utility.c @@ -264,7 +264,7 @@ PreventCommandIfParallelMode(const char *cmdname) /* * PreventCommandDuringRecovery: throw error if RecoveryInProgress * - * The majority of operations that are unsafe in a Hot Standby slave + * The majority of operations that are unsafe in a Hot Standby * will be rejected by XactReadOnly tests. However there are a few * commands that are allowed in "read-only" xacts but cannot be allowed * in Hot Standby mode. Those commands should call this function. |