pgsql: Fix NLS for incorrect GUC enum value hint message

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix NLS for incorrect GUC enum value hint message
Date: 2025-11-19 07:56:31
Message-ID: E1vLd3H-000Go9-1C@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix NLS for incorrect GUC enum value hint message

The translation markers were applied at the wrong place, so no string
was extracted for translation.

Also add translator comments here and in a similar place.

Reviewed-by: Álvaro Herrera <alvherre(at)kurilemu(dot)de>
Discussion: https://www.postgresql.org/message-id/2c961fa1-14f6-44a2-985c-e30b95654e8d%40eisentraut.org

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/0fc33b00536cf395b44260b6fc76b6b1d6fc0bcb

Modified Files
--------------
src/backend/replication/logical/relation.c | 1 +
src/backend/utils/misc/guc.c | 9 ++++++---
2 files changed, 7 insertions(+), 3 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2025-11-19 09:41:57 pgsql: Fix indentation
Previous Message Peter Eisentraut 2025-11-19 07:24:16 pgsql: Add <stdalign.h> to c.h