minor message improvement

Started by Euler Taveira de Oliveiraalmost 10 years ago4 messageshackers
Jump to latest

Hi,

While updating translations, I noticed that access/transam/xlog.c:6174
contains different messages that could be the same.

"ignoring file \"%s\" because no file \"%s\" exists"

a few lines above

"ignoring \"%s\" file because no \"%s\" file exists"

Attached is a patch that turn it into one.

--
Euler Taveira Timbira - http://www.timbira.com.br/
PostgreSQL: Consultoria, Desenvolvimento, Suporte 24x7 e Treinamento

Attachments:

typo.difftext/x-patch; name=typo.diffDownload+1-1
#2Tom Lane
tgl@sss.pgh.pa.us
In reply to: Euler Taveira de Oliveira (#1)
Re: minor message improvement

Euler Taveira <euler@timbira.com.br> writes:

While updating translations, I noticed that access/transam/xlog.c:6174
contains different messages that could be the same.
"ignoring file \"%s\" because no file \"%s\" exists"
a few lines above
"ignoring \"%s\" file because no \"%s\" file exists"
Attached is a patch that turn it into one.

Pushed, thanks.

regards, tom lane

--
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers

#3Simon Riggs
simon@2ndQuadrant.com
In reply to: Euler Taveira de Oliveira (#1)
Re: minor message improvement

On 8 May 2016 at 03:53, Euler Taveira <euler@timbira.com.br> wrote:

Attached is a patch that turn it into one.

Applied, by Tom. Thanks

--
Simon Riggs http://www.2ndQuadrant.com/
<http://www.2ndquadrant.com/&gt;
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services

#4Simon Riggs
simon@2ndQuadrant.com
In reply to: Simon Riggs (#3)
Re: minor message improvement

On 8 May 2016 at 12:48, Simon Riggs <simon@2ndquadrant.com> wrote:

On 8 May 2016 at 03:53, Euler Taveira <euler@timbira.com.br> wrote:

Attached is a patch that turn it into one.

Applied, by Tom. Thanks

Sorry about that; Tom's message only just arrived with me for some reason.

--
Simon Riggs http://www.2ndQuadrant.com/
<http://www.2ndquadrant.com/&gt;
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services