mirror of
https://github.com/postgres/postgres.git
synced 2025-06-11 20:28:21 +03:00
I have two small patches which correct some very obscure bug in the parser
of the array constants and in one of the loadable modules I posted some time ago. Submitted by: Massimo Dal Zotto <dz@cs.unitn.it>
This commit is contained in:
@ -79,7 +79,7 @@ string_output(char *data, int size)
|
||||
len++;
|
||||
break;
|
||||
default:
|
||||
if (NOTPRINTABLE(c)) {
|
||||
if (NOTPRINTABLE(*p)) {
|
||||
len += 3;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user