Обсуждение: Re: [COMMITTERS] pgsql: Add missing format argument to ecpg_log() call

Поиск
Список
Период
Сортировка

Re: [COMMITTERS] pgsql: Add missing format argument to ecpg_log() call

От
Peter Eisentraut
Дата:
On tor, 2011-09-08 at 15:32 -0400, Tom Lane wrote:
> Peter Eisentraut <peter_e@gmx.net> writes:
> > Add missing format argument to ecpg_log() call
> 
> Oh, fun.  So why isn't there an __attribute__((format...)) decoration
> on ecpg_log()?

I have a larger patch for that.  I just wanted to get the one piece of
obvious breakage backpatched.

I'm also proposing to add -Wmissing-format-attribute to the standard
options set.