File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 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- * connects to 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
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 */
You can’t perform that action at this time.
0 commit comments