mirror of
https://github.com/postgres/postgres.git
synced 2025-05-02 11:44:50 +03:00
apply a little patch:
Oleg Bartunov
This commit is contained in:
parent
2792374cff
commit
3f8e21c34a
@ -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);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user