Re: [HACKERS] missing translation marker

2009-04-15 Thread Tom Lane
Alvaro Herrera writes: > It seems there's a missing gettext() call in new code in hba.c, per the > patch below. I don't actually like this, but it seems the alternative > would be to create a variadic function which I believe to be > overengineering ... Hmm ... if the second %s here is meant to

[HACKERS] missing translation marker

2009-04-15 Thread Alvaro Herrera
Hi, It seems there's a missing gettext() call in new code in hba.c, per the patch below. I don't actually like this, but it seems the alternative would be to create a variadic function which I believe to be overengineering ... Index: hba.c