aboutsummaryrefslogtreecommitdiff
path: root/src/backend
diff options
context:
space:
mode:
Diffstat (limited to 'src/backend')
-rw-r--r--src/backend/access/transam/xlog.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/backend/access/transam/xlog.c b/src/backend/access/transam/xlog.c
index 4fa446ffa42..de2d4ee5829 100644
--- a/src/backend/access/transam/xlog.c
+++ b/src/backend/access/transam/xlog.c
@@ -649,8 +649,8 @@ typedef struct XLogCtlData
bool SharedRecoveryInProgress;
/*
- * SharedHotStandbyActive indicates if we're still in crash or archive
- * recovery. Protected by info_lck.
+ * SharedHotStandbyActive indicates if we allow hot standby queries to be
+ * run. Protected by info_lck.
*/
bool SharedHotStandbyActive;