This is an automated email from the ASF dual-hosted git repository.
jrgemignani pushed a commit to branch PG19
in repository https://gitbox.apache.org/repos/asf/age.git
The following commit(s) were added to refs/heads/PG19 by this push:
new b601e50f Adjust PostgreSQL configure in installcheck.yaml
b601e50f is described below
commit b601e50f29b2eaf9d184562bf8cb89934d8cc9ae
Author: John Gemignani <[email protected]>
AuthorDate: Thu Jun 18 16:04:07 2026 -0700
Adjust PostgreSQL configure in installcheck.yaml
Adjust the PostgreSQL configure in workflows/installcheck.yaml
modified: .github/workflows/installcheck.yaml
---
.github/workflows/installcheck.yaml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/installcheck.yaml
b/.github/workflows/installcheck.yaml
index 45f29b94..9ea32e21 100644
--- a/.github/workflows/installcheck.yaml
+++ b/.github/workflows/installcheck.yaml
@@ -33,7 +33,7 @@ jobs:
run: |
git clone --depth 1 --branch REL_19_BETA1
https://git.postgresql.org/git/postgresql.git ~/pg19source
cd ~/pg19source
- ./configure --prefix=$HOME/pg19 CFLAGS="-std=gnu99 -ggdb -O0"
--enable-cassert
+ ./configure --prefix=$HOME/pg19 CFLAGS="-std=gnu11 -ggdb -O0"
--enable-cassert
make install -j$(nproc) > /dev/null
cd contrib
cd fuzzystrmatch