postgresql/src/test/modules
Peter Eisentraut eb69147e67 Adjust error message
We usually don't use "namespace" in user-facing error messages.  Also,
in master this was replaced by another error message referring to
"temporary objects", so we might as well use that here to avoid
introducing too many variants.

Discussion: https://www.postgresql.org/message-id/bbd3f8d9-e3d5-e5aa-4305-7f0121c3fa94@2ndquadrant.com
2019-02-11 10:33:53 +01:00
..
brin Add a temp-install prerequisite to "check"-like targets not having one. 2017-11-05 18:51:15 -08:00
commit_ts Add a temp-install prerequisite to "check"-like targets not having one. 2017-11-05 18:51:15 -08:00
dummy_seclabel Rework the options syntax for logical replication commands 2017-05-12 08:57:49 -04:00
snapshot_too_old Fix up confusion over how to use EXTRA_INSTALL. 2019-01-11 17:39:30 -05:00
test_ddl_deparse Solve cross-version-upgrade testing problem induced by 1fb57af92. 2019-02-09 21:02:06 -05:00
test_extensions Adjust error message 2019-02-11 10:33:53 +01:00
test_parser Remove contrib/tsearch2. 2017-02-13 11:06:11 -05:00
test_pg_dump Avoid using unsafe search_path settings during dump and restore. 2018-02-26 10:18:22 -05:00
test_rls_hooks Fix test_rls_hooks to assign expression collations properly. 2018-12-11 11:48:00 -05:00
test_shm_mq Phase 3 of pgindent updates. 2017-06-21 15:35:54 -04:00
worker_spi Phase 3 of pgindent updates. 2017-06-21 15:35:54 -04: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.