Thread: Builded Postgresql 7.2 for Redhat 7.1
Hi, finnaly I did the binary for redhat 7.1 I executed the regression tests and 2 tests fail: int8 ... FAILED numeric ... FAILED I did the same regression on a Postgresql 7.2 installed with the original binary downloaded for Redhat 7.2 and with my surprise: char ... FAILED varchar ... FAILED int8 ... FAILED numeric ... FAILED select_implicit ... FAILED select_having ... FAILED select_views ... FAILED What does mean ? Ciao Gaetano -- #exclude <windows> #include <CSRSS> printf("\t\t\b\b\b\b\b\b");. printf("\t\t\b\b\b\b\b\b");
"Gaetano Mendola" <mendola@bigfoot.com> writes: > Hi, finnaly I did the binary for redhat 7.1 > I executed the regression tests and 2 tests fail: Did you look at the detailed diffs? See the notes about evaluating regression test results at http://www.ca.postgresql.org/users-lounge/docs/7.2/postgres/regress.html If, after reading that chapter, you believe that you ran the tests correctly and there's an actual problem, give us the details ... regards, tom lane
"Tom Lane" <tgl@sss.pgh.pa.us> wrote: > Did you look at the detailed diffs? See the notes about evaluating > regression test results at > http://www.ca.postgresql.org/users-lounge/docs/7.2/postgres/regress.html > > If, after reading that chapter, you believe that you ran the tests > correctly and there's an actual problem, give us the details ... > Well, The results are on the files attached. PS. I collected only the differences for the tests failed.