pgsql: Add new simple TAP test for tablespaces, attempt II.

From: Thomas Munro <tmunro(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Add new simple TAP test for tablespaces, attempt II.
Date: 2022-01-21 02:42:17
Message-ID: E1nAjsX-0001K9-5C@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Add new simple TAP test for tablespaces, attempt II.

See commit message for d1511fe1b040853f6e10d353e56b42bb96ae239d. This
new version attempts to fix path translation problem on MSYS/Windows.

Discussion: https://postgr.es/m/20220117055326.GD756210%40rfd.leadboat.com

Branch
------
master

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

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

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Paquier 2022-01-21 05:55:40 pgsql: Fix one-off bug causing missing commit timestamps for subtransac
Previous Message Michael Paquier 2022-01-21 02:09:13 pgsql: Extend the options of pg_basebackup to control compression