pgsql: Add new simple TAP test for tablespaces.

Поиск
Список
Период
Сортировка
От Thomas Munro
Тема pgsql: Add new simple TAP test for tablespaces.
Дата
Msg-id E1n8Kgp-0000tJ-JL@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
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

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/d1511fe1b040853f6e10d353e56b42bb96ae239d

Modified Files
--------------
src/test/modules/test_misc/t/002_tablespace.pl | 96 ++++++++++++++++++++++++++
1 file changed, 96 insertions(+)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: pgsql: Rename value node fields
Следующее
От: Thomas Munro
Дата:
Сообщение: pgsql: Revert "Test replay of regression tests."