Re: Problem with displaying "wide" tables in psql

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: Problem with displaying "wide" tables in psql
Дата
Msg-id 1398736324.13830.1.camel@vanquo.pezone.net
обсуждение исходный текст
Ответ на Re: Problem with displaying "wide" tables in psql  (Greg Stark <stark@mit.edu>)
Ответы Re: Problem with displaying "wide" tables in psql  (Sergey Muraviov <sergey.k.muraviov@gmail.com>)
Re: Problem with displaying "wide" tables in psql  (Greg Stark <stark@mit.edu>)
Список pgsql-hackers
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);           ^ 





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

Предыдущее
От: Jim Nasby
Дата:
Сообщение: Re: Clock sweep not caching enough B-Tree leaf pages?
Следующее
От: Sergey Muraviov
Дата:
Сообщение: Re: Problem with displaying "wide" tables in psql