Commit 1429d3f7 authored by Fujii Masao's avatar Fujii Masao

Fix comment in xlog.c.

This commit fixes the comment about SharedHotStandbyActive variable.
The comment was apparently copy-and-pasted.

Author: Atsushi Torikoshi
Discussion: https://postgr.es/m/CACZ0uYEjpqZB9wN2Rwc_RMvDybyYqdbkPuDr1NyxJg4f9yGfMw@mail.gmail.com
parent 41b45576
...@@ -649,8 +649,8 @@ typedef struct XLogCtlData ...@@ -649,8 +649,8 @@ typedef struct XLogCtlData
bool SharedRecoveryInProgress; bool SharedRecoveryInProgress;
/* /*
* SharedHotStandbyActive indicates if we're still in crash or archive * SharedHotStandbyActive indicates if we allow hot standby queries to be
* recovery. Protected by info_lck. * run. Protected by info_lck.
*/ */
bool SharedHotStandbyActive; bool SharedHotStandbyActive;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment