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 8b3bc03 commit b2f6fe6Copy full SHA for b2f6fe6
1 file changed
.github/workflows/installcheck.yaml
@@ -33,7 +33,7 @@ jobs:
33
run: |
34
git clone --depth 1 --branch master https://git.postgresql.org/git/postgresql.git ~/pg19source
35
cd ~/pg19source
36
- ./configure --prefix=$HOME/pg19 CFLAGS="-std=gnu99 -ggdb -O0" --enable-cassert
+ ./configure --prefix=$HOME/pg19 CFLAGS="-std=gnu11 -ggdb -O0" --enable-cassert
37
make install -j$(nproc) > /dev/null
38
cd contrib
39
cd fuzzystrmatch
0 commit comments