Skip to content

Commit b601e50

Browse files
committed
Adjust PostgreSQL configure in installcheck.yaml
Adjust the PostgreSQL configure in workflows/installcheck.yaml modified: .github/workflows/installcheck.yaml
1 parent 15290a6 commit b601e50

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/installcheck.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
run: |
3434
git clone --depth 1 --branch REL_19_BETA1 https://git.postgresql.org/git/postgresql.git ~/pg19source
3535
cd ~/pg19source
36-
./configure --prefix=$HOME/pg19 CFLAGS="-std=gnu99 -ggdb -O0" --enable-cassert
36+
./configure --prefix=$HOME/pg19 CFLAGS="-std=gnu11 -ggdb -O0" --enable-cassert
3737
make install -j$(nproc) > /dev/null
3838
cd contrib
3939
cd fuzzystrmatch

0 commit comments

Comments
 (0)