postgresql/src/test/modules/unsafe_tests
Bruce Momjian 29275b1d17 Update copyright for 2024
Reported-by: Michael Paquier

Discussion: https://postgr.es/m/ZZKTDPxBBMt3C0J9@paquier.xyz

Backpatch-through: 12
2024-01-03 20:49:05 -05:00
..
expected Allow ALTER SYSTEM to set unrecognized custom GUCs. 2023-10-21 13:35:19 -04:00
sql Allow ALTER SYSTEM to set unrecognized custom GUCs. 2023-10-21 13:35:19 -04:00
.gitignore Move rolenames test out of the core regression tests. 2019-06-30 12:51:12 -04:00
Makefile Mark unsafe_tests module as not runnable with installcheck 2023-03-12 09:00:32 -04:00
README Mark unsafe_tests module as not runnable with installcheck 2023-03-12 09:00:32 -04:00
meson.build Update copyright for 2024 2024-01-03 20:49:05 -05:00

README

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.