Row ordering difference in regression test output

From: "Wilson, Scott" <Scott(dot)Wilson(at)cubic(dot)com>
To: "'pgsql-docs(at)postgresql(dot)org'" <pgsql-docs(at)postgresql(dot)org>
Subject: Row ordering difference in regression test output
Date: 2003-02-12 20:54:44
Message-ID: 547FB5C65F37D6119C150003471B550784F5D4@shemp.ds.cubic.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-docs

Hello,

In the documentation on the following page:

http://www.postgresql.org/docs/view.php?version=7.3
<http://www.postgresql.org/docs/view.php?version=7.3&idoc=1&file=regress-eva
luation.html> &idoc=1&file=regress-evaluation.html

in section 13.3.6, you state that benign row ordering differences should be
reported. I got the following output,
which I believe is a bogus failure:

*** ./expected/select_having_1.out Wed Nov 20 19:45:18 2002
--- ./results/select_having.out Wed Feb 12 15:10:08 2003
***************
*** 26,33 ****
GROUP BY b, c HAVING b = 3;
b | c
---+----------
- 3 | BBBB
3 | bbbb
(2 rows)

SELECT lower(c), count(c) FROM test_having
--- 26,33 ----
GROUP BY b, c HAVING b = 3;
b | c
---+----------
3 | bbbb
+ 3 | BBBB
(2 rows)

SELECT lower(c), count(c) FROM test_having


I am running Linux 7.2 and Postgresql 7.3. Please don't hesitate to contact
me at the following address
with questions/problems:

Scott(dot)wilson(at)cubic(dot)com <mailto:Scott(dot)wilson(at)cubic(dot)com>


Browse pgsql-docs by date

  From Date Subject
Next Message Tom Lane 2003-02-12 23:27:01 Re: Bug #866 related problem (ATTN Tom Lane)
Previous Message XIE, Rong 2003-02-12 10:41:44 help me!!