8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 028ba64 commit 6c50453Copy full SHA for 6c50453
.github/workflows/c-cpp.yml
@@ -24,5 +24,4 @@ jobs:
24
git subtree add --prefix=contrib/aqo https://github.com/postgrespro/aqo.git $GITHUB_REF
25
patch -p1 --no-backup-if-mismatch < contrib/aqo/aqo_pg13.patch
26
make -j4 > /dev/null && make -j4 -C contrib > /dev/null
27
- make -C contrib/aqo check
28
- make -C contrib/aqo aqo-regress
+ env CLIENTS=50 THREADS=50 make -C contrib/aqo check
0 commit comments