Use in-place tablespaces in regression test.
authorThomas Munro <tmunro@postgresql.org>
Fri, 14 Jan 2022 08:29:17 +0000 (21:29 +1300)
committerThomas Munro <tmunro@postgresql.org>
Fri, 14 Jan 2022 11:09:24 +0000 (00:09 +1300)
commitd6d317dbf6154b3d33fb53e1c3433f039b5d4d74
treecae5c2c3f79191b2cc2eaac2fb3da33bbc600e26
parent7170f2159fb21b62c263acd458d781e2f3c3f8bb
Use in-place tablespaces in regression test.

Remove the machinery from pg_regress that manages the testtablespace
directory.  Instead, use "in-place" tablespaces, because they work
correctly when there is a streaming replica running on the same host.

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/regress/GNUmakefile
src/test/regress/expected/tablespace.out
src/test/regress/pg_regress.c
src/test/regress/sql/tablespace.sql
src/tools/msvc/vcregress.pl