mirror of
https://github.com/postgres/postgres.git
synced 2025-07-08 11:42:09 +03:00
apply a little patch:
Oleg Bartunov
This commit is contained in:
@ -39,7 +39,7 @@ flag(int b)
|
||||
void
|
||||
describe_char(int c)
|
||||
{
|
||||
char cp = c,
|
||||
unsigned char cp = c,
|
||||
up = toupper(c),
|
||||
lo = tolower(c);
|
||||
|
||||
|
Reference in New Issue
Block a user