pgsql: xlogreader.c: Fix report_invalid_record translatability flag

From: Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: xlogreader.c: Fix report_invalid_record translatability flag
Date: 2015-01-09 15:37:43
Message-ID: E1Y9bd9-0007K1-GT@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Stephen Frost 2015-01-09 16:07:42 pgsql: Fix typo in execMain.c
Previous Message Stephen Frost 2015-01-08 19:18:15 pgsql: Move rowsecurity event trigger test