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

Commite7b476c

Browse files
author
Amit Kapila
committed
Remove duplicate check added by commitb2a5545.
As this doesn't cause any harm so we decided to this clean up in HEAD only.Author: Ádám BaloghDiscussion:https://postgr.es/m/VI1PR0702MB36631BD67559461AFDE1FEEE81920@VI1PR0702MB3663.eurprd07.prod.outlook.com
1 parent4ae08cd commite7b476c

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7377,7 +7377,7 @@ StartupXLOG(void)
73777377
* Wake up any walsenders to notice that we are on a new
73787378
* timeline.
73797379
*/
7380-
if (switchedTLI&&AllowCascadeReplication())
7380+
if (AllowCascadeReplication())
73817381
WalSndWakeup();
73827382
}
73837383

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp