From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
---|---|
To: | "Pete St(dot) Onge" <pete(at)economics(dot)utoronto(dot)ca> |
Cc: | Andrew Dunstan <andrew(at)dunslane(dot)net>, pgsql-hackers(at)postgreSQL(dot)org |
Subject: | Re: Buildfarm issues on specific machines |
Date: | 2005-07-17 04:16:36 |
Message-ID: | 24957.1121573796@sss.pgh.pa.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
"Pete St. Onge" <pete(at)economics(dot)utoronto(dot)ca> writes:
> Perhaps this will help in the diagnosis of why REL7_2_STABLE fails on
> arbor (aka caribou). Please let me know if there is anything I can try
> on this side, or if there is any other info you could use.
> pete(at)arbor:~$ flex -V
> flex 2.5.31
Ah. PG 7.2's configure script thinks this version of flex is "too old"
to use, and so ignores it. It's actually too new --- 2.5.4 is the only
flex version safe to use with older PG releases. I recall that we have
seen some apparent bugs in 2.5.31; I don't recall at the moment whether
we've worked around all the issues as of recent releases, but we surely
had not as of 7.2.
The short answer is that you should install flex 2.5.4, or else forget
about testing the 7.2 branch. I don't think anyone will be very
interested in making 7.2 work with flex 2.5.31.
regards, tom lane
From | Date | Subject | |
---|---|---|---|
Next Message | Hiroki Kataoka | 2005-07-17 04:28:30 | Changes improve the performance of INSERT and UPDATE |
Previous Message | Pete St. Onge | 2005-07-17 03:45:38 | Re: Buildfarm issues on specific machines |