btree_gist regression test busted?

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Oleg Bartunov <oleg(at)sai(dot)msu(dot)su>, Teodor Sigaev <teodor(at)stack(dot)net>
Cc: pgsql-hackers(at)postgreSQL(dot)org
Subject: btree_gist regression test busted?
Date: 2001-10-02 22:51:51
Message-ID: 21507.1002063111@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

In current CVS I see a failure in the btree_gist regression test.
It kinda looks like the test data was changed without updating the
expected results, but would you verify this?

regards, tom lane

*** ./expected/btree_gist.out Wed Aug 22 14:27:54 2001
--- ./results/btree_gist.out Tue Oct 2 18:48:34 2001
***************
*** 17,23 ****
select count(*) from tstmp where t < '2001-05-29 08:33:09+04';
count
-------
! 7
(1 row)

-- create idx
--- 17,23 ----
select count(*) from tstmp where t < '2001-05-29 08:33:09+04';
count
-------
! 66
(1 row)

-- create idx
***************
*** 34,39 ****
select count(*) from tstmp where t < '2001-05-29 08:33:09+04';
count
-------
! 7
(1 row)

--- 34,39 ----
select count(*) from tstmp where t < '2001-05-29 08:33:09+04';
count
-------
! 66
(1 row)

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Alex Pilosov 2001-10-02 22:52:41 Re: RFD: access to remore databases: altername suggestion
Previous Message Dave Harkness 2001-10-02 22:41:13 Re: LOCK TABLE oddness in PLpgSQL function called via