pgsql: Fix untranslatable log message assembly - Mailing list pgsql-committers

From Peter Eisentraut
Subject pgsql: Fix untranslatable log message assembly
Date
Msg-id E1qJuSy-000AN4-Lz@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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:
https://www.postgresql.org/message-id/flat/CAHut%2BPt1xwATviPGjjtJy5L631SGf3qjV9XUCmxLu16cHamfgg%40mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/e1c83e7b964f45aa39818134f8a2d46f2d03a38d

Modified Files
--------------
src/backend/replication/logical/worker.c | 44 +++++++++-----------------------
1 file changed, 12 insertions(+), 32 deletions(-)


pgsql-committers by date:

Previous
From: Michael Paquier
Date:
Subject: Re: pgsql: Don't include CaseTestExpr in JsonValueExpr.formatted_expr
Next
From: Amit Langote
Date:
Subject: pgsql: Fix code indentation violation in commit b6e1157e7d