diff options
Diffstat (limited to 'src/backend/access/transam/xlog.c')
-rw-r--r-- | src/backend/access/transam/xlog.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/access/transam/xlog.c b/src/backend/access/transam/xlog.c index e455384b5b0..fd93bcfaeba 100644 --- a/src/backend/access/transam/xlog.c +++ b/src/backend/access/transam/xlog.c @@ -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(); } |