summaryrefslogtreecommitdiffstats
path: root/src/test/modules/unsafe_tests/README
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/modules/unsafe_tests/README')
-rw-r--r--src/test/modules/unsafe_tests/README8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/test/modules/unsafe_tests/README b/src/test/modules/unsafe_tests/README
new file mode 100644
index 0000000..d9dbd03
--- /dev/null
+++ b/src/test/modules/unsafe_tests/README
@@ -0,0 +1,8 @@
+This directory doesn't actually contain any extension module.
+
+Instead it is a home for regression tests that we don't want to run
+during "make installcheck" because they could have side-effects that
+seem undesirable for a production installation.
+
+An example is that rolenames.sql tests ALTER USER ALL and so could
+have effects on pre-existing roles.