postgresql/src/test/modules
Alvaro Herrera bda0b08198 Add README in src/test and src/test/modules
Author: Craig Ringer
Reviewed by: Michaël Paquier
2016-02-25 21:08:32 -03:00
..
brin Re-add BRIN isolation test 2015-08-13 14:41:52 -03:00
commit_ts Fix secondary expected output for commit_ts test 2015-10-27 23:03:22 -03:00
dummy_seclabel Update copyright for 2016 2016-01-02 13:33:40 -05:00
test_ddl_deparse Update copyright for 2016 2016-01-02 14:19:48 -05:00
test_extensions Add CASCADE support for CREATE EXTENSION. 2015-10-03 18:23:40 +02:00
test_parser Update copyright for 2016 2016-01-02 13:33:40 -05:00
test_rls_hooks Update copyright for 2016 2016-01-02 14:19:48 -05:00
test_shm_mq Update copyright for 2016 2016-01-02 14:19:48 -05:00
worker_spi Update copyright for 2016 2016-01-02 14:19:48 -05:00
Makefile Add CASCADE support for CREATE EXTENSION. 2015-10-03 18:23:40 +02:00
README Add README in src/test and src/test/modules 2016-02-25 21:08:32 -03:00

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.