[COMMITTERS] pgsql: Remove some cruft from nls.mk files

2011-06-26 Thread Peter Eisentraut
Remove some cruft from nls.mk files Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/314837ec3b00bb387f1bd601faa9d535fa2dc80b Modified Files -- src/bin/pg_ctl/nls.mk |2 +- src/pl/plpgsql/src/nls.mk |3 --- 2 files changed, 1 insertions(+), 4 del

[COMMITTERS] pgsql: Replace tabs by spaces in makefile comment

2011-06-26 Thread Peter Eisentraut
Replace tabs by spaces in makefile comment Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/e8e2fba1fee225bdfeda82c2b9e14aa0cb13d2f0 Modified Files -- src/nls-global.mk | 10 +- 1 files changed, 5 insertions(+), 5 deletions(-) -- Sent via pgsql

[COMMITTERS] pgsql: Make _ be automatically included in GETTEXT_TRIGGERS

2011-06-26 Thread Peter Eisentraut
Make _ be automatically included in GETTEXT_TRIGGERS Since it's globally defined in c.h, it should be treated as a gettext trigger everywhere. Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/c6ef13937652850267e5422213af67144f4b5e1d Modified Files -- src/

[COMMITTERS] pgsql: Replace := by = in nls.mk files

2011-06-26 Thread Peter Eisentraut
Replace := by = in nls.mk files It currently doesn't make a difference, but it's inconsistent with most other usage, and it might interfere with a future patch, so I'll change it all in a separate commit. Also, replace tabs with spaces for alignment. Branch -- master Details --- http://

[COMMITTERS] pgsql: Add the possibility to pass --flag arguments to xgettext calls

2011-06-26 Thread Peter Eisentraut
Add the possibility to pass --flag arguments to xgettext calls The --flag argument can be used to tell xgettext the arguments of which functions should be flagged with c-format in the PO files, instead of guessing based on the presence of format specifiers, which fails if no format specifiers are

[COMMITTERS] pgsql: Refactor common gettext triggers

2011-06-26 Thread Peter Eisentraut
Refactor common gettext triggers Put gettext trigger words that are common to the backend and backend modules into a makefile variable to include everywhere, to avoid error-prone repetitions. Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/7a5a843a2a63636458397823f09

[COMMITTERS] pgsql: Add missing file to GETTEXT_FILES

2011-06-26 Thread Peter Eisentraut
Add missing file to GETTEXT_FILES This doesn't actually change the resulting set of strings, but better be correct. Branch -- master Details --- http://git.postgresql.org/pg/commitdiff/cc06e4a1aae0858603fbb56c021e5504458d2f15 Modified Files -- src/interfaces/ecpg/ecpglib/nls