BUG #6439: problems with streaming replication

Поиск
Список
Период
Сортировка
От vipinassabu@gmail.com
Тема BUG #6439: problems with streaming replication
Дата
Msg-id E1Rv4et-00055L-Pz@wrigleys.postgresql.org
обсуждение исходный текст
Список pgsql-bugs
The following bug has been logged on the website:

Bug reference:      6439
Logged by:          vipin v
Email address:      vipinassabu@gmail.com
PostgreSQL version: 9.0.0
Operating system:   windows xp
Description:=20=20=20=20=20=20=20=20

hi
I tried to configure replication in windows xp with postgresql 9.0 standard
edition,
1. Edit postgresql.conf on the master to turn on streaming replication.
Change these settings:
 listen_address =3D '*'
 wal_level =3D hot_standby
 max_wal_senders =3D 3
2.  Edit pg_hba.conf on the master in order to let the standby connect.
 host  replication   all   192.168.0.2/32      trust
In stadby server
1. First, in postgresql.conf, change this line:
 hot_standby =3D on
2.Edited recovery.conf on the standby.
 standby_mode =3D 'on'
 primary_conninfo =3D 'host=3D192.168.0.1'

After putting the recovery.confg in data folder,I cant start the postgresql
service.

В списке pgsql-bugs по дате отправления:

Предыдущее
От: Duncan Rance
Дата:
Сообщение: Re: BUG #6425: Bus error in slot_deform_tuple
Следующее
От: logik@centrum.cz
Дата:
Сообщение: BUG #6440: Window function in WHERE evaluated after agregate