Add more LOG and DEBUG messages for slot synchronization.

Amit Kapila <akapila@postgresql.org>

Commit: 7a424ece4828fa107f36e1c77985eabdbe69e50b
Author: Amit Kapila <akapila@postgresql.org>
Date: 2024-02-16T03:32:54Z
Releases: 17.0
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

Files

PathChange+/−
src/backend/replication/logical/slotsync.c modified +14 −0

Discussion