Lists: | Postg스포츠 토토 베트맨SQL : Postg스포츠 토토 베트맨SQL 메일 링리스트 : 2004-04-28 이후 PGSQL-BUGS 04:38 |
---|
From: | "Mike Quinn" <mquinn(at)co(dot)merced(dot)ca(dot)us> |
---|---|
To: | <pgsql-bugs(at)postgresql(dot)org> |
Subject: | make check regression "test stats" failed |
Date: | 2004-04-21 17:52:50 |
Message-ID: | s086528d.088@dp_mail.co.merced.ca.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Lists: | pgsql-bugs |
Postgresql Version 7.4.2
Slackware 9.1
kernel 2.4.26
I did:
./configure
make
make check
Here is the regression.diffs file:
*** ./expected/stats.out Fri Oct 31 19:18:20 2003
--- ./results/stats.out Wed Apr 21 09:41:57 2004
***************
*** 62,68 ****
WHERE st.relname='tenk2' AND cl.relname='tenk2';
?column? | ?column? | ?column? | ?column?
----------+----------+----------+----------
! t | t | t | t
(1 row)
SELECT st.heap_blks_read + st.heap_blks_hit >= pr.heap_blks +
cl.relpages,
--- 62,68 ----
WHERE st.relname='tenk2' AND cl.relname='tenk2';
?column? | ?column? | ?column? | ?column?
----------+----------+----------+----------
! f | f | f | f
(1 row)
SELECT st.heap_blks_read + st.heap_blks_hit >= pr.heap_blks +
cl.relpages,
***************
*** 71,77 ****
WHERE st.relname='tenk2' AND cl.relname='tenk2';
?column? | ?column?
----------+----------
! t | t
(1 row)
-- clean up
--- 71,77 ----
WHERE st.relname='tenk2' AND cl.relname='tenk2';
?column? | ?column?
----------+----------
! f | f
(1 row)
-- clean up
======================================================================
I also did:
make install
# and make a database and start the postmaster then
make installcheck
and got the same sort of results.
If you need anymore information let me know.
From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
---|---|
To: | "Mike Quinn" <mquinn(at)co(dot)merced(dot)ca(dot)us> |
Cc: | pgsql-bugs(at)postgresql(dot)org |
Subject: | Re: make check regression "test stats" failed |
Date: | 2004-04-28 04:38:58 |
Message-ID: | 23117.1083127138@sss.pgh.pa.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Lists: | Postg스포츠 토토 베트맨SQL : Postg스포츠 토토 베트맨SQL 메일 링리스트 : 2004-04-28 이후 PGSQL-BUGS 04:38 |
"Mike Quinn" <mquinn(at)co(dot)merced(dot)ca(dot)us> writes:
> [ $subject ]
The stats collector isn't starting, but you're not showing any evidence
to suggest why. Try looking in the postmaster log file for related
error messages.
regards, tom lane