synchronous_standby_names with '*'

Поиск
Список
Период
Сортировка
От alexondi
Тема synchronous_standby_names with '*'
Дата
Msg-id 1313748396675-4715117.post@n5.nabble.com
обсуждение исходный текст
Ответы Re: synchronous_standby_names with '*'  (Fujii Masao <masao.fujii@gmail.com>)
Список pgsql-general
Hi!
I try create master for replication and in his config I set
synchronous_standby_names = '*'
so I can connect with other slave's (name of this slave I don't know at this
moment)
But if I try execute some commands (I hung on 'create database') my program
hang and after some time I see
in processes
... create database waiting for 0/XXXXXX
and when I strace to wal I see
...
select ... timeout
getpid()
select ... timeout
getpid()
...
and so on.
What so '*' mean in this GUC?

version 9.1beta3 linux x86_64


--
View this message in context:
http://postgresql.1045698.n5.nabble.com/synchronous-standby-names-with-tp4715117p4715117.html
Sent from the PostgreSQL - general mailing list archive at Nabble.com.

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

Предыдущее
От: alexondi
Дата:
Сообщение: Re: call initdb as regular user
Следующее
От: Fujii Masao
Дата:
Сообщение: Re: synchronous_standby_names with '*'