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

Commit016212e

Browse files
committed
Fix typo in the header comment. Per request from Masao Fujii.
1 parent8de14ad commit016212e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎src/backend/replication/walreceiver.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
*
99
* When the startup process determines that it's time to start streaming,
1010
* it instructs postmaster to start walreceiver. Walreceiver first connects
11-
*connectsto the primary server (it will be served by a walsender process
11+
* to the primary server (it will be served by a walsender process
1212
* in the primary server), and then keeps receiving XLOG records and
1313
* writing them to the disk as long as the connection is alive. As XLOG
1414
* records are received and flushed to disk, it updates the
@@ -29,7 +29,7 @@
2929
*
3030
*
3131
* IDENTIFICATION
32-
* $PostgreSQL: pgsql/src/backend/replication/walreceiver.c,v 1.12 2010/06/07 15:49:30 tgl Exp $
32+
* $PostgreSQL: pgsql/src/backend/replication/walreceiver.c,v 1.13 2010/06/09 00:54:39 ishii Exp $
3333
*
3434
*-------------------------------------------------------------------------
3535
*/

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp