Style of file error messages - Mailing list pgsql-hackers

From Peter Eisentraut
Subject Style of file error messages
Date
Msg-id 200705301818.02837.peter_e@gmx.net
Whole thread Raw
Responses Re: Style of file error messages  ("Joshua D. Drake" <jd@commandprompt.com>)
Re: Style of file error messages  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
Just to get an opinion, which is better:

could not open transaction log file "%s": %m
could not open control file "%s": %m
could not open data file "%s": %m
could not open temporary file "%s": %m
could not open whatever file "%s": %m

or just:

could not open file "%s": %m

It seems to me that by the time you get to a file error message of this 
level, the higher-level purpose of the file is pretty irrelevant.  
(Specific exceptions might exist.)  Log analysis tools might also 
prefer a uniform format.

Anyway, some consistency either way would be nice.

-- 
Peter Eisentraut
http://developer.postgresql.org/~petere/


pgsql-hackers by date:

Previous
From: "Zeugswetter Andreas ADI SD"
Date:
Subject: Re: TOAST usage setting
Next
From: Tom Lane
Date:
Subject: Re: 'Waiting on lock'