perf: remove json_typeof (#3316)

This commit is contained in:
Steve Chavez
2024-03-08 16:02:28 -05:00
committed by GitHub
parent 9405a62de8
commit 650249ed29
6 changed files with 55 additions and 18 deletions
+2 -2
View File
@@ -3,9 +3,9 @@
Can be used as:
```
postgrest-with-postgresql-15 -f test/pgbench/fixtures.sql pgbench -n -T 10 -f test/pgbench/1567/old.sql
postgrest-with-postgresql-15 -f test/pgbench/fixtures.sql pgbench -U postgres -n -T 10 -f test/pgbench/1567/old.sql
postgrest-with-postgresql-15 -f test/pgbench/fixtures.sql pgbench -n -T 10 -f test/pgbench/1567/new.sql
postgrest-with-postgresql-15 -f test/pgbench/fixtures.sql pgbench -U postgres -n -T 10 -f test/pgbench/1567/new.sql
```
## Directory structure