postgresql/src/test/modules
2017-01-03 13:48:53 -05:00
..
brin Fix phony .PHONY. 2016-03-19 17:19:37 -04:00
commit_ts Fix commit_ts for FrozenXid and BootstrapXid 2016-11-24 15:39:55 -03:00
dummy_seclabel Update copyright via script for 2017 2017-01-03 13:48:53 -05:00
snapshot_too_old Fix whitespace 2016-04-11 14:44:51 -04:00
test_ddl_deparse Update copyright via script for 2017 2017-01-03 13:48:53 -05:00
test_extensions Fix broken wait-for-previous-process-to-exit loop in regression test. 2016-12-02 17:23:54 -05:00
test_parser Update copyright via script for 2017 2017-01-03 13:48:53 -05:00
test_pg_dump Change qr/foo$/m to qr/foo\n/m, for Perl 5.8.8. 2016-11-07 20:27:30 -05:00
test_rls_hooks Update copyright via script for 2017 2017-01-03 13:48:53 -05:00
test_shm_mq Update copyright via script for 2017 2017-01-03 13:48:53 -05:00
worker_spi Update copyright via script for 2017 2017-01-03 13:48:53 -05:00
Makefile Provide and use a makefile target to build all generated headers. 2016-07-01 15:09:02 -04: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.