Add new simple TAP test for tablespaces.
authorThomas Munro <tmunro@postgresql.org>
Fri, 14 Jan 2022 08:29:59 +0000 (21:29 +1300)
committerThomas Munro <tmunro@postgresql.org>
Fri, 14 Jan 2022 11:09:24 +0000 (00:09 +1300)
commitd1511fe1b040853f6e10d353e56b42bb96ae239d
treead490418d02600a26d1d509ed94afdb37fee65af
parentd6d317dbf6154b3d33fb53e1c3433f039b5d4d74
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
src/test/modules/test_misc/t/002_tablespace.pl [new file with mode: 0644]