|
8 | 8 | * |
9 | 9 | * When the startup process determines that it's time to start streaming, |
10 | 10 | * 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 |
12 | 12 | * in the primary server), and then keeps receiving XLOG records and |
13 | 13 | * writing them to the disk as long as the connection is alive. As XLOG |
14 | 14 | * records are received and flushed to disk, it updates the |
|
29 | 29 | * |
30 | 30 | * |
31 | 31 | * 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 $ |
33 | 33 | * |
34 | 34 | *------------------------------------------------------------------------- |
35 | 35 | */ |
|