postgresql/src/test/modules/test_misc
Thomas Munro d1511fe1b0 Add new simple TAP test for tablespaces.
The tablespace tests in the main regression tests have been changed to
use "in-place" tablespaces, so that they work when streamed to a replica
on the same host.  Add a new TAP test that exercises tablespaces with
absolute paths, for coverage.

Reviewed-by: Andres Freund <andres@anarazel.de>
Reviewed-by: Michael Paquier <michael@paquier.xyz>
Discussion: https://postgr.es/m/CA%2BhUKGKpRWQ9SxdxxDmTBCJoR0YnFpMBe7kyzY8SUQk%2BHeskxg%40mail.gmail.com
2022-01-15 00:09:24 +13:00
..
t Add new simple TAP test for tablespaces. 2022-01-15 00:09:24 +13: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
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.