You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
Incorporate strerror_r() into src/port/snprintf.c, too.
This provides the features that used to exist in useful_strerror()for users of strerror_r(), too. Also, standardize on the GNU conventionthat strerror_r returns a char pointer that may not be NULL.I notice that libpq's win32.c contains a variant version of strerror_rthat probably ought to be folded into strerror.c. But lacking aWindows environment, I should leave that to somebody else.Discussion:https://postgr.es/m/2975.1526862605@sss.pgh.pa.us