~ubuntu-branches/debian/squeeze/pgadmin3/squeeze

« back to all changes in this revision

Viewing changes to docs/en_US/pg/regress-evaluation.html

  • Committer: Bazaar Package Importer
  • Author(s): Raphael Enrici, src/frm/frmBackup.cpp, debian/control
  • Date: 2006-10-06 21:06:48 UTC
  • mfrom: (1.1.3 upstream) (3 etch)
  • mto: This revision was merged to the branch mainline in revision 4.
  • Revision ID: james.westby@ubuntu.com-20061006210648-8ebo8o2zu28ydg0d
Tags: 1.4.3-2
* Patched frmBackup.cpp to ensure the schema is specified when backing up
  individual tables. (Closes: #387256)
  [src/frm/frmBackup.cpp]
* Cleaned up and updated description of the package. (Closes: #379188)
  [debian/control]

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
<title>27.2.�Test Evaluation</title>
5
5
<link rel="stylesheet" href="stylesheet.css" type="text/css">
6
6
<link rev="made" href="pgsql-docs@postgresql.org">
7
 
<meta name="generator" content="DocBook XSL Stylesheets V1.69.1">
8
 
<link rel="start" href="index.html" title="PostgreSQL 8.1.3 Documentation">
 
7
<meta name="generator" content="DocBook XSL Stylesheets V1.70.0">
 
8
<link rel="start" href="index.html" title="PostgreSQL 8.1.4 Documentation">
9
9
<link rel="up" href="regress.html" title="Chapter�27.�Regression Tests">
10
10
<link rel="prev" href="regress.html" title="Chapter�27.�Regression Tests">
11
11
<link rel="next" href="regress-variant.html" title="27.3.�Variant Comparison Files">
 
12
<link rel="copyright" href="ln-legalnotice.html" title="Legal Notice">
12
13
</head>
13
14
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="sect1" lang="en">
14
15
<div class="titlepage"><div><div><h2 class="title" style="clear: both">
44
45
   </p>
45
46
<div class="sect2" lang="en">
46
47
<div class="titlepage"><div><div><h3 class="title">
47
 
<a name="id622164"></a>27.2.1.�Error message differences</h3></div></div></div>
 
48
<a name="id674902"></a>27.2.1.�Error message differences</h3></div></div></div>
48
49
<p>     Some of the regression tests involve intentional invalid input
49
50
     values.  Error messages can come from either the
50
51
     <span class="productname">PostgreSQL</span> code or from the host
57
58
</div>
58
59
<div class="sect2" lang="en">
59
60
<div class="titlepage"><div><div><h3 class="title">
60
 
<a name="id622187"></a>27.2.2.�Locale differences</h3></div></div></div>
 
61
<a name="id674925"></a>27.2.2.�Locale differences</h3></div></div></div>
61
62
<p>     If you run the tests against an already-installed server that was
62
63
     initialized with a collation-order locale other than C, then
63
64
     there may be differences due to sort order and follow-up
68
69
</div>
69
70
<div class="sect2" lang="en">
70
71
<div class="titlepage"><div><div><h3 class="title">
71
 
<a name="id622201"></a>27.2.3.�Date and time differences</h3></div></div></div>
 
72
<a name="id674939"></a>27.2.3.�Date and time differences</h3></div></div></div>
72
73
<p>     Most of the date and time results are dependent on the time zone
73
74
     environment.  The reference files are generated for time zone
74
75
     <code class="literal">PST8PDT</code> (Berkeley, California), and there will be
80
81
</div>
81
82
<div class="sect2" lang="en">
82
83
<div class="titlepage"><div><div><h3 class="title">
83
 
<a name="id622231"></a>27.2.4.�Floating-point differences</h3></div></div></div>
 
84
<a name="id674969"></a>27.2.4.�Floating-point differences</h3></div></div></div>
84
85
<p>     Some of the tests involve computing 64-bit floating-point numbers (<code class="type">double
85
86
     precision</code>) from table columns. Differences in
86
87
     results involving mathematical functions of <code class="type">double
102
103
</div>
103
104
<div class="sect2" lang="en">
104
105
<div class="titlepage"><div><div><h3 class="title">
105
 
<a name="id622308"></a>27.2.5.�Row ordering differences</h3></div></div></div>
 
106
<a name="id675046"></a>27.2.5.�Row ordering differences</h3></div></div></div>
106
107
<p>You might see differences in which the same rows are output in a
107
108
different order than what appears in the expected file.  In most cases
108
109
this is not, strictly speaking, a bug.  Most of the regression test
132
133
</div>
133
134
<div class="sect2" lang="en">
134
135
<div class="titlepage"><div><div><h3 class="title">
135
 
<a name="id622386"></a>27.2.6.�Insufficient stack depth</h3></div></div></div>
 
136
<a name="id675124"></a>27.2.6.�Insufficient stack depth</h3></div></div></div>
136
137
<p>     If the <code class="literal">errors</code> test results in a server crash
137
138
     at the <code class="literal">select infinite_recurse()</code> command, it means that
138
139
     the platform's limit on process stack size is smaller than the
145
146
</div>
146
147
<div class="sect2" lang="en">
147
148
<div class="titlepage"><div><div><h3 class="title">
148
 
<a name="id622430"></a>27.2.7.�The &#8220;<span class="quote">random</span>&#8221; test</h3></div></div></div>
 
149
<a name="id675168"></a>27.2.7.�The &#8220;<span class="quote">random</span>&#8221; test</h3></div></div></div>
149
150
<p>     The <code class="literal">random</code> test script is intended to produce 
150
151
     random results.   In rare cases, this causes the random regression
151
152
     test to fail.  Typing