Re: Support for N synchronous standby servers - take 2

Поиск
Список
Период
Сортировка
От kharagesuraj
Тема Re: Support for N synchronous standby servers - take 2
Дата
Msg-id 1454911101210-5886259.post@n5.nabble.com
обсуждение исходный текст
Ответ на Re: Support for N synchronous standby servers - take 2  (Masahiko Sawada <sawada.mshk@gmail.com>)
Ответы Re: Support for N synchronous standby servers - take 2  (kharagesuraj <suraj.kharage@nttdata.com>)
Список pgsql-hackers
hello,

I have tested v7 patch.
but i think you forgot to remove some debug points in patch from
src/backend/replication/syncrep.c file.

for (i = 0; i < num_sync; i++)
+    {
+        elog(WARNING, "sync_standbys[%d] = %d", i, sync_standbys[i]);
+    }
+    elog(WARNING, "num_sync = %d, s_s_num = %d", num_sync,
synchronous_standby_num);

Please correct my understanding if i am wrong.

Regards
Suraj Kharage 





--
View this message in context:
http://postgresql.nabble.com/Support-for-N-synchronous-standby-servers-take-2-tp5849384p5886259.html
Sent from the PostgreSQL - hackers mailing list archive at Nabble.com.



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

Предыдущее
От: Amit Kapila
Дата:
Сообщение: Re: WAL Re-Writes
Следующее
От: Pavel Stehule
Дата:
Сообщение: Re: proposal: multiple psql option -c