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 7a28e9aa0f Fix test_rls_hooks to assign expression collations properly. 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 Replace AclObjectKind with ObjectType 8 years ago
snapshot_too_old Add PGXS options to control TAP and isolation tests, take two 7 years ago
test_bloomfilter Post-feature-freeze pgindent run. 8 years ago
test_ddl_deparse Remove WITH OIDS support, change oid catalog column visibility. 7 years ago
test_extensions psql: Use more consistent capitalization of some output headings 9 years ago
test_parser Update copyright for 2018 8 years ago
test_pg_dump Add PGXS options to control TAP and isolation tests, take two 7 years ago
test_predtest Remove WITH OIDS support, change oid catalog column visibility. 7 years ago
test_rbtree Rename rbtree.c functions to use "rbt" prefix not "rb" prefix. 7 years ago
test_rls_hooks Fix test_rls_hooks to assign expression collations properly. 7 years ago
test_shm_mq Add WL_EXIT_ON_PM_DEATH pseudo-event. 7 years ago
worker_spi Silence compiler warnings 7 years ago
Makefile Fix partial-build problems introduced by having more generated headers. 8 years ago
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.