Files
postgresql/src/common
Tom Lane 9939ea16c2 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:27 -05:00
..
2017-03-07 15:24:27 +02:00
2018-08-06 10:53:51 +02:00
2017-06-21 15:35:54 -04:00
2017-06-21 15:19:25 -04:00
2017-06-21 15:19:25 -04:00
2017-06-21 15:19:25 -04:00
2017-01-03 13:48:53 -05:00
2017-01-03 13:48:53 -05:00
2017-06-21 15:19:25 -04:00
2017-01-03 13:48:53 -05:00
2017-05-17 16:31:56 -04:00
2017-06-21 15:35:54 -04:00