[MASSMAIL]pgsql: Remove translation markers from libpq-be-fe-helpers.h - Mailing list pgsql-committers

From Alvaro Herrera
Subject [MASSMAIL]pgsql: Remove translation markers from libpq-be-fe-helpers.h
Date
Msg-id E1rpogY-0069Ys-Qp@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: Alvaro Herrera
Date:
Subject: [MASSMAIL]pgsql: libpq-be-fe-helpers.h: wrap new cancel APIs
Next
From: Tom Lane
Date:
Subject: [MASSMAIL]pgsql: Update comment in set_dummy_rel_pathlist().