Re: [HACKERS] [COMMITTERS] pgsql: Message style cleanup

2011-05-04 Thread Magnus Hagander
On Wed, May 4, 2011 at 21:09, Peter Eisentraut wrote: > On ons, 2011-05-04 at 20:32 +0200, Magnus Hagander wrote: >> Is this part really correct? >> >> -       fprintf(stderr, _("%s: final receive failed: %s\n"), >> +       fprintf(stderr, _("%s: final receive failed: %s"), >> >> all other msgs ha

Re: [HACKERS] [COMMITTERS] pgsql: Message style cleanup

2011-05-04 Thread Peter Eisentraut
On ons, 2011-05-04 at 20:32 +0200, Magnus Hagander wrote: > Is this part really correct? > > - fprintf(stderr, _("%s: final receive failed: %s\n"), > + fprintf(stderr, _("%s: final receive failed: %s"), > > all other msgs have \n.. I see you removed the final dot in many of > the othe