Re: Using the %m printf format more
Dagfinn Ilmari Mannsåker <ilmari@ilmari.org>
From: Dagfinn Ilmari Mannsåker <ilmari@ilmari.org>
To: "Michael Paquier" <michael@paquier.xyz>
Cc: "Peter Eisentraut" <peter@eisentraut.org>,
"PostgreSQL Hackers" <pgsql-hackers@postgresql.org>
Date: 2024-04-04T07:44:25Z
Lists: pgsql-hackers
On Thu, 4 Apr 2024, at 03:35, Michael Paquier wrote: > On Fri, Mar 22, 2024 at 01:58:24PM +0000, Dagfinn Ilmari Mannsåker wrote: >> Here's an updated patch that adds such a comment. I'll add it to the >> commitfest later today unless someone commits it before then. > > I see no problem to do that now rather than later. So, done to make > pg_regress able to use %m. Thanks! -- - ilmari
Commits
-
pg_regress: Save errno in emit_tap_output_v() and switch to %m
- 85230a247c74 17.0 landed
-
Use printf's %m format instead of strerror(errno) in more places
- 2c8118ee5d98 17.0 landed
-
Add --copy-file-range option to pg_upgrade.
- d93627bcbe50 17.0 cited