citus/src
Jelte Fennema 93fcc5c5d8
Move tablespace directory creation to pg_regress_multi.pl (#6629)
Multiple `check-xxx` targets create tablespaces. If you run
two of these at the same time you would get an error like:

```diff
CREATE TABLESPACE test_tablespace LOCATION :'test_tablespace';
+ERROR:  directory "/home/rajesh/citus/citus/src/test/regress/tmp_check/ts0/PG_14_202107181" already in use as a tablespace
```

This fixes that by moving creation of table space directory creation and
removal to pg_regress_multi.pl instead of being in the Makefile.
2023-01-20 12:34:33 +00:00
..
backend Enable adding FOREIGN KEY constraints on Citus tables without a name. (#6616) 2023-01-20 01:43:52 +03:00
bin/pg_send_cancellation Add jobs to test builds on different distros (#6499) 2022-12-01 19:11:41 +03:00
include Identity Column Support on Citus Managed Tables (#6591) 2023-01-19 15:45:41 +03:00
test Move tablespace directory creation to pg_regress_multi.pl (#6629) 2023-01-20 12:34:33 +00:00