Skip to content

Commit b2f6fe6

Browse files
committed
Switch to C11
1 parent 8b3bc03 commit b2f6fe6

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 master 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)