Codebase list pg-repack / 9cad120
Extend tablespace patch to tablespace_4.out required by PG12 Christoph Berg 4 years ago
1 changed file(s) with 20 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
4040 SELECT spcname FROM pg_tablespace WHERE spcname = 'testts';
4141 spcname
4242 ---------
43 --- a/regress/expected/tablespace_3.out
44 +++ b/regress/expected/tablespace_3.out
45 @@ -4,6 +4,7 @@ SET client_min_messages = warning;
46 --
47 -- Note: in order to pass this test you must create a tablespace called 'testts'
48 --
49 +CREATE TABLESPACE testts LOCATION '/tmp/pg-repack-tablespace';
50 SELECT spcname FROM pg_tablespace WHERE spcname = 'testts';
51 spcname
52 ---------
53 --- a/regress/expected/tablespace_4.out
54 +++ b/regress/expected/tablespace_4.out
55 @@ -4,6 +4,7 @@ SET client_min_messages = warning;
56 --
57 -- Note: in order to pass this test you must create a tablespace called 'testts'
58 --
59 +CREATE TABLESPACE testts LOCATION '/tmp/pg-repack-tablespace';
60 SELECT spcname FROM pg_tablespace WHERE spcname = 'testts';
61 spcname
62 ---------