Re: Problem with displaying "wide" tables in psql - Mailing list pgsql-hackers

From Sergey Muraviov
Subject Re: Problem with displaying "wide" tables in psql
Date
Msg-id CAJTaR30GScYiMtUPeYEUKw3tEdtVfKaP4D3B4_1SaO+d9rqR3Q@mail.gmail.com
Whole thread Raw
In response to Re: Problem with displaying "wide" tables in psql  (Peter Eisentraut <peter_e@gmx.net>)
Responses Re: Problem with displaying "wide" tables in psql  (Michael Paquier <michael.paquier@gmail.com>)
List 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
Attachment

pgsql-hackers by date:

Previous
From: Peter Eisentraut
Date:
Subject: Re: Problem with displaying "wide" tables in psql
Next
From: Michael Paquier
Date:
Subject: Re: Problem with displaying "wide" tables in psql