Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
postgres-lambda-diff
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Jakob Huber
postgres-lambda-diff
Commits
1db770f8
Commit
1db770f8
authored
26 years ago
by
Bruce Momjian
Browse files
Options
Downloads
Patches
Plain Diff
Make regression optional.
parent
b479fe3b
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
INSTALL
+3
-5
3 additions, 5 deletions
INSTALL
with
3 additions
and
5 deletions
INSTALL
+
3
−
5
View file @
1db770f8
...
@@ -105,12 +105,11 @@ PostgreSQL:
...
@@ -105,12 +105,11 @@ PostgreSQL:
3a) Check that you have sufficient disk space. You will need about
3a) Check that you have sufficient disk space. You will need about
17 Mbytes for /usr/src/pgsql, about 2 Mbytes for /usr/local/pgsql
17 Mbytes for /usr/src/pgsql, about 2 Mbytes for /usr/local/pgsql
(excluding your database) and 1 Mbyte for an empty database.
(excluding your database) and 1 Mbyte for an empty database.
The database will temporarily grow to about 20 Mbytes during the
For the regression tests, you will need an extra 20 Mbytes.
regression tests. You will also need about 3 Mbytes for the
You will also need about 3 Mbytes for the distribution tar file.
distribution tar file.
We therefore recommend that during installation and testing you
We therefore recommend that during installation and testing you
have well over 20 Mbytes free under /usr/local and another
2
5 M
bytes
have well over 20 Mbytes free under /usr/local and another 5 M
B
free on the disk partition containing your database. Once you
free on the disk partition containing your database. Once you
delete the source files, tar file and regression database, you
delete the source files, tar file and regression database, you
will need 2 Mbytes for /usr/local/pgsql, 1 Mbyte for the empty
will need 2 Mbytes for /usr/local/pgsql, 1 Mbyte for the empty
...
@@ -383,7 +382,6 @@ PostgreSQL:
...
@@ -383,7 +382,6 @@ PostgreSQL:
18) If you wish to skip the regression tests then skip to step 21.
18) If you wish to skip the regression tests then skip to step 21.
However, we think skipping the tests is a BAD idea!
The file /usr/src/pgsql/src/test/regress/README has detailed
The file /usr/src/pgsql/src/test/regress/README has detailed
instructions for running and interpreting the regression tests.
instructions for running and interpreting the regression tests.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment