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.

                        regards, tom lane


-- 
Sent via pgsql-committers mailing list ([email protected])
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers

Reply via email to