@@ -105,12 +105,11 @@ PostgreSQL:
105
105
3a) Check that you have sufficient disk space. You will need about
106
106
17 Mbytes for /usr/src/pgsql, about 2 Mbytes for /usr/local/pgsql
107
107
(excluding your database) and 1 Mbyte for an empty database.
108
- The database will temporarily grow to about 20 Mbytes during the
109
- regression tests. You will also need about 3 Mbytes for the
110
- distribution tar file.
108
+ For the regression tests, you will need an extra 20 Mbytes.
109
+ You will also need about 3 Mbytes for the distribution tar file.
111
110
112
111
We therefore recommend that during installation and testing you
113
- have well over 20 Mbytes free under /usr/local and another25 Mbytes
112
+ have well over 20 Mbytes free under /usr/local and another5 MB
114
113
free on the disk partition containing your database. Once you
115
114
delete the source files, tar file and regression database, you
116
115
will need 2 Mbytes for /usr/local/pgsql, 1 Mbyte for the empty
@@ -383,7 +382,6 @@ PostgreSQL:
383
382
384
383
385
384
18) If you wish to skip the regression tests then skip to step 21.
386
- However, we think skipping the tests is a BAD idea!
387
385
388
386
The file /usr/src/pgsql/src/test/regress/README has detailed
389
387
instructions for running and interpreting the regression tests.