pgsql: Message fixes
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)
Peter Eisentraut wrote:
Log Message:
-----------
Message fixesModified 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
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