Hi All.

I just subscribed to RRReviewers (that should be pronounce with a nice
rolling r-r-reviewers, right?)

As part of my getting up to speed, I tried to build and run test on the
current master 073d7cb513f5de44530f4bdbaaa4b5d4cce5f984

Basically I did:
1) Clone into new dir
2) ./configure --enable-debug --enable-cassert --with-pgport=5499
--prefix=$(realpath ../root)
3) make -j4
4) maje -j4 check

And expecting in 4) to get "all test passed", I was surprised to see
that an index-test failed.

I run (Gentoo) Linux x86_64, gcc-4.7.3.

Any ideas what might have happened?

Svenne
*** /home/sk/tmp/pgsql-test/source/src/test/regress/expected/create_index.out   
2013-06-18 17:38:03.411169360 +0200
--- /home/sk/tmp/pgsql-test/source/src/test/regress/results/create_index.out    
2013-06-18 18:36:18.178373329 +0200
***************
*** 2673,2679 ****
    WHERE f1 > 'WA' and id < 1000 and f1 ~<~ 'YX';
   count 
  -------
!     97
  (1 row)
  
  --
--- 2673,2679 ----
    WHERE f1 > 'WA' and id < 1000 and f1 ~<~ 'YX';
   count 
  -------
!     99
  (1 row)
  
  --

======================================================================

-- 
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers

Reply via email to