pgsql: Fix untranslatable log message assembly
Started by Peter Eisentrautabout 3 years ago1 messagescomitters
Fix untranslatable log message assembly
We can't inject the name of the logical replication worker into a log
message like that. But for these messages we don't really need the
precision of knowing what kind of worker it was, so just write
"logical replication worker" and keep the message in one piece.
Discussion: /messages/by-id/CAHut+Pt1xwATviPGjjtJy5L631SGf3qjV9XUCmxLu16cHamfgg@mail.gmail.com
Branch
------
REL_16_STABLE
Details
-------
https://git.postgresql.org/pg/commitdiff/b4018ecb88a49612730398d15d3d96d68abe1137
Modified Files
--------------
src/backend/replication/logical/worker.c | 44 +++++++++-----------------------
1 file changed, 12 insertions(+), 32 deletions(-)