Chapter 15. PostgreSQL Regression Tests

Regression testing is one of the most important methods of proving that PostgreSQL can be run on various platforms.

The Idea Behind Regression Tests

PostgreSQL provides a comprehensive test suite for performing basic server testing. The set of tests performed by the test suite is commonly known as regression tests and is distributed with the PostgreSQL source distribution.

The original tests were designed and developed by Jolly Chen and Andrew Yu. Extensive revisions and repackaging has been done by Marc Fournier and Thomas Lockhart. Since version 6.1, the regression tests are maintained for every version of PostgreSQL.

Regression testing is an essential part of developing a database system that is capable of ...

Get PostgreSQL Developer's Handbook now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.