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 bb1139a commit 6189575Copy full SHA for 6189575
.github/workflows/c-cpp.yml
@@ -22,6 +22,6 @@ jobs:
22
git checkout REL9_6_STABLE
23
./configure --prefix=`pwd`/tmp_install
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_master.patch
+ patch -p1 --no-backup-if-mismatch < contrib/aqo/aqo9_6.patch
26
make -j4 > /dev/null && make -j4 -C contrib > /dev/null
27
make -C contrib/aqo check
0 commit comments