Re: BUG #6480: NLS text width problem - Mailing list pgsql-bugs

From Tom Lane
Subject Re: BUG #6480: NLS text width problem
Date
Msg-id 24663.1331166435@sss.pgh.pa.us
Whole thread Raw
In response to Re: BUG #6480: NLS text width problem  (Sergey Burladyan <eshkinkot@gmail.com>)
Responses Re: BUG #6480: NLS text width problem
List pgsql-bugs
Sergey Burladyan <eshkinkot@gmail.com> writes:
> Tom Lane <tgl@sss.pgh.pa.us> writes:
>> I think it'd be better to avoid depending on %*s for the data string
>> and instead use it (with appropriate adjustment of the calculation)
>> for the space-separator part of the format.  Since that's a constant
>> empty string, there shouldn't be any possibility of libc doing something
>> other than what we intend.

> Sorry, I'm going on vacation for four days. Can't answer right now...

Ah, nevermind --- I re-read the patch and realized that it was already
doing exactly what I said.  Committed, sorry for the noise.

            regards, tom lane

pgsql-bugs by date:

Previous
From: Tom Lane
Date:
Subject: Re: Extension tracking temp table and causing update failure
Next
From: Dimitri Fontaine
Date:
Subject: Re: Extension tracking temp table and causing update failure