postgresql/src/test/modules/test_misc
Michael Paquier e22819a747 Fix 003_check_guc.pl when loading modules with custom GUCs
The test missed that custom GUCs need to be ignored from the list of
parameters that can exist in postgresql.conf.sample.  This caused the
test to fail on a server where such a module is loaded, when using
EXTRA_INSTALL and TEMP_CONFIG, for instance.

Author: Anton A. Melnikov
Discussion: https://postgr.es/m/fc5509ce-5144-4dac-8d13-21793da44fc5@postgrespro.ru
Backpatch-through: 15
2023-11-02 12:38:23 +09:00
..
t Fix 003_check_guc.pl when loading modules with custom GUCs 2023-11-02 12:38:23 +09:00
.gitignore Avoid using INFO elevel for what are fundamentally debug messages. 2019-09-07 19:03:11 -04:00
Makefile Avoid using INFO elevel for what are fundamentally debug messages. 2019-09-07 19:03:11 -04:00
meson.build Add io_direct setting (developer-only). 2023-04-08 16:35:07 +12:00
README Avoid using INFO elevel for what are fundamentally debug messages. 2019-09-07 19:03:11 -04:00

This directory doesn't actually contain any extension module.

What it is is a home for otherwise-unclassified TAP tests that exercise core
server features.  We might equally well have called it, say, src/test/misc.