mirror of
https://github.com/postgres/postgres.git
synced 2025-09-03 15:22:11 +03:00
Stamp HEAD as 9.0devel, and update various places that were referring to 8.5
(hope I got 'em all). Per discussion, this release will be 9.0 not 8.5.
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
*
|
||||
* walsender.c
|
||||
*
|
||||
* The WAL sender process (walsender) is new as of Postgres 8.5. It takes
|
||||
* The WAL sender process (walsender) is new as of Postgres 9.0. It takes
|
||||
* charge of XLOG streaming sender in the primary server. At first, it is
|
||||
* started by the postmaster when the walreceiver in the standby server
|
||||
* connects to the primary server and requests XLOG streaming replication,
|
||||
@@ -30,7 +30,7 @@
|
||||
*
|
||||
*
|
||||
* IDENTIFICATION
|
||||
* $PostgreSQL: pgsql/src/backend/replication/walsender.c,v 1.5 2010/02/03 09:47:19 heikki Exp $
|
||||
* $PostgreSQL: pgsql/src/backend/replication/walsender.c,v 1.6 2010/02/17 04:19:39 tgl Exp $
|
||||
*
|
||||
*-------------------------------------------------------------------------
|
||||
*/
|
||||
|
Reference in New Issue
Block a user