Commit e7b476c6 authored by Amit Kapila's avatar Amit Kapila

Remove duplicate check added by commit b2a5545b.

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
parent 4ae08cd5
......@@ -7377,7 +7377,7 @@ StartupXLOG(void)
* Wake up any walsenders to notice that we are on a new
* timeline.
*/
if (switchedTLI && AllowCascadeReplication())
if (AllowCascadeReplication())
WalSndWakeup();
}
......
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