You've already forked pgvecto.rs
mirror of
https://github.com/tensorchord/pgvecto.rs.git
synced 2025-07-29 08:21:12 +03:00
* feat: transactional CREATE/DROP Signed-off-by: usamoi <usamoi@outlook.com> * test: transaction ddl Signed-off-by: usamoi <usamoi@outlook.com> --------- Signed-off-by: usamoi <usamoi@outlook.com>
8 lines
210 B
Bash
Executable File
8 lines
210 B
Bash
Executable File
#!/usr/bin/env bash
|
|
set -e
|
|
|
|
sudo pip install psutil==5.9.7
|
|
sqllogictest -u runner -d runner $(dirname $0)/create.slt
|
|
sudo python $(dirname $0)/kill.py
|
|
sqllogictest -u runner -d runner $(dirname $0)/restore.slt
|