Chapter 32. Regression Tests (original) (raw)
Supported Versions:Current (17) / 16 / 15 / 14 / 13
Development Versions:18 / devel
Unsupported versions:12 / 11 / 10 / 9.6 / 9.5 / 9.4 / 9.3 / 9.2 / 9.1 / 9.0 / 8.4 / 8.3 / 8.2 / 8.1 / 8.0 / 7.4 / 7.3 / 7.2 / 7.1
This documentation is for an unsupported version of PostgreSQL.
You may want to view the same page for thecurrent version, or one of the other supported versions listed above instead.
Chapter 32. Regression Tests | ||||
---|---|---|---|---|
Prev | Up | Part III. Server Administration | Home | Next |
Table of Contents
32.1.1. Running the Tests Against a Temporary Installation
32.1.2. Running the Tests Against an Existing Installation
32.1.3. Additional Test Suites
32.2.1. Error Message Differences
32.2.3. Date and Time Differences
32.2.4. Floating-Point Differences
32.2.5. Row Ordering Differences
32.2.6. Insufficient Stack Depth
32.2.8. Configuration Parameters
32.3. Variant Comparison Files
32.5. Test Coverage Examination
The regression tests are a comprehensive set of tests for the SQL implementation in PostgreSQL. They test standard SQL operations as well as the extended capabilities of PostgreSQL.
Prev | Up | Next |
---|---|---|
31.9. Quick Setup | Home | 32.1. Running the Tests |