postgresql/src/common
Tom Lane 4f7ab73106 Fix portability failure introduced in commits d2b0b60e7 et al.
I made a frontend fprintf() format use %m, forgetting that that's only
safe in HEAD not the back branches; prior to 96bf88d52 and d6c55de1f,
it would work on glibc platforms but not elsewhere.  Revert to using
%s ... strerror(errno) as the code did before.

We could have left HEAD as-is, but for code consistency across branches,
I chose to apply this patch there too.

Per Coverity and a few buildfarm members.
2018-12-26 15:30:40 -05:00
..
Makefile Unlink static libraries before rebuilding them. 2015-03-01 13:06:33 -05:00
exec.c Enlarge find_other_exec's meager fgets buffer 2018-04-19 10:45:15 -03:00
fe_memutils.c Update copyright for 2014 2014-01-07 16:05:30 -05:00
pgfnames.c Remove MinGW readdir/errno bug workaround fixed on 2003-10-10 2014-03-21 13:47:37 -04:00
psprintf.c Fix portability failure introduced in commits d2b0b60e7 et al. 2018-12-26 15:30:40 -05:00
relpath.c pgindent run for 9.4 2014-05-06 12:12:18 -04:00
rmtree.c Update copyright for 2014 2014-01-07 16:05:30 -05:00
string.c Add pg_string_endswith as the start of a string helper library in src/common. 2015-01-03 20:54:13 +01:00
username.c Fix libpq's behavior when /etc/passwd isn't readable. 2015-01-11 12:35:47 -05:00
wait_error.c Update copyright for 2014 2014-01-07 16:05:30 -05:00