Re: Problem with displaying "wide" tables in psql

Поиск
Список
Период
Сортировка
От Sergey Muraviov
Тема Re: Problem with displaying "wide" tables in psql
Дата
Msg-id CAJTaR30qTSjMkmciwde4iuqfq_QUgM-RywtGYsQ0Xh8qcQYLWg@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Problem with displaying "wide" tables in psql  (Michael Paquier <michael.paquier@gmail.com>)
Список pgsql-hackers
rebased


2014-04-29 7:43 GMT+04:00 Michael Paquier <michael.paquier@gmail.com>:
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



--
Best regards,
Sergey Muraviov
Вложения

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

Предыдущее
От: Michael Paquier
Дата:
Сообщение: Re: Problem with displaying "wide" tables in psql
Следующее
От: amul sul
Дата:
Сообщение: Re: Different behaviour of concate() and concate operator ||