pgsql: Remove translation markers from libpq-be-fe-helpers.h

From: Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Remove translation markers from libpq-be-fe-helpers.h
Date: 2024-03-28 12:16:47
Message-ID: E1rpogY-0069Ys-Qp@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Remove translation markers from libpq-be-fe-helpers.h

Apparently these markers cause the modules to not link correctly in some
platforms, at least per buildfarm member indri; moreover, this code is
only used in modules that don't have a translation. If we someday add
i18n support to contrib/ it might be worth revisiting this.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/213c959a294d56445bfe79d7f28a9b1f8a928746

Modified Files
--------------
src/include/libpq/libpq-be-fe-helpers.h | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2024-03-28 15:44:06 pgsql: Update comment in set_dummy_rel_pathlist().
Previous Message Alvaro Herrera 2024-03-28 10:31:46 pgsql: libpq-be-fe-helpers.h: wrap new cancel APIs