On 2/2/16 11:26 PM, Tom Lane wrote: > Peter Eisentraut <[email protected]> writes: >> + if (configdir && stat(configdir, &stat_buf) != 0) >> + { >> + write_stderr("%s: could not access \"%s\": %s\n", >> + progname, >> + configdir, >> + strerror(errno)); > > Perhaps "could not access directory ..."? This doesn't seem to follow the > message style guideline about specifying what sort of object you're > complaining about.
Done. Somehow I was under the mistaken impression that one could also specific a config file name there. -- Sent via pgsql-committers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-committers
