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 6189575 commit 9e5d384Copy full SHA for 9e5d384
.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/aqo9_6.patch
+ patch -p1 --no-backup-if-mismatch < contrib/aqo/aqo_pg9_6.patch
26
make -j4 > /dev/null && make -j4 -C contrib > /dev/null
27
make -C contrib/aqo check
0 commit comments