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

Commit4e54dd2

Browse files
Fix typo in recent commit
Typo in9c7d06dReported-by: Masahiko Sawada
1 parenta228e44 commit4e54dd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/backend/replication/slotfuncs.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -462,7 +462,7 @@ pg_replication_slot_advance(PG_FUNCTION_ARGS)
462462

463463
/*
464464
* We can't move slot past what's been flushed/replayed so clamp the
465-
* targetpossition accordingly.
465+
* targetposition accordingly.
466466
*/
467467
if (!RecoveryInProgress())
468468
moveto=Min(moveto,GetFlushRecPtr());

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp