Re: Problem with displaying "wide" tables in psql

Поиск
Список
Период
Сортировка
От Michael Paquier
Тема Re: Problem with displaying "wide" tables in psql
Дата
Msg-id CAB7nPqRtfrHNCJTJ_Rkp-5V_=RkiCUGdZWzwNv8GW3wa4e3ZqA@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Problem with displaying "wide" tables in psql  (Sergey Muraviov <sergey.k.muraviov@gmail.com>)
Ответы Re: Problem with displaying "wide" tables in psql  (Sergey Muraviov <sergey.k.muraviov@gmail.com>)
Список pgsql-hackers
On Tue, Apr 29, 2014 at 12:37 PM, Sergey Muraviov
<sergey.k.muraviov@gmail.com> wrote:
> 2014-04-29 5:52 GMT+04:00 Peter Eisentraut <peter_e@gmx.net>:
>
>> Please fix this compiler warning.  I think it came from this patch.
>> print.c: In function 'print_aligned_vertical':
>> print.c:1354:10: error: pointer targets in passing argument 1 of
>> 'strlen_max_width' differ in signedness [-Werror=pointer-sign]
>>           encoding);
>>           ^
>> print.c:126:12: note: expected 'unsigned char *' but argument is of type
>> 'char *'
>>  static int strlen_max_width(unsigned char *str, int *target_width, int
>> encoding);
>>             ^
> fixed
Your patch has been committed by Greg not so long ago, you should send
for this warning a patch rebased on the latest master branch commit :)
-- 
Michael



В списке pgsql-hackers по дате отправления:

Предыдущее
От: Sergey Muraviov
Дата:
Сообщение: Re: Problem with displaying "wide" tables in psql
Следующее
От: Sergey Muraviov
Дата:
Сообщение: Re: Problem with displaying "wide" tables in psql