mirror of
https://github.com/postgres/postgres.git
synced 2025-07-02 09:02:37 +03:00
@ -441,7 +441,7 @@ PGTYPESdate_defmt_asc(date * d, const char *fmt, char *str)
|
||||
|
||||
/*
|
||||
* as long as the string, one additional byte for the terminator and 2
|
||||
* for the delimiters between the 3 fiedls
|
||||
* for the delimiters between the 3 fields
|
||||
*/
|
||||
str_copy = pgtypes_alloc(strlen(str) + 1 + 2);
|
||||
if (!str_copy)
|
||||
|
Reference in New Issue
Block a user