pgsql: xlogreader.c: Fix report_invalid_record translatability flag - Mailing list pgsql-committers

From Alvaro Herrera
Subject pgsql: xlogreader.c: Fix report_invalid_record translatability flag
Date
Msg-id E1Y9bd9-0007K1-GT@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
xlogreader.c: Fix report_invalid_record translatability flag

For some reason I overlooked in GETTEXT_TRIGGERS that the right argument
be read by gettext in 7fcbf6a405ffc12a4546a25b98592ee6733783fc.  This
will drop the translation percentages for the backend all the way back
to 9.3 ...

Problem reported by Heikki.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/045c68ad219047f42b3cf9ce0d0cda017979d16a

Modified Files
--------------
src/backend/nls.mk |    2 +-
1 file changed, 1 insertion(+), 1 deletion(-)


pgsql-committers by date:

Previous
From: Alvaro Herrera
Date:
Subject: pgsql: xlogreader.c: Fix report_invalid_record translatability flag
Next
From: Stephen Frost
Date:
Subject: pgsql: Fix typo in execMain.c