Prev: [HACKERS] Japanies translation breaks solaris build
Next: Row-level Locks & SERIALIZABLE transactions, postgres vs. Oracle
From: Takahiro Itagaki on 14 May 2010 06:38 Zdenek Kotala <Zdenek.Kotala(a)Sun.COM> wrote: > http://www.pgbuildfarm.org/cgi-bin/show_log.pl?nm=comet_moth&dt=2010-05-13%2021:06:01 > The problem is that it contains mix of DOS/Unix end of lines. I removed two CRs in ja.po. Regards, --- Takahiro Itagaki NTT Open Source Software Center -- Sent via pgsql-hackers mailing list (pgsql-hackers(a)postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-hackers
From: Zdenek Kotala on 14 May 2010 09:04 Takahiro Itagaki píše v pá 14. 05. 2010 v 19:38 +0900: > Zdenek Kotala <Zdenek.Kotala(a)Sun.COM> wrote: > > > http://www.pgbuildfarm.org/cgi-bin/show_log.pl?nm=comet_moth&dt=2010-05-13%2021:06:01 > > The problem is that it contains mix of DOS/Unix end of lines. > > I removed two CRs in ja.po. Thanks. Gothic moth is green again http://www.pgbuildfarm.org/cgi-bin/show_history.pl?nm=gothic_moth&br=HEAD The rest solaris machine will recover during a night. Zdenek -- Sent via pgsql-hackers mailing list (pgsql-hackers(a)postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-hackers
From: Peter Eisentraut on 15 May 2010 01:39 On fre, 2010-05-14 at 15:04 +0200, Zdenek Kotala wrote: > Takahiro Itagaki píše v pá 14. 05. 2010 v 19:38 +0900: > > Zdenek Kotala <Zdenek.Kotala(a)Sun.COM> wrote: > > > > > http://www.pgbuildfarm.org/cgi-bin/show_log.pl?nm=comet_moth&dt=2010-05-13%2021:06:01 > > > The problem is that it contains mix of DOS/Unix end of lines. > > > > I removed two CRs in ja.po. > > Thanks. Gothic moth is green again > > http://www.pgbuildfarm.org/cgi-bin/show_history.pl?nm=gothic_moth&br=HEAD > > The rest solaris machine will recover during a night. I have added a check to the admin scripts to prevent this in the future. -- Sent via pgsql-hackers mailing list (pgsql-hackers(a)postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-hackers
From: Tom Lane on 15 May 2010 01:50
Peter Eisentraut <peter_e(a)gmx.net> writes: > On fre, 2010-05-14 at 15:04 +0200, Zdenek Kotala wrote: >>> The problem is that it contains mix of DOS/Unix end of lines. > I have added a check to the admin scripts to prevent this in the future. I wonder if we shouldn't be trying to prevent this at the CVS-checkin level. We've had problems with people committing DOS-ish newlines many times before. regards, tom lane -- Sent via pgsql-hackers mailing list (pgsql-hackers(a)postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-hackers |