mirror of
https://github.com/postgres/postgres.git
synced 2025-07-31 22:04:40 +03:00
pgindent run for 9.5
This commit is contained in:
@ -635,7 +635,7 @@ cache_single_time(char **dst, const char *format, const struct tm * tm)
|
||||
/*
|
||||
* MAX_L10N_DATA is sufficient buffer space for every known locale, and
|
||||
* POSIX defines no strftime() errors. (Buffer space exhaustion is not an
|
||||
* error.) An implementation might report errors (e.g. ENOMEM) by
|
||||
* error.) An implementation might report errors (e.g. ENOMEM) by
|
||||
* returning 0 (or, less plausibly, a negative value) and setting errno.
|
||||
* Report errno just in case the implementation did that, but clear it in
|
||||
* advance of the call so we don't emit a stale, unrelated errno.
|
||||
|
Reference in New Issue
Block a user