Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit e7b476c

Browse files
author
Amit Kapila
committed
Remove duplicate check added by commit b2a5545.
As this doesn't cause any harm so we decided to this clean up in HEAD only. Author: Ádám Balogh Discussion: https://postgr.es/m/VI1PR0702MB36631BD67559461AFDE1FEEE81920@VI1PR0702MB3663.eurprd07.prod.outlook.com
1 parent 4ae08cd commit e7b476c

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)