Remove duplicate check added by commit b2a5545bd6.

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
This commit is contained in:
Amit Kapila 2020-06-27 09:54:51 +05:30
parent 4ae08cd5fd
commit e7b476c657
1 changed files with 1 additions and 1 deletions

View File

@ -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();
}