postgresql/src/common
Tom Lane b8fa4c1626 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:35 -05:00
..
exec.c Enlarge find_other_exec's meager fgets buffer 2018-04-19 10:45:15 -03:00
fe_memutils.c Add palloc_extended for frontend and backend. 2015-04-03 17:36:12 +09:00
Makefile Reorganize our CRC source files again. 2015-04-14 17:03:42 +03:00
pg_lzcompress.c Move pg_lzcompress.c to src/common. 2015-02-09 15:15:24 +09:00
pgfnames.c Update copyright for 2015 2015-01-06 11:43:47 -05:00
psprintf.c Fix portability failure introduced in commits d2b0b60e7 et al. 2018-12-26 15:30:35 -05:00
relpath.c Update copyright for 2015 2015-01-06 11:43:47 -05:00
restricted_token.c pgindent run for 9.5 2015-05-23 21:35:49 -04:00
rmtree.c Update copyright for 2015 2015-01-06 11:43:47 -05:00
string.c Add pg_string_endswith as the start of a string helper library in src/common. 2015-01-03 20:54:12 +01:00
username.c Fix libpq's behavior when /etc/passwd isn't readable. 2015-01-11 12:35:44 -05:00
wait_error.c Update copyright for 2015 2015-01-06 11:43:47 -05:00