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 f097d8b commit a901651Copy full SHA for a901651
.github/workflows/c-cpp.yml
@@ -21,7 +21,9 @@ jobs:
21
cd pg
22
git checkout REL_14_STABLE
23
./configure --prefix=`pwd`/tmp_install
24
- git subtree add --prefix=contrib/aqo https://github.com/postgrespro/aqo.git $GITHUB_REF
+
25
+ git clone https://github.com/postgrespro/aqo.git contrib/aqo
26
+ git -C contrib/aqo checkout $GITHUB_REF
27
patch -p1 --no-backup-if-mismatch < contrib/aqo/aqo_pg14.patch
28
make -j4 > /dev/null && make -j4 -C contrib > /dev/null
29
env CLIENTS=50 THREADS=50 make -C contrib/aqo check
0 commit comments