Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Postgres FD Implementation
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Abuhujair Javed
Postgres FD Implementation
Commits
f2ef4701
Commit
f2ef4701
authored
Nov 08, 2002
by
Tom Lane
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update discussion of floating-point problems in regression tests.
parent
bea47921
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
30 deletions
+9
-30
doc/src/sgml/regress.sgml
doc/src/sgml/regress.sgml
+9
-30
No files found.
doc/src/sgml/regress.sgml
View file @
f2ef4701
<!-- $Header: /cvsroot/pgsql/doc/src/sgml/regress.sgml,v 1.
29 2002/10/12 16:31:55 petere
Exp $ -->
<!-- $Header: /cvsroot/pgsql/doc/src/sgml/regress.sgml,v 1.
30 2002/11/08 20:26:12 tgl
Exp $ -->
<chapter id="regress">
<title id="regress-title">Regression Tests</title>
...
...
@@ -264,14 +264,19 @@ PGTZ='PST8PDT7,M04.01.0,M10.05.03'; export PGTZ
Some of the tests involve computing 64-bit (<type>double
precision</type>) numbers from table columns. Differences in
results involving mathematical functions of <type>double
precision</type> columns have been observed. The
float8
and
geometry tests are particularly prone to small differences acros
s
platforms, or even with different compiler optimization options.
precision</type> columns have been observed. The
<literal>float8</>
and
<literal>geometry</> tests are particularly prone to small difference
s
across
platforms, or even with different compiler optimization options.
Human eyeball comparison is needed to determine the real
significance of these differences which are usually 10 places to
the right of the decimal point.
</para>
<para>
Some systems display minus zero as <literal>-0</>, while others
just show <literal>0</>.
</para>
<para>
Some systems signal errors from <function>pow()</function> and
<function>exp()</function> differently from the mechanism
...
...
@@ -280,32 +285,6 @@ PGTZ='PST8PDT7,M04.01.0,M10.05.03'; export PGTZ
</para>
</sect2>
<sect2>
<title>Polygon differences</title>
<para>
Several of the tests involve operations on geographic data about
the Oakland/Berkeley, California street map. The map data is expressed as
polygons whose vertices are represented as pairs of <type>double
precision</type> numbers (decimal latitude and
longitude). Initially, some tables are created and loaded with
geographic data, then some views are created that join two
tables using the polygon intersection operator
(<literal>##</literal>), then a select is done on the view.
</para>
<para>
When comparing the results from different platforms, differences
occur in the 2nd or 3rd place to the right of the decimal
point. The SQL statements where these problems occur are the
following:
<programlisting>
SELECT * from street;
SELECT * from iexit;
</programlisting>
</para>
</sect2>
<sect2>
<title>Row ordering differences</title>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment