spurious use of %m format in pg_upgrade - Mailing list pgsql-hackers

From Peter Eisentraut
Subject spurious use of %m format in pg_upgrade
Date
Msg-id 1310011393.17968.1.camel@vanquo.pezone.net
Whole thread Raw
Responses Re: spurious use of %m format in pg_upgrade
Re: spurious use of %m format in pg_upgrade
List pgsql-hackers
pg_upgrade's pg_scandir_internal() makes use of the non-standard %m
format:
   pg_log(PG_FATAL, "could not open directory \"%s\": %m\n", dirname);

Is this an oversight, or is there an undocumented assumption that this
code will only be used on platforms where %m works?

(Which platforms don't have scandir() anyway?)




pgsql-hackers by date:

Previous
From: Josh Berkus
Date:
Subject: 9.2 CF2: 20 days in
Next
From: Tom Lane
Date:
Subject: Re: spurious use of %m format in pg_upgrade