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 610bbdd8ac Add a test harness for the red-black tree code. 8 years ago
..
brin
commit_ts Remove uses of "slave" in replication contexts 9 years ago
dummy_seclabel Rework the options syntax for logical replication commands 9 years ago
snapshot_too_old Add a regression test for snapshot too old with hash indexes. 9 years ago
test_ddl_deparse Remove deprecated COMMENT ON RULE syntax 9 years ago
test_extensions psql: Use more consistent capitalization of some output headings 9 years ago
test_parser Remove contrib/tsearch2. 9 years ago
test_pg_dump Post-PG 10 beta1 pgperltidy run 9 years ago
test_rbtree Add a test harness for the red-black tree code. 8 years ago
test_rls_hooks Improve RLS planning by marking individual quals with security levels. 9 years ago
test_shm_mq Phase 3 of pgindent updates. 9 years ago
worker_spi Phase 3 of pgindent updates. 9 years ago
Makefile Add a test harness for the red-black tree code. 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.