File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
src/backend/replication/logical Expand file tree Collapse file tree 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);
7373static void logicalrep_worker_detach (void );
7474
7575bool got_SIGTERM = false;
76- static bool on_commit_laucher_wakeup = false;
76+ static bool on_commit_launcher_wakeup = false;
7777
7878Datum pg_stat_get_subscription (PG_FUNCTION_ARGS );
7979
@@ -526,7 +526,7 @@ ApplyLauncherShmemInit(void)
526526void
527527AtCommit_ApplyLauncher (void )
528528{
529- if (on_commit_laucher_wakeup )
529+ if (on_commit_launcher_wakeup )
530530 ApplyLauncherWakeup ();
531531}
532532
@@ -540,8 +540,8 @@ AtCommit_ApplyLauncher(void)
540540void
541541ApplyLauncherWakeupAtCommit (void )
542542{
543- if (!on_commit_laucher_wakeup )
544- on_commit_laucher_wakeup = true;
543+ if (!on_commit_launcher_wakeup )
544+ on_commit_launcher_wakeup = true;
545545}
546546
547547void
You can’t perform that action at this time.
0 commit comments