File tree 1 file changed +4
-4
lines changed
src/backend/replication/logical
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -73,7 +73,7 @@ static void logicalrep_worker_onexit(int code, Datum arg);
73
73
static void logicalrep_worker_detach (void );
74
74
75
75
bool got_SIGTERM = false;
76
- static bool on_commit_laucher_wakeup = false;
76
+ static bool on_commit_launcher_wakeup = false;
77
77
78
78
Datum pg_stat_get_subscription (PG_FUNCTION_ARGS );
79
79
@@ -526,7 +526,7 @@ ApplyLauncherShmemInit(void)
526
526
void
527
527
AtCommit_ApplyLauncher (void )
528
528
{
529
- if (on_commit_laucher_wakeup )
529
+ if (on_commit_launcher_wakeup )
530
530
ApplyLauncherWakeup ();
531
531
}
532
532
@@ -540,8 +540,8 @@ AtCommit_ApplyLauncher(void)
540
540
void
541
541
ApplyLauncherWakeupAtCommit (void )
542
542
{
543
- if (!on_commit_laucher_wakeup )
544
- on_commit_laucher_wakeup = true;
543
+ if (!on_commit_launcher_wakeup )
544
+ on_commit_launcher_wakeup = true;
545
545
}
546
546
547
547
void
You can’t perform that action at this time.
0 commit comments