You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
postgres/src/test/modules
Tom Lane a1b8c41e99 Make some small planner API cleanups. 7 years ago
..
brin Add PGXS options to control TAP and isolation tests, take two 7 years ago
commit_ts Add PGXS options to control TAP and isolation tests, take two 7 years ago
dummy_seclabel Update copyright for 2019 7 years ago
snapshot_too_old Add PGXS options to control TAP and isolation tests, take two 7 years ago
test_bloomfilter Update copyright for 2019 7 years ago
test_ddl_deparse Update copyright for 2019 7 years ago
test_extensions Simplify restriction handling of two-phase commit for temporary objects 7 years ago
test_parser Update copyright for 2019 7 years ago
test_pg_dump Add PGXS options to control TAP and isolation tests, take two 7 years ago
test_predtest Make some small planner API cleanups. 7 years ago
test_rbtree Update copyright for 2019 7 years ago
test_rls_hooks Update copyright for 2019 7 years ago
test_shm_mq Update copyright for 2019 7 years ago
worker_spi Update copyright for 2019 7 years ago
Makefile Fix partial-build problems introduced by having more generated headers. 8 years ago
README Add README in src/test and src/test/modules 10 years ago

README

Test extensions and libraries
=============================

src/test/modules contains PostgreSQL extensions that are primarily or entirely
intended for testing PostgreSQL and/or to serve as example code. The extensions
here aren't intended to be installed in a production server and aren't suitable
for "real work".

Most extensions have their own pg_regress tests or isolationtester specs. Some
are also used by tests elsewhere in the tree.

If you're adding new hooks or other functionality exposed as C-level API this
is where to add the tests for it.