Re: [HACKERS] cvs head doesn't pass make check on one of the machines here

2009-11-14 Thread Peter Eisentraut
On fre, 2009-11-13 at 14:39 -0500, Tom Lane wrote: > Peter Eisentraut writes: > > On fre, 2009-11-13 at 15:05 +0100, Grzegorz Jaśkiewicz wrote: > >> As per Tom's - yes, this laptop has LANG set to UTF8 Polish. Setting > >> it back to EN actually makes this error go away. > > > The Polish locale

Re: [HACKERS] cvs head doesn't pass make check on one of the machines here

2009-11-13 Thread Grzegorz Jaskiewicz
On 13 Nov 2009, at 19:39, Tom Lane wrote: > Peter Eisentraut writes: >> On fre, 2009-11-13 at 15:05 +0100, Grzegorz Jaśkiewicz wrote: >>> As per Tom's - yes, this laptop has LANG set to UTF8 Polish. Setting >>> it back to EN actually makes this error go away. > >> The Polish locale isn't suppo

Re: [HACKERS] cvs head doesn't pass make check on one of the machines here

2009-11-13 Thread Tom Lane
Peter Eisentraut writes: > On fre, 2009-11-13 at 15:05 +0100, Grzegorz Jaśkiewicz wrote: >> As per Tom's - yes, this laptop has LANG set to UTF8 Polish. Setting >> it back to EN actually makes this error go away. > The Polish locale isn't supported by the regression tests. With only one result

Re: [HACKERS] cvs head doesn't pass make check on one of the machines here

2009-11-13 Thread Peter Eisentraut
On fre, 2009-11-13 at 15:05 +0100, Grzegorz Jaśkiewicz wrote: > As per Tom's - yes, this laptop has LANG set to UTF8 Polish. Setting > it back to EN actually makes this error go away. The Polish locale isn't supported by the regression tests. -- Sent via pgsql-hackers mailing list (pgsql-hacke

Re: [HACKERS] cvs head doesn't pass make check on one of the machines here

2009-11-13 Thread Grzegorz Jaśkiewicz
Dnia czwartek 12 listopad 2009 o 22:14:14 Andrew Dunstan napisał(a): > Grzegorz Jaskiewicz wrote: > > consistently fails when compiled on ubuntu 9.10 here (on mini 10v). > > + ERROR: incompatible library > "/home/kgrittn/postgresql-8.4.0/src/test/regress/refint.so": version > mismatch > + DETAIL

Re: [HACKERS] cvs head doesn't pass make check on one of the machines here

2009-11-13 Thread Andrew Dunstan
Grzegorz Jaśkiewicz wrote: Dnia czwartek 12 listopad 2009 o 22:14:14 Andrew Dunstan napisał(a): Grzegorz Jaskiewicz wrote: consistently fails when compiled on ubuntu 9.10 here (on mini 10v). + ERROR: incompatible library "/home/kgrittn/postgresql-8.4.0/src/test/regress/re

Re: [HACKERS] cvs head doesn't pass make check on one of the machines here

2009-11-12 Thread Tom Lane
Grzegorz Jaskiewicz writes: > consistently fails when compiled on ubuntu 9.10 here (on mini 10v). Locale issue maybe? Looks like it has some odd ideas about text sort order. regards, tom lane -- Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org) To mak

Re: [HACKERS] cvs head doesn't pass make check on one of the machines here

2009-11-12 Thread Andrew Dunstan
Grzegorz Jaskiewicz wrote: consistently fails when compiled on ubuntu 9.10 here (on mini 10v). + ERROR: incompatible library "/home/kgrittn/postgresql-8.4.0/src/test/regress/refint.so": version mismatch + DETAIL: Server is version 8.4, library is version 8.3. You might take this as