Re: Problem with displaying "wide" tables in psql

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


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);
            ^





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

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

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