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
Noah Misch 650b967076 Change qr/foo$/m to qr/foo\n/m, for Perl 5.8.8. 9 years ago
..
brin
commit_ts Preserve commit timestamps across clean restart 9 years ago
dummy_seclabel Establish conventions about global object names used in regression tests. 10 years ago
snapshot_too_old
test_ddl_deparse Establish conventions about global object names used in regression tests. 10 years ago
test_extensions Message style improvements 10 years ago
test_parser
test_pg_dump Change qr/foo$/m to qr/foo\n/m, for Perl 5.8.8. 9 years ago
test_rls_hooks Establish conventions about global object names used in regression tests. 10 years ago
test_shm_mq Rename WAIT_* constants to PG_WAIT_*. 9 years ago
worker_spi Rename WAIT_* constants to PG_WAIT_*. 9 years ago
Makefile
README

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.