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

Commit49b579f

Browse files
committed
Fix misleading comments
To match code changes in229fb58.
1 parenta88c800 commit49b579f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎src/backend/replication/repl_gram.y

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ alter_replication_slot:
275275
;
276276

277277
/*
278-
* START_REPLICATION [SLOT slot] [PHYSICAL] %X/%X [TIMELINE %d]
278+
* START_REPLICATION [SLOT slot] [PHYSICAL] %X/%X [TIMELINE %u]
279279
*/
280280
start_replication:
281281
K_START_REPLICATIONopt_slotopt_physicalRECPTRopt_timeline
@@ -305,7 +305,7 @@ start_logical_replication:
305305
}
306306
;
307307
/*
308-
* TIMELINE_HISTORY %d
308+
* TIMELINE_HISTORY %u
309309
*/
310310
timeline_history:
311311
K_TIMELINE_HISTORYUCONST

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp