We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41b4557 commit 1429d3fCopy full SHA for 1429d3f
src/backend/access/transam/xlog.c
@@ -649,8 +649,8 @@ typedef struct XLogCtlData
649
bool SharedRecoveryInProgress;
650
651
/*
652
- * SharedHotStandbyActive indicates if we're still in crash or archive
653
- * recovery. Protected by info_lck.
+ * SharedHotStandbyActive indicates if we allow hot standby queries to be
+ * run. Protected by info_lck.
654
*/
655
bool SharedHotStandbyActive;
656
0 commit comments