Make the errcontext message in logical replication worker translation friendly.
Previously, the message for logical replication worker errcontext is incrementally built, which was not translation friendly. Instead, we use complete sentences with if-else branches. We also remove the commit timestamp from the context message since it's not important information and made the message long. Author: Masahiko Sawada Reviewed-by: Takamichi Osumi, and Amit Kapila Discussion: https://postgr.es/m/CAD21AoBarBf2oTF71ig2g_o=3z_dt6_sopmqma1kfgbna5o...@mail.gmail.com Branch ------ master Details ------- https://git.postgresql.org/pg/commitdiff/5e0e99a80b2f41c8e9ed0f4071892d9e797a12be Modified Files -------------- src/backend/replication/logical/worker.c | 73 +++++++++++++++----------------- 1 file changed, 33 insertions(+), 40 deletions(-)
