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

Commit55ef855

Browse files
committed
Fix two typos in snapbuild.c.
Reported-by: Heikki Linnakangas <hlinnaka@iki.fi>Discussion:https://postgr.es/m/c94be044-818f-15e3-1ad3-7a7ae2dfed0a@iki.fi
1 parent881933f commit55ef855

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1385,7 +1385,7 @@ SnapBuildFindSnapshot(SnapBuild *builder, XLogRecPtr lsn, xl_running_xacts *runn
13851385
* a) allow isolationtester to notice that we're currently waiting for
13861386
* something.
13871387
* b) log a new xl_running_xacts record where it'd be helpful, without having
1388-
* towrite for bgwriter or checkpointer.
1388+
* towait for bgwriter or checkpointer.
13891389
* ---
13901390
*/
13911391
staticvoid
@@ -1414,7 +1414,7 @@ SnapBuildWaitSnapshot(xl_running_xacts *running, TransactionId cutoff)
14141414
/*
14151415
* All transactions we needed to finish finished - try to ensure there is
14161416
* another xl_running_xacts record in a timely manner, without having to
1417-
*write for bgwriter or checkpointer to log one. During recovery we
1417+
*wait for bgwriter or checkpointer to log one. During recovery we
14181418
* can't enforce that, so we'll have to wait.
14191419
*/
14201420
if (!RecoveryInProgress())

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp