mirror of
https://github.com/postgres/postgres.git
synced 2026-04-15 22:10:45 -04:00
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
This commit is contained in:
parent
41b45576d5
commit
1429d3f767
1 changed files with 2 additions and 2 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue