pgsql: Message fixes

Started by Peter Eisentrautabout 17 years ago3 messagescomitters
Jump to latest
#1Peter Eisentraut
peter_e@gmx.net

Log Message:
-----------
Message fixes

Modified Files:
--------------
pgsql/src/backend/libpq:
hba.c (r1.186 -> r1.187)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/libpq/hba.c?r1=1.186&r2=1.187)
pgsql/src/backend/utils/adt:
arrayfuncs.c (r1.158 -> r1.159)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/adt/arrayfuncs.c?r1=1.158&r2=1.159)

#2Andrew Dunstan
andrew@dunslane.net
In reply to: Peter Eisentraut (#1)
Re: pgsql: Message fixes

Peter Eisentraut wrote:

Log Message:
-----------
Message fixes

Modified Files:
--------------
pgsql/src/backend/libpq:
hba.c (r1.186 -> r1.187)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/libpq/hba.c?r1=1.186&r2=1.187)
pgsql/src/backend/utils/adt:
arrayfuncs.c (r1.158 -> r1.159)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/adt/arrayfuncs.c?r1=1.158&r2=1.159)

This has apparently broken the buildfarm. Please update the regression
tests also.

cheers

andrew

#3Tom Lane
tgl@sss.pgh.pa.us
In reply to: Andrew Dunstan (#2)
Re: pgsql: Message fixes

Andrew Dunstan <andrew@dunslane.net> writes:

Peter Eisentraut wrote:

Message fixes

This has apparently broken the buildfarm. Please update the regression
tests also.

I dealt with this by reverting the arrayfuncs.c change instead. It
struck me as a very marginal/dubious wording change anyway, and it seems
a bit late in the cycle to be creating work for translators by changing
messages that aren't clearly wrong.

regards, tom lane