Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitd02d985

Browse files
committed
Fix typo in variable name.
Masahiko Sawada
1 parent181bdb9 commitd02d985

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

‎src/backend/replication/logical/launcher.c

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ static void logicalrep_worker_onexit(int code, Datum arg);
7373
staticvoidlogicalrep_worker_detach(void);
7474

7575
boolgot_SIGTERM= false;
76-
staticboolon_commit_laucher_wakeup= false;
76+
staticboolon_commit_launcher_wakeup= false;
7777

7878
Datumpg_stat_get_subscription(PG_FUNCTION_ARGS);
7979

@@ -526,7 +526,7 @@ ApplyLauncherShmemInit(void)
526526
void
527527
AtCommit_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)
540540
void
541541
ApplyLauncherWakeupAtCommit(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

547547
void

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp