diff options
author | Masahiko Sawada <msawada@postgresql.org> | 2023-06-16 10:32:49 +0900 |
---|---|---|
committer | Masahiko Sawada <msawada@postgresql.org> | 2023-06-16 10:32:49 +0900 |
commit | 0225eec80bddbf69d0509851b2df2bafd62fcc30 (patch) | |
tree | f8092725824e97c0174c707251477b79a9d8e45f /src | |
parent | 160c23b5fa0243d2f743cc70c96dac44d9932645 (diff) | |
download | postgresql-0225eec80bddbf69d0509851b2df2bafd62fcc30.tar.gz postgresql-0225eec80bddbf69d0509851b2df2bafd62fcc30.zip |
Add missing pg_basebackup TAP test for meson.
011_in_place_tablespace was missing from the list of pg_basebackup
tests to run under meson, so add it.
Oversight in 363e8f9115.
Discussion: https://postgr.es/m/CAD21AoDTh1A8bvNBF3LQNQg=27xTpSgvpT+4_yyEj6p4Zv8unA@mail.gmail.com
Diffstat (limited to 'src')
-rw-r--r-- | src/bin/pg_basebackup/meson.build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/bin/pg_basebackup/meson.build b/src/bin/pg_basebackup/meson.build index c684622bfbb..c426173db3a 100644 --- a/src/bin/pg_basebackup/meson.build +++ b/src/bin/pg_basebackup/meson.build @@ -86,6 +86,7 @@ tests += { }, 'tests': [ 't/010_pg_basebackup.pl', + 't/011_in_place_tablespace.pl', 't/020_pg_receivewal.pl', 't/030_pg_recvlogical.pl', ], |