Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit1429d3f

Browse files
committed
Fix comment in xlog.c.
This commit fixes the comment about SharedHotStandbyActive variable.The comment was apparently copy-and-pasted.Author: Atsushi TorikoshiDiscussion:https://postgr.es/m/CACZ0uYEjpqZB9wN2Rwc_RMvDybyYqdbkPuDr1NyxJg4f9yGfMw@mail.gmail.com
1 parent41b4557 commit1429d3f

File tree

1 file changed

+2
-2
lines changed
  • src/backend/access/transam

1 file changed

+2
-2
lines changed

‎src/backend/access/transam/xlog.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -649,8 +649,8 @@ typedef struct XLogCtlData
649649
boolSharedRecoveryInProgress;
650650

651651
/*
652-
* SharedHotStandbyActive indicates if we're still in crash or archive
653-
*recovery. Protected by info_lck.
652+
* SharedHotStandbyActive indicates if we allow hot standby queries to be
653+
*run. Protected by info_lck.
654654
*/
655655
boolSharedHotStandbyActive;
656656

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp