pgsql: Add more LOG and DEBUG messages for slot synchronization.

Поиск
Список
Период
Сортировка
От Amit Kapila
Тема pgsql: Add more LOG and DEBUG messages for slot synchronization.
Дата
Msg-id E1rap6N-006Sgb-9Z@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Add more LOG and DEBUG messages for slot synchronization.

This provides more information about remote slots during synchronization
which helps in debugging bugs and BF failures due to test case issues. We
might later want to change the LOG message added by this patch to DEBUG1.

Author: Hou Zhijie
Reviewed-by: Amit Kapila, Bertrand Drouvot
Discussion: https://postgr.es/m/514f6f2f-6833-4539-39f1-96cd1e011f23@enterprisedb.com
Discussion: https://postgr.es/m/OS0PR01MB571633C23B2A4CAC5FB0371A944C2@OS0PR01MB5716.jpnprd01.prod.outlook.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/7a424ece4828fa107f36e1c77985eabdbe69e50b

Modified Files
--------------
src/backend/replication/logical/slotsync.c | 14 ++++++++++++++
1 file changed, 14 insertions(+)


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

Предыдущее
От: Amit Kapila
Дата:
Сообщение: Re: pgsql: Allow upgrades to preserve the full subscription's state.
Следующее
От: Amit Kapila
Дата:
Сообщение: pgsql: Change the LOG level in 040_standby_failover_slots_sync.pl to DE