agora inbox for pgsql-hackers@postgresql.org  
help / color / mirror / Atom feed
[PATCH v26 8/9] Row pattern recognition patch (typedefs.list).
249+ messages / 2 participants
[nested] [flat]

* [PATCH v26 8/9] Row pattern recognition patch (typedefs.list).
@ 2024-12-30 12:44  Tatsuo Ishii <ishii@postgresql.org>
  0 siblings, 0 replies; 249+ messages in thread

From: Tatsuo Ishii @ 2024-12-30 12:44 UTC (permalink / raw)

---
 src/tools/pgindent/typedefs.list | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/src/tools/pgindent/typedefs.list b/src/tools/pgindent/typedefs.list
index e1c4f913f8..72906d0fc1 100644
--- a/src/tools/pgindent/typedefs.list
+++ b/src/tools/pgindent/typedefs.list
@@ -1691,6 +1691,7 @@ NamedLWLockTrancheRequest
 NamedTuplestoreScan
 NamedTuplestoreScanState
 NamespaceInfo
+NavigationInfo
 NestLoop
 NestLoopParam
 NestLoopState
@@ -2317,6 +2318,9 @@ RI_CompareKey
 RI_ConstraintInfo
 RI_QueryHashEntry
 RI_QueryKey
+RPCommonSyntax
+RPSkipTo
+RPSubsetItem
 RTEKind
 RTEPermissionInfo
 RWConflict
@@ -2673,6 +2677,7 @@ SimpleStringList
 SimpleStringListCell
 SingleBoundSortItem
 Size
+SkipContext
 SkipPages
 SlabBlock
 SlabContext
@@ -2764,6 +2769,7 @@ StreamStopReason
 String
 StringInfo
 StringInfoData
+StringSet
 StripnullState
 SubLink
 SubLinkType
@@ -3088,6 +3094,7 @@ VarString
 VarStringSortSupport
 Variable
 VariableAssignHook
+VariablePos
 VariableSetKind
 VariableSetStmt
 VariableShowStmt
-- 
2.25.1


----Next_Part(Mon_Dec_30_22_37_18_2024_171)--
Content-Type: Text/X-Patch; charset=us-ascii
Content-Transfer-Encoding: 7bit
Content-Disposition: inline;
 filename="v26-0009-Allow-to-print-raw-parse-tree.patch"



^ permalink  raw  reply  [nested|flat] 249+ messages in thread

* [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures
@ 2026-06-03 17:58  Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 249+ messages in thread

From: Andres Freund @ 2026-06-03 17:58 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index adb5ef5780e..b3997ab42ad 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -337,6 +337,7 @@ jobs:
               **/regress_log_*
               **/crashlog-*.txt
               build/meson-logs/**
+              **/config.log
           if-no-files-found: ignore
 
 
@@ -1130,3 +1131,4 @@ jobs:
             EXTRAFLAGS='-fmax-errors=10'
 
       - *ccache_save_step
+      - *upload_logs_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0021-ci-linux-Run-on-ubuntu-24.04-and-define-what-we-.patch"



^ permalink  raw  reply  [nested|flat] 249+ messages in thread

* [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures
@ 2026-06-03 17:58  Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 249+ messages in thread

From: Andres Freund @ 2026-06-03 17:58 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index adb5ef5780e..b3997ab42ad 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -337,6 +337,7 @@ jobs:
               **/regress_log_*
               **/crashlog-*.txt
               build/meson-logs/**
+              **/config.log
           if-no-files-found: ignore
 
 
@@ -1130,3 +1131,4 @@ jobs:
             EXTRAFLAGS='-fmax-errors=10'
 
       - *ccache_save_step
+      - *upload_logs_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0021-ci-linux-Run-on-ubuntu-24.04-and-define-what-we-.patch"



^ permalink  raw  reply  [nested|flat] 249+ messages in thread

* [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures
@ 2026-06-03 17:58  Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 249+ messages in thread

From: Andres Freund @ 2026-06-03 17:58 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index adb5ef5780e..b3997ab42ad 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -337,6 +337,7 @@ jobs:
               **/regress_log_*
               **/crashlog-*.txt
               build/meson-logs/**
+              **/config.log
           if-no-files-found: ignore
 
 
@@ -1130,3 +1131,4 @@ jobs:
             EXTRAFLAGS='-fmax-errors=10'
 
       - *ccache_save_step
+      - *upload_logs_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0021-ci-linux-Run-on-ubuntu-24.04-and-define-what-we-.patch"



^ permalink  raw  reply  [nested|flat] 249+ messages in thread

* [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures
@ 2026-06-03 17:58  Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 249+ messages in thread

From: Andres Freund @ 2026-06-03 17:58 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index adb5ef5780e..b3997ab42ad 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -337,6 +337,7 @@ jobs:
               **/regress_log_*
               **/crashlog-*.txt
               build/meson-logs/**
+              **/config.log
           if-no-files-found: ignore
 
 
@@ -1130,3 +1131,4 @@ jobs:
             EXTRAFLAGS='-fmax-errors=10'
 
       - *ccache_save_step
+      - *upload_logs_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0021-ci-linux-Run-on-ubuntu-24.04-and-define-what-we-.patch"



^ permalink  raw  reply  [nested|flat] 249+ messages in thread

* [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures
@ 2026-06-03 17:58  Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 249+ messages in thread

From: Andres Freund @ 2026-06-03 17:58 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index adb5ef5780e..b3997ab42ad 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -337,6 +337,7 @@ jobs:
               **/regress_log_*
               **/crashlog-*.txt
               build/meson-logs/**
+              **/config.log
           if-no-files-found: ignore
 
 
@@ -1130,3 +1131,4 @@ jobs:
             EXTRAFLAGS='-fmax-errors=10'
 
       - *ccache_save_step
+      - *upload_logs_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0021-ci-linux-Run-on-ubuntu-24.04-and-define-what-we-.patch"



^ permalink  raw  reply  [nested|flat] 249+ messages in thread

* [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures
@ 2026-06-03 17:58  Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 249+ messages in thread

From: Andres Freund @ 2026-06-03 17:58 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index adb5ef5780e..b3997ab42ad 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -337,6 +337,7 @@ jobs:
               **/regress_log_*
               **/crashlog-*.txt
               build/meson-logs/**
+              **/config.log
           if-no-files-found: ignore
 
 
@@ -1130,3 +1131,4 @@ jobs:
             EXTRAFLAGS='-fmax-errors=10'
 
       - *ccache_save_step
+      - *upload_logs_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0021-ci-linux-Run-on-ubuntu-24.04-and-define-what-we-.patch"



^ permalink  raw  reply  [nested|flat] 249+ messages in thread

* [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures
@ 2026-06-03 17:58  Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 249+ messages in thread

From: Andres Freund @ 2026-06-03 17:58 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index adb5ef5780e..b3997ab42ad 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -337,6 +337,7 @@ jobs:
               **/regress_log_*
               **/crashlog-*.txt
               build/meson-logs/**
+              **/config.log
           if-no-files-found: ignore
 
 
@@ -1130,3 +1131,4 @@ jobs:
             EXTRAFLAGS='-fmax-errors=10'
 
       - *ccache_save_step
+      - *upload_logs_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0021-ci-linux-Run-on-ubuntu-24.04-and-define-what-we-.patch"



^ permalink  raw  reply  [nested|flat] 249+ messages in thread

* [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures
@ 2026-06-03 17:58  Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 249+ messages in thread

From: Andres Freund @ 2026-06-03 17:58 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index adb5ef5780e..b3997ab42ad 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -337,6 +337,7 @@ jobs:
               **/regress_log_*
               **/crashlog-*.txt
               build/meson-logs/**
+              **/config.log
           if-no-files-found: ignore
 
 
@@ -1130,3 +1131,4 @@ jobs:
             EXTRAFLAGS='-fmax-errors=10'
 
       - *ccache_save_step
+      - *upload_logs_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0021-ci-linux-Run-on-ubuntu-24.04-and-define-what-we-.patch"



^ permalink  raw  reply  [nested|flat] 249+ messages in thread

* [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures
@ 2026-06-03 17:58  Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 249+ messages in thread

From: Andres Freund @ 2026-06-03 17:58 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index adb5ef5780e..b3997ab42ad 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -337,6 +337,7 @@ jobs:
               **/regress_log_*
               **/crashlog-*.txt
               build/meson-logs/**
+              **/config.log
           if-no-files-found: ignore
 
 
@@ -1130,3 +1131,4 @@ jobs:
             EXTRAFLAGS='-fmax-errors=10'
 
       - *ccache_save_step
+      - *upload_logs_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0021-ci-linux-Run-on-ubuntu-24.04-and-define-what-we-.patch"



^ permalink  raw  reply  [nested|flat] 249+ messages in thread

* [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures
@ 2026-06-03 17:58  Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 249+ messages in thread

From: Andres Freund @ 2026-06-03 17:58 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index adb5ef5780e..b3997ab42ad 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -337,6 +337,7 @@ jobs:
               **/regress_log_*
               **/crashlog-*.txt
               build/meson-logs/**
+              **/config.log
           if-no-files-found: ignore
 
 
@@ -1130,3 +1131,4 @@ jobs:
             EXTRAFLAGS='-fmax-errors=10'
 
       - *ccache_save_step
+      - *upload_logs_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0021-ci-linux-Run-on-ubuntu-24.04-and-define-what-we-.patch"



^ permalink  raw  reply  [nested|flat] 249+ messages in thread

* [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures
@ 2026-06-03 17:58  Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 249+ messages in thread

From: Andres Freund @ 2026-06-03 17:58 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index adb5ef5780e..b3997ab42ad 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -337,6 +337,7 @@ jobs:
               **/regress_log_*
               **/crashlog-*.txt
               build/meson-logs/**
+              **/config.log
           if-no-files-found: ignore
 
 
@@ -1130,3 +1131,4 @@ jobs:
             EXTRAFLAGS='-fmax-errors=10'
 
       - *ccache_save_step
+      - *upload_logs_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0021-ci-linux-Run-on-ubuntu-24.04-and-define-what-we-.patch"



^ permalink  raw  reply  [nested|flat] 249+ messages in thread

* [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures
@ 2026-06-03 17:58  Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 249+ messages in thread

From: Andres Freund @ 2026-06-03 17:58 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index adb5ef5780e..b3997ab42ad 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -337,6 +337,7 @@ jobs:
               **/regress_log_*
               **/crashlog-*.txt
               build/meson-logs/**
+              **/config.log
           if-no-files-found: ignore
 
 
@@ -1130,3 +1131,4 @@ jobs:
             EXTRAFLAGS='-fmax-errors=10'
 
       - *ccache_save_step
+      - *upload_logs_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0021-ci-linux-Run-on-ubuntu-24.04-and-define-what-we-.patch"



^ permalink  raw  reply  [nested|flat] 249+ messages in thread

* [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures
@ 2026-06-03 17:58  Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 249+ messages in thread

From: Andres Freund @ 2026-06-03 17:58 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index adb5ef5780e..b3997ab42ad 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -337,6 +337,7 @@ jobs:
               **/regress_log_*
               **/crashlog-*.txt
               build/meson-logs/**
+              **/config.log
           if-no-files-found: ignore
 
 
@@ -1130,3 +1131,4 @@ jobs:
             EXTRAFLAGS='-fmax-errors=10'
 
       - *ccache_save_step
+      - *upload_logs_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0021-ci-linux-Run-on-ubuntu-24.04-and-define-what-we-.patch"



^ permalink  raw  reply  [nested|flat] 249+ messages in thread

* [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures
@ 2026-06-03 17:58  Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 249+ messages in thread

From: Andres Freund @ 2026-06-03 17:58 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index adb5ef5780e..b3997ab42ad 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -337,6 +337,7 @@ jobs:
               **/regress_log_*
               **/crashlog-*.txt
               build/meson-logs/**
+              **/config.log
           if-no-files-found: ignore
 
 
@@ -1130,3 +1131,4 @@ jobs:
             EXTRAFLAGS='-fmax-errors=10'
 
       - *ccache_save_step
+      - *upload_logs_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0021-ci-linux-Run-on-ubuntu-24.04-and-define-what-we-.patch"



^ permalink  raw  reply  [nested|flat] 249+ messages in thread

* [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures
@ 2026-06-03 17:58  Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 249+ messages in thread

From: Andres Freund @ 2026-06-03 17:58 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index adb5ef5780e..b3997ab42ad 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -337,6 +337,7 @@ jobs:
               **/regress_log_*
               **/crashlog-*.txt
               build/meson-logs/**
+              **/config.log
           if-no-files-found: ignore
 
 
@@ -1130,3 +1131,4 @@ jobs:
             EXTRAFLAGS='-fmax-errors=10'
 
       - *ccache_save_step
+      - *upload_logs_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0021-ci-linux-Run-on-ubuntu-24.04-and-define-what-we-.patch"



^ permalink  raw  reply  [nested|flat] 249+ messages in thread

* [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures
@ 2026-06-03 17:58  Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 249+ messages in thread

From: Andres Freund @ 2026-06-03 17:58 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index adb5ef5780e..b3997ab42ad 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -337,6 +337,7 @@ jobs:
               **/regress_log_*
               **/crashlog-*.txt
               build/meson-logs/**
+              **/config.log
           if-no-files-found: ignore
 
 
@@ -1130,3 +1131,4 @@ jobs:
             EXTRAFLAGS='-fmax-errors=10'
 
       - *ccache_save_step
+      - *upload_logs_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0021-ci-linux-Run-on-ubuntu-24.04-and-define-what-we-.patch"



^ permalink  raw  reply  [nested|flat] 249+ messages in thread

* [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures
@ 2026-06-03 17:58  Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 249+ messages in thread

From: Andres Freund @ 2026-06-03 17:58 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index adb5ef5780e..b3997ab42ad 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -337,6 +337,7 @@ jobs:
               **/regress_log_*
               **/crashlog-*.txt
               build/meson-logs/**
+              **/config.log
           if-no-files-found: ignore
 
 
@@ -1130,3 +1131,4 @@ jobs:
             EXTRAFLAGS='-fmax-errors=10'
 
       - *ccache_save_step
+      - *upload_logs_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0021-ci-linux-Run-on-ubuntu-24.04-and-define-what-we-.patch"



^ permalink  raw  reply  [nested|flat] 249+ messages in thread

* [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures
@ 2026-06-03 17:58  Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 249+ messages in thread

From: Andres Freund @ 2026-06-03 17:58 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index adb5ef5780e..b3997ab42ad 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -337,6 +337,7 @@ jobs:
               **/regress_log_*
               **/crashlog-*.txt
               build/meson-logs/**
+              **/config.log
           if-no-files-found: ignore
 
 
@@ -1130,3 +1131,4 @@ jobs:
             EXTRAFLAGS='-fmax-errors=10'
 
       - *ccache_save_step
+      - *upload_logs_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0021-ci-linux-Run-on-ubuntu-24.04-and-define-what-we-.patch"



^ permalink  raw  reply  [nested|flat] 249+ messages in thread

* [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures
@ 2026-06-03 17:58  Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 249+ messages in thread

From: Andres Freund @ 2026-06-03 17:58 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index adb5ef5780e..b3997ab42ad 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -337,6 +337,7 @@ jobs:
               **/regress_log_*
               **/crashlog-*.txt
               build/meson-logs/**
+              **/config.log
           if-no-files-found: ignore
 
 
@@ -1130,3 +1131,4 @@ jobs:
             EXTRAFLAGS='-fmax-errors=10'
 
       - *ccache_save_step
+      - *upload_logs_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0021-ci-linux-Run-on-ubuntu-24.04-and-define-what-we-.patch"



^ permalink  raw  reply  [nested|flat] 249+ messages in thread

* [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures
@ 2026-06-03 17:58  Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 249+ messages in thread

From: Andres Freund @ 2026-06-03 17:58 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index adb5ef5780e..b3997ab42ad 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -337,6 +337,7 @@ jobs:
               **/regress_log_*
               **/crashlog-*.txt
               build/meson-logs/**
+              **/config.log
           if-no-files-found: ignore
 
 
@@ -1130,3 +1131,4 @@ jobs:
             EXTRAFLAGS='-fmax-errors=10'
 
       - *ccache_save_step
+      - *upload_logs_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0021-ci-linux-Run-on-ubuntu-24.04-and-define-what-we-.patch"



^ permalink  raw  reply  [nested|flat] 249+ messages in thread

* [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures
@ 2026-06-03 17:58  Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 249+ messages in thread

From: Andres Freund @ 2026-06-03 17:58 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index adb5ef5780e..b3997ab42ad 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -337,6 +337,7 @@ jobs:
               **/regress_log_*
               **/crashlog-*.txt
               build/meson-logs/**
+              **/config.log
           if-no-files-found: ignore
 
 
@@ -1130,3 +1131,4 @@ jobs:
             EXTRAFLAGS='-fmax-errors=10'
 
       - *ccache_save_step
+      - *upload_logs_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0021-ci-linux-Run-on-ubuntu-24.04-and-define-what-we-.patch"



^ permalink  raw  reply  [nested|flat] 249+ messages in thread

* [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures
@ 2026-06-03 17:58  Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 249+ messages in thread

From: Andres Freund @ 2026-06-03 17:58 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index adb5ef5780e..b3997ab42ad 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -337,6 +337,7 @@ jobs:
               **/regress_log_*
               **/crashlog-*.txt
               build/meson-logs/**
+              **/config.log
           if-no-files-found: ignore
 
 
@@ -1130,3 +1131,4 @@ jobs:
             EXTRAFLAGS='-fmax-errors=10'
 
       - *ccache_save_step
+      - *upload_logs_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0021-ci-linux-Run-on-ubuntu-24.04-and-define-what-we-.patch"



^ permalink  raw  reply  [nested|flat] 249+ messages in thread

* [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures
@ 2026-06-03 17:58  Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 249+ messages in thread

From: Andres Freund @ 2026-06-03 17:58 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index adb5ef5780e..b3997ab42ad 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -337,6 +337,7 @@ jobs:
               **/regress_log_*
               **/crashlog-*.txt
               build/meson-logs/**
+              **/config.log
           if-no-files-found: ignore
 
 
@@ -1130,3 +1131,4 @@ jobs:
             EXTRAFLAGS='-fmax-errors=10'
 
       - *ccache_save_step
+      - *upload_logs_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0021-ci-linux-Run-on-ubuntu-24.04-and-define-what-we-.patch"



^ permalink  raw  reply  [nested|flat] 249+ messages in thread

* [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures
@ 2026-06-03 17:58  Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 249+ messages in thread

From: Andres Freund @ 2026-06-03 17:58 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index adb5ef5780e..b3997ab42ad 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -337,6 +337,7 @@ jobs:
               **/regress_log_*
               **/crashlog-*.txt
               build/meson-logs/**
+              **/config.log
           if-no-files-found: ignore
 
 
@@ -1130,3 +1131,4 @@ jobs:
             EXTRAFLAGS='-fmax-errors=10'
 
       - *ccache_save_step
+      - *upload_logs_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0021-ci-linux-Run-on-ubuntu-24.04-and-define-what-we-.patch"



^ permalink  raw  reply  [nested|flat] 249+ messages in thread

* [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures
@ 2026-06-03 17:58  Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 249+ messages in thread

From: Andres Freund @ 2026-06-03 17:58 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index adb5ef5780e..b3997ab42ad 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -337,6 +337,7 @@ jobs:
               **/regress_log_*
               **/crashlog-*.txt
               build/meson-logs/**
+              **/config.log
           if-no-files-found: ignore
 
 
@@ -1130,3 +1131,4 @@ jobs:
             EXTRAFLAGS='-fmax-errors=10'
 
       - *ccache_save_step
+      - *upload_logs_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0021-ci-linux-Run-on-ubuntu-24.04-and-define-what-we-.patch"



^ permalink  raw  reply  [nested|flat] 249+ messages in thread

* [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures
@ 2026-06-03 17:58  Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 249+ messages in thread

From: Andres Freund @ 2026-06-03 17:58 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index adb5ef5780e..b3997ab42ad 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -337,6 +337,7 @@ jobs:
               **/regress_log_*
               **/crashlog-*.txt
               build/meson-logs/**
+              **/config.log
           if-no-files-found: ignore
 
 
@@ -1130,3 +1131,4 @@ jobs:
             EXTRAFLAGS='-fmax-errors=10'
 
       - *ccache_save_step
+      - *upload_logs_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0021-ci-linux-Run-on-ubuntu-24.04-and-define-what-we-.patch"



^ permalink  raw  reply  [nested|flat] 249+ messages in thread

* [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures
@ 2026-06-03 17:58  Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 249+ messages in thread

From: Andres Freund @ 2026-06-03 17:58 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index adb5ef5780e..b3997ab42ad 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -337,6 +337,7 @@ jobs:
               **/regress_log_*
               **/crashlog-*.txt
               build/meson-logs/**
+              **/config.log
           if-no-files-found: ignore
 
 
@@ -1130,3 +1131,4 @@ jobs:
             EXTRAFLAGS='-fmax-errors=10'
 
       - *ccache_save_step
+      - *upload_logs_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0021-ci-linux-Run-on-ubuntu-24.04-and-define-what-we-.patch"



^ permalink  raw  reply  [nested|flat] 249+ messages in thread

* [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures
@ 2026-06-03 17:58  Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 249+ messages in thread

From: Andres Freund @ 2026-06-03 17:58 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index adb5ef5780e..b3997ab42ad 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -337,6 +337,7 @@ jobs:
               **/regress_log_*
               **/crashlog-*.txt
               build/meson-logs/**
+              **/config.log
           if-no-files-found: ignore
 
 
@@ -1130,3 +1131,4 @@ jobs:
             EXTRAFLAGS='-fmax-errors=10'
 
       - *ccache_save_step
+      - *upload_logs_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0021-ci-linux-Run-on-ubuntu-24.04-and-define-what-we-.patch"



^ permalink  raw  reply  [nested|flat] 249+ messages in thread

* [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures
@ 2026-06-03 17:58  Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 249+ messages in thread

From: Andres Freund @ 2026-06-03 17:58 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index adb5ef5780e..b3997ab42ad 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -337,6 +337,7 @@ jobs:
               **/regress_log_*
               **/crashlog-*.txt
               build/meson-logs/**
+              **/config.log
           if-no-files-found: ignore
 
 
@@ -1130,3 +1131,4 @@ jobs:
             EXTRAFLAGS='-fmax-errors=10'
 
       - *ccache_save_step
+      - *upload_logs_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0021-ci-linux-Run-on-ubuntu-24.04-and-define-what-we-.patch"



^ permalink  raw  reply  [nested|flat] 249+ messages in thread

* [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures
@ 2026-06-03 17:58  Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 249+ messages in thread

From: Andres Freund @ 2026-06-03 17:58 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index adb5ef5780e..b3997ab42ad 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -337,6 +337,7 @@ jobs:
               **/regress_log_*
               **/crashlog-*.txt
               build/meson-logs/**
+              **/config.log
           if-no-files-found: ignore
 
 
@@ -1130,3 +1131,4 @@ jobs:
             EXTRAFLAGS='-fmax-errors=10'
 
       - *ccache_save_step
+      - *upload_logs_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0021-ci-linux-Run-on-ubuntu-24.04-and-define-what-we-.patch"



^ permalink  raw  reply  [nested|flat] 249+ messages in thread

* [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures
@ 2026-06-03 17:58  Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 249+ messages in thread

From: Andres Freund @ 2026-06-03 17:58 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index adb5ef5780e..b3997ab42ad 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -337,6 +337,7 @@ jobs:
               **/regress_log_*
               **/crashlog-*.txt
               build/meson-logs/**
+              **/config.log
           if-no-files-found: ignore
 
 
@@ -1130,3 +1131,4 @@ jobs:
             EXTRAFLAGS='-fmax-errors=10'
 
       - *ccache_save_step
+      - *upload_logs_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0021-ci-linux-Run-on-ubuntu-24.04-and-define-what-we-.patch"



^ permalink  raw  reply  [nested|flat] 249+ messages in thread

* [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures
@ 2026-06-03 17:58  Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 249+ messages in thread

From: Andres Freund @ 2026-06-03 17:58 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index adb5ef5780e..b3997ab42ad 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -337,6 +337,7 @@ jobs:
               **/regress_log_*
               **/crashlog-*.txt
               build/meson-logs/**
+              **/config.log
           if-no-files-found: ignore
 
 
@@ -1130,3 +1131,4 @@ jobs:
             EXTRAFLAGS='-fmax-errors=10'
 
       - *ccache_save_step
+      - *upload_logs_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0021-ci-linux-Run-on-ubuntu-24.04-and-define-what-we-.patch"



^ permalink  raw  reply  [nested|flat] 249+ messages in thread

* [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures
@ 2026-06-03 17:58  Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 249+ messages in thread

From: Andres Freund @ 2026-06-03 17:58 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index adb5ef5780e..b3997ab42ad 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -337,6 +337,7 @@ jobs:
               **/regress_log_*
               **/crashlog-*.txt
               build/meson-logs/**
+              **/config.log
           if-no-files-found: ignore
 
 
@@ -1130,3 +1131,4 @@ jobs:
             EXTRAFLAGS='-fmax-errors=10'
 
       - *ccache_save_step
+      - *upload_logs_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0021-ci-linux-Run-on-ubuntu-24.04-and-define-what-we-.patch"



^ permalink  raw  reply  [nested|flat] 249+ messages in thread

* [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures
@ 2026-06-03 17:58  Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 249+ messages in thread

From: Andres Freund @ 2026-06-03 17:58 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index adb5ef5780e..b3997ab42ad 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -337,6 +337,7 @@ jobs:
               **/regress_log_*
               **/crashlog-*.txt
               build/meson-logs/**
+              **/config.log
           if-no-files-found: ignore
 
 
@@ -1130,3 +1131,4 @@ jobs:
             EXTRAFLAGS='-fmax-errors=10'
 
       - *ccache_save_step
+      - *upload_logs_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0021-ci-linux-Run-on-ubuntu-24.04-and-define-what-we-.patch"



^ permalink  raw  reply  [nested|flat] 249+ messages in thread

* [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures
@ 2026-06-03 17:58  Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 249+ messages in thread

From: Andres Freund @ 2026-06-03 17:58 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index adb5ef5780e..b3997ab42ad 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -337,6 +337,7 @@ jobs:
               **/regress_log_*
               **/crashlog-*.txt
               build/meson-logs/**
+              **/config.log
           if-no-files-found: ignore
 
 
@@ -1130,3 +1131,4 @@ jobs:
             EXTRAFLAGS='-fmax-errors=10'
 
       - *ccache_save_step
+      - *upload_logs_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0021-ci-linux-Run-on-ubuntu-24.04-and-define-what-we-.patch"



^ permalink  raw  reply  [nested|flat] 249+ messages in thread

* [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures
@ 2026-06-03 17:58  Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 249+ messages in thread

From: Andres Freund @ 2026-06-03 17:58 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index adb5ef5780e..b3997ab42ad 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -337,6 +337,7 @@ jobs:
               **/regress_log_*
               **/crashlog-*.txt
               build/meson-logs/**
+              **/config.log
           if-no-files-found: ignore
 
 
@@ -1130,3 +1131,4 @@ jobs:
             EXTRAFLAGS='-fmax-errors=10'
 
       - *ccache_save_step
+      - *upload_logs_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0021-ci-linux-Run-on-ubuntu-24.04-and-define-what-we-.patch"



^ permalink  raw  reply  [nested|flat] 249+ messages in thread

* [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures
@ 2026-06-03 17:58  Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 249+ messages in thread

From: Andres Freund @ 2026-06-03 17:58 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index adb5ef5780e..b3997ab42ad 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -337,6 +337,7 @@ jobs:
               **/regress_log_*
               **/crashlog-*.txt
               build/meson-logs/**
+              **/config.log
           if-no-files-found: ignore
 
 
@@ -1130,3 +1131,4 @@ jobs:
             EXTRAFLAGS='-fmax-errors=10'
 
       - *ccache_save_step
+      - *upload_logs_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0021-ci-linux-Run-on-ubuntu-24.04-and-define-what-we-.patch"



^ permalink  raw  reply  [nested|flat] 249+ messages in thread

* [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures
@ 2026-06-03 17:58  Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 249+ messages in thread

From: Andres Freund @ 2026-06-03 17:58 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index adb5ef5780e..b3997ab42ad 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -337,6 +337,7 @@ jobs:
               **/regress_log_*
               **/crashlog-*.txt
               build/meson-logs/**
+              **/config.log
           if-no-files-found: ignore
 
 
@@ -1130,3 +1131,4 @@ jobs:
             EXTRAFLAGS='-fmax-errors=10'
 
       - *ccache_save_step
+      - *upload_logs_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0021-ci-linux-Run-on-ubuntu-24.04-and-define-what-we-.patch"



^ permalink  raw  reply  [nested|flat] 249+ messages in thread

* [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures
@ 2026-06-03 17:58  Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 249+ messages in thread

From: Andres Freund @ 2026-06-03 17:58 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index adb5ef5780e..b3997ab42ad 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -337,6 +337,7 @@ jobs:
               **/regress_log_*
               **/crashlog-*.txt
               build/meson-logs/**
+              **/config.log
           if-no-files-found: ignore
 
 
@@ -1130,3 +1131,4 @@ jobs:
             EXTRAFLAGS='-fmax-errors=10'
 
       - *ccache_save_step
+      - *upload_logs_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0021-ci-linux-Run-on-ubuntu-24.04-and-define-what-we-.patch"



^ permalink  raw  reply  [nested|flat] 249+ messages in thread

* [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures
@ 2026-06-03 17:58  Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 249+ messages in thread

From: Andres Freund @ 2026-06-03 17:58 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index adb5ef5780e..b3997ab42ad 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -337,6 +337,7 @@ jobs:
               **/regress_log_*
               **/crashlog-*.txt
               build/meson-logs/**
+              **/config.log
           if-no-files-found: ignore
 
 
@@ -1130,3 +1131,4 @@ jobs:
             EXTRAFLAGS='-fmax-errors=10'
 
       - *ccache_save_step
+      - *upload_logs_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0021-ci-linux-Run-on-ubuntu-24.04-and-define-what-we-.patch"



^ permalink  raw  reply  [nested|flat] 249+ messages in thread

* [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures
@ 2026-06-03 17:58  Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 249+ messages in thread

From: Andres Freund @ 2026-06-03 17:58 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index adb5ef5780e..b3997ab42ad 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -337,6 +337,7 @@ jobs:
               **/regress_log_*
               **/crashlog-*.txt
               build/meson-logs/**
+              **/config.log
           if-no-files-found: ignore
 
 
@@ -1130,3 +1131,4 @@ jobs:
             EXTRAFLAGS='-fmax-errors=10'
 
       - *ccache_save_step
+      - *upload_logs_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0021-ci-linux-Run-on-ubuntu-24.04-and-define-what-we-.patch"



^ permalink  raw  reply  [nested|flat] 249+ messages in thread

* [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures
@ 2026-06-03 17:58  Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 249+ messages in thread

From: Andres Freund @ 2026-06-03 17:58 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index adb5ef5780e..b3997ab42ad 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -337,6 +337,7 @@ jobs:
               **/regress_log_*
               **/crashlog-*.txt
               build/meson-logs/**
+              **/config.log
           if-no-files-found: ignore
 
 
@@ -1130,3 +1131,4 @@ jobs:
             EXTRAFLAGS='-fmax-errors=10'
 
       - *ccache_save_step
+      - *upload_logs_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0021-ci-linux-Run-on-ubuntu-24.04-and-define-what-we-.patch"



^ permalink  raw  reply  [nested|flat] 249+ messages in thread

* [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures
@ 2026-06-03 17:58  Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 249+ messages in thread

From: Andres Freund @ 2026-06-03 17:58 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index adb5ef5780e..b3997ab42ad 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -337,6 +337,7 @@ jobs:
               **/regress_log_*
               **/crashlog-*.txt
               build/meson-logs/**
+              **/config.log
           if-no-files-found: ignore
 
 
@@ -1130,3 +1131,4 @@ jobs:
             EXTRAFLAGS='-fmax-errors=10'
 
       - *ccache_save_step
+      - *upload_logs_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0021-ci-linux-Run-on-ubuntu-24.04-and-define-what-we-.patch"



^ permalink  raw  reply  [nested|flat] 249+ messages in thread

* [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures
@ 2026-06-03 17:58  Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 249+ messages in thread

From: Andres Freund @ 2026-06-03 17:58 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index adb5ef5780e..b3997ab42ad 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -337,6 +337,7 @@ jobs:
               **/regress_log_*
               **/crashlog-*.txt
               build/meson-logs/**
+              **/config.log
           if-no-files-found: ignore
 
 
@@ -1130,3 +1131,4 @@ jobs:
             EXTRAFLAGS='-fmax-errors=10'
 
       - *ccache_save_step
+      - *upload_logs_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0021-ci-linux-Run-on-ubuntu-24.04-and-define-what-we-.patch"



^ permalink  raw  reply  [nested|flat] 249+ messages in thread

* [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures
@ 2026-06-03 17:58  Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 249+ messages in thread

From: Andres Freund @ 2026-06-03 17:58 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index adb5ef5780e..b3997ab42ad 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -337,6 +337,7 @@ jobs:
               **/regress_log_*
               **/crashlog-*.txt
               build/meson-logs/**
+              **/config.log
           if-no-files-found: ignore
 
 
@@ -1130,3 +1131,4 @@ jobs:
             EXTRAFLAGS='-fmax-errors=10'
 
       - *ccache_save_step
+      - *upload_logs_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0021-ci-linux-Run-on-ubuntu-24.04-and-define-what-we-.patch"



^ permalink  raw  reply  [nested|flat] 249+ messages in thread

* [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures
@ 2026-06-03 17:58  Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 249+ messages in thread

From: Andres Freund @ 2026-06-03 17:58 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index adb5ef5780e..b3997ab42ad 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -337,6 +337,7 @@ jobs:
               **/regress_log_*
               **/crashlog-*.txt
               build/meson-logs/**
+              **/config.log
           if-no-files-found: ignore
 
 
@@ -1130,3 +1131,4 @@ jobs:
             EXTRAFLAGS='-fmax-errors=10'
 
       - *ccache_save_step
+      - *upload_logs_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0021-ci-linux-Run-on-ubuntu-24.04-and-define-what-we-.patch"



^ permalink  raw  reply  [nested|flat] 249+ messages in thread

* [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures
@ 2026-06-03 17:58  Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 249+ messages in thread

From: Andres Freund @ 2026-06-03 17:58 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index adb5ef5780e..b3997ab42ad 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -337,6 +337,7 @@ jobs:
               **/regress_log_*
               **/crashlog-*.txt
               build/meson-logs/**
+              **/config.log
           if-no-files-found: ignore
 
 
@@ -1130,3 +1131,4 @@ jobs:
             EXTRAFLAGS='-fmax-errors=10'
 
       - *ccache_save_step
+      - *upload_logs_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0021-ci-linux-Run-on-ubuntu-24.04-and-define-what-we-.patch"



^ permalink  raw  reply  [nested|flat] 249+ messages in thread

* [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures
@ 2026-06-03 17:58  Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 249+ messages in thread

From: Andres Freund @ 2026-06-03 17:58 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index adb5ef5780e..b3997ab42ad 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -337,6 +337,7 @@ jobs:
               **/regress_log_*
               **/crashlog-*.txt
               build/meson-logs/**
+              **/config.log
           if-no-files-found: ignore
 
 
@@ -1130,3 +1131,4 @@ jobs:
             EXTRAFLAGS='-fmax-errors=10'
 
       - *ccache_save_step
+      - *upload_logs_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0021-ci-linux-Run-on-ubuntu-24.04-and-define-what-we-.patch"



^ permalink  raw  reply  [nested|flat] 249+ messages in thread

* [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures
@ 2026-06-03 17:58  Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 249+ messages in thread

From: Andres Freund @ 2026-06-03 17:58 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index adb5ef5780e..b3997ab42ad 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -337,6 +337,7 @@ jobs:
               **/regress_log_*
               **/crashlog-*.txt
               build/meson-logs/**
+              **/config.log
           if-no-files-found: ignore
 
 
@@ -1130,3 +1131,4 @@ jobs:
             EXTRAFLAGS='-fmax-errors=10'
 
       - *ccache_save_step
+      - *upload_logs_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0021-ci-linux-Run-on-ubuntu-24.04-and-define-what-we-.patch"



^ permalink  raw  reply  [nested|flat] 249+ messages in thread

* [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures
@ 2026-06-03 17:58  Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 249+ messages in thread

From: Andres Freund @ 2026-06-03 17:58 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index adb5ef5780e..b3997ab42ad 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -337,6 +337,7 @@ jobs:
               **/regress_log_*
               **/crashlog-*.txt
               build/meson-logs/**
+              **/config.log
           if-no-files-found: ignore
 
 
@@ -1130,3 +1131,4 @@ jobs:
             EXTRAFLAGS='-fmax-errors=10'
 
       - *ccache_save_step
+      - *upload_logs_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0021-ci-linux-Run-on-ubuntu-24.04-and-define-what-we-.patch"



^ permalink  raw  reply  [nested|flat] 249+ messages in thread

* [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures
@ 2026-06-03 17:58  Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 249+ messages in thread

From: Andres Freund @ 2026-06-03 17:58 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index adb5ef5780e..b3997ab42ad 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -337,6 +337,7 @@ jobs:
               **/regress_log_*
               **/crashlog-*.txt
               build/meson-logs/**
+              **/config.log
           if-no-files-found: ignore
 
 
@@ -1130,3 +1131,4 @@ jobs:
             EXTRAFLAGS='-fmax-errors=10'
 
       - *ccache_save_step
+      - *upload_logs_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0021-ci-linux-Run-on-ubuntu-24.04-and-define-what-we-.patch"



^ permalink  raw  reply  [nested|flat] 249+ messages in thread

* [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures
@ 2026-06-03 17:58  Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 249+ messages in thread

From: Andres Freund @ 2026-06-03 17:58 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index adb5ef5780e..b3997ab42ad 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -337,6 +337,7 @@ jobs:
               **/regress_log_*
               **/crashlog-*.txt
               build/meson-logs/**
+              **/config.log
           if-no-files-found: ignore
 
 
@@ -1130,3 +1131,4 @@ jobs:
             EXTRAFLAGS='-fmax-errors=10'
 
       - *ccache_save_step
+      - *upload_logs_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0021-ci-linux-Run-on-ubuntu-24.04-and-define-what-we-.patch"



^ permalink  raw  reply  [nested|flat] 249+ messages in thread

* [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures
@ 2026-06-03 17:58  Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 249+ messages in thread

From: Andres Freund @ 2026-06-03 17:58 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index adb5ef5780e..b3997ab42ad 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -337,6 +337,7 @@ jobs:
               **/regress_log_*
               **/crashlog-*.txt
               build/meson-logs/**
+              **/config.log
           if-no-files-found: ignore
 
 
@@ -1130,3 +1131,4 @@ jobs:
             EXTRAFLAGS='-fmax-errors=10'
 
       - *ccache_save_step
+      - *upload_logs_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0021-ci-linux-Run-on-ubuntu-24.04-and-define-what-we-.patch"



^ permalink  raw  reply  [nested|flat] 249+ messages in thread

* [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures
@ 2026-06-03 17:58  Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 249+ messages in thread

From: Andres Freund @ 2026-06-03 17:58 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index adb5ef5780e..b3997ab42ad 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -337,6 +337,7 @@ jobs:
               **/regress_log_*
               **/crashlog-*.txt
               build/meson-logs/**
+              **/config.log
           if-no-files-found: ignore
 
 
@@ -1130,3 +1131,4 @@ jobs:
             EXTRAFLAGS='-fmax-errors=10'
 
       - *ccache_save_step
+      - *upload_logs_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0021-ci-linux-Run-on-ubuntu-24.04-and-define-what-we-.patch"



^ permalink  raw  reply  [nested|flat] 249+ messages in thread

* [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures
@ 2026-06-03 17:58  Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 249+ messages in thread

From: Andres Freund @ 2026-06-03 17:58 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index adb5ef5780e..b3997ab42ad 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -337,6 +337,7 @@ jobs:
               **/regress_log_*
               **/crashlog-*.txt
               build/meson-logs/**
+              **/config.log
           if-no-files-found: ignore
 
 
@@ -1130,3 +1131,4 @@ jobs:
             EXTRAFLAGS='-fmax-errors=10'
 
       - *ccache_save_step
+      - *upload_logs_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0021-ci-linux-Run-on-ubuntu-24.04-and-define-what-we-.patch"



^ permalink  raw  reply  [nested|flat] 249+ messages in thread

* [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures
@ 2026-06-03 17:58  Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 249+ messages in thread

From: Andres Freund @ 2026-06-03 17:58 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index adb5ef5780e..b3997ab42ad 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -337,6 +337,7 @@ jobs:
               **/regress_log_*
               **/crashlog-*.txt
               build/meson-logs/**
+              **/config.log
           if-no-files-found: ignore
 
 
@@ -1130,3 +1131,4 @@ jobs:
             EXTRAFLAGS='-fmax-errors=10'
 
       - *ccache_save_step
+      - *upload_logs_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0021-ci-linux-Run-on-ubuntu-24.04-and-define-what-we-.patch"



^ permalink  raw  reply  [nested|flat] 249+ messages in thread

* [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures
@ 2026-06-03 17:58  Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 249+ messages in thread

From: Andres Freund @ 2026-06-03 17:58 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index adb5ef5780e..b3997ab42ad 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -337,6 +337,7 @@ jobs:
               **/regress_log_*
               **/crashlog-*.txt
               build/meson-logs/**
+              **/config.log
           if-no-files-found: ignore
 
 
@@ -1130,3 +1131,4 @@ jobs:
             EXTRAFLAGS='-fmax-errors=10'
 
       - *ccache_save_step
+      - *upload_logs_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0021-ci-linux-Run-on-ubuntu-24.04-and-define-what-we-.patch"



^ permalink  raw  reply  [nested|flat] 249+ messages in thread

* [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures
@ 2026-06-03 17:58  Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 249+ messages in thread

From: Andres Freund @ 2026-06-03 17:58 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index adb5ef5780e..b3997ab42ad 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -337,6 +337,7 @@ jobs:
               **/regress_log_*
               **/crashlog-*.txt
               build/meson-logs/**
+              **/config.log
           if-no-files-found: ignore
 
 
@@ -1130,3 +1131,4 @@ jobs:
             EXTRAFLAGS='-fmax-errors=10'
 
       - *ccache_save_step
+      - *upload_logs_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0021-ci-linux-Run-on-ubuntu-24.04-and-define-what-we-.patch"



^ permalink  raw  reply  [nested|flat] 249+ messages in thread

* [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures
@ 2026-06-03 17:58  Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 249+ messages in thread

From: Andres Freund @ 2026-06-03 17:58 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index adb5ef5780e..b3997ab42ad 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -337,6 +337,7 @@ jobs:
               **/regress_log_*
               **/crashlog-*.txt
               build/meson-logs/**
+              **/config.log
           if-no-files-found: ignore
 
 
@@ -1130,3 +1131,4 @@ jobs:
             EXTRAFLAGS='-fmax-errors=10'
 
       - *ccache_save_step
+      - *upload_logs_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0021-ci-linux-Run-on-ubuntu-24.04-and-define-what-we-.patch"



^ permalink  raw  reply  [nested|flat] 249+ messages in thread

* [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures
@ 2026-06-03 17:58  Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 249+ messages in thread

From: Andres Freund @ 2026-06-03 17:58 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index adb5ef5780e..b3997ab42ad 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -337,6 +337,7 @@ jobs:
               **/regress_log_*
               **/crashlog-*.txt
               build/meson-logs/**
+              **/config.log
           if-no-files-found: ignore
 
 
@@ -1130,3 +1131,4 @@ jobs:
             EXTRAFLAGS='-fmax-errors=10'
 
       - *ccache_save_step
+      - *upload_logs_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0021-ci-linux-Run-on-ubuntu-24.04-and-define-what-we-.patch"



^ permalink  raw  reply  [nested|flat] 249+ messages in thread

* [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures
@ 2026-06-03 17:58  Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 249+ messages in thread

From: Andres Freund @ 2026-06-03 17:58 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index adb5ef5780e..b3997ab42ad 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -337,6 +337,7 @@ jobs:
               **/regress_log_*
               **/crashlog-*.txt
               build/meson-logs/**
+              **/config.log
           if-no-files-found: ignore
 
 
@@ -1130,3 +1131,4 @@ jobs:
             EXTRAFLAGS='-fmax-errors=10'
 
       - *ccache_save_step
+      - *upload_logs_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0021-ci-linux-Run-on-ubuntu-24.04-and-define-what-we-.patch"



^ permalink  raw  reply  [nested|flat] 249+ messages in thread

* [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures
@ 2026-06-03 17:58  Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 249+ messages in thread

From: Andres Freund @ 2026-06-03 17:58 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index adb5ef5780e..b3997ab42ad 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -337,6 +337,7 @@ jobs:
               **/regress_log_*
               **/crashlog-*.txt
               build/meson-logs/**
+              **/config.log
           if-no-files-found: ignore
 
 
@@ -1130,3 +1131,4 @@ jobs:
             EXTRAFLAGS='-fmax-errors=10'
 
       - *ccache_save_step
+      - *upload_logs_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0021-ci-linux-Run-on-ubuntu-24.04-and-define-what-we-.patch"



^ permalink  raw  reply  [nested|flat] 249+ messages in thread

* [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures
@ 2026-06-03 17:58  Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 249+ messages in thread

From: Andres Freund @ 2026-06-03 17:58 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index adb5ef5780e..b3997ab42ad 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -337,6 +337,7 @@ jobs:
               **/regress_log_*
               **/crashlog-*.txt
               build/meson-logs/**
+              **/config.log
           if-no-files-found: ignore
 
 
@@ -1130,3 +1131,4 @@ jobs:
             EXTRAFLAGS='-fmax-errors=10'
 
       - *ccache_save_step
+      - *upload_logs_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0021-ci-linux-Run-on-ubuntu-24.04-and-define-what-we-.patch"



^ permalink  raw  reply  [nested|flat] 249+ messages in thread

* [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures
@ 2026-06-03 17:58  Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 249+ messages in thread

From: Andres Freund @ 2026-06-03 17:58 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index adb5ef5780e..b3997ab42ad 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -337,6 +337,7 @@ jobs:
               **/regress_log_*
               **/crashlog-*.txt
               build/meson-logs/**
+              **/config.log
           if-no-files-found: ignore
 
 
@@ -1130,3 +1131,4 @@ jobs:
             EXTRAFLAGS='-fmax-errors=10'
 
       - *ccache_save_step
+      - *upload_logs_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0021-ci-linux-Run-on-ubuntu-24.04-and-define-what-we-.patch"



^ permalink  raw  reply  [nested|flat] 249+ messages in thread

* [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures
@ 2026-06-03 17:58  Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 249+ messages in thread

From: Andres Freund @ 2026-06-03 17:58 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index adb5ef5780e..b3997ab42ad 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -337,6 +337,7 @@ jobs:
               **/regress_log_*
               **/crashlog-*.txt
               build/meson-logs/**
+              **/config.log
           if-no-files-found: ignore
 
 
@@ -1130,3 +1131,4 @@ jobs:
             EXTRAFLAGS='-fmax-errors=10'
 
       - *ccache_save_step
+      - *upload_logs_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0021-ci-linux-Run-on-ubuntu-24.04-and-define-what-we-.patch"



^ permalink  raw  reply  [nested|flat] 249+ messages in thread

* [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures
@ 2026-06-03 17:58  Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 249+ messages in thread

From: Andres Freund @ 2026-06-03 17:58 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index adb5ef5780e..b3997ab42ad 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -337,6 +337,7 @@ jobs:
               **/regress_log_*
               **/crashlog-*.txt
               build/meson-logs/**
+              **/config.log
           if-no-files-found: ignore
 
 
@@ -1130,3 +1131,4 @@ jobs:
             EXTRAFLAGS='-fmax-errors=10'
 
       - *ccache_save_step
+      - *upload_logs_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0021-ci-linux-Run-on-ubuntu-24.04-and-define-what-we-.patch"



^ permalink  raw  reply  [nested|flat] 249+ messages in thread

* [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures
@ 2026-06-03 17:58  Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 249+ messages in thread

From: Andres Freund @ 2026-06-03 17:58 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index adb5ef5780e..b3997ab42ad 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -337,6 +337,7 @@ jobs:
               **/regress_log_*
               **/crashlog-*.txt
               build/meson-logs/**
+              **/config.log
           if-no-files-found: ignore
 
 
@@ -1130,3 +1131,4 @@ jobs:
             EXTRAFLAGS='-fmax-errors=10'
 
       - *ccache_save_step
+      - *upload_logs_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0021-ci-linux-Run-on-ubuntu-24.04-and-define-what-we-.patch"



^ permalink  raw  reply  [nested|flat] 249+ messages in thread

* [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures
@ 2026-06-03 17:58  Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 249+ messages in thread

From: Andres Freund @ 2026-06-03 17:58 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index adb5ef5780e..b3997ab42ad 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -337,6 +337,7 @@ jobs:
               **/regress_log_*
               **/crashlog-*.txt
               build/meson-logs/**
+              **/config.log
           if-no-files-found: ignore
 
 
@@ -1130,3 +1131,4 @@ jobs:
             EXTRAFLAGS='-fmax-errors=10'
 
       - *ccache_save_step
+      - *upload_logs_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0021-ci-linux-Run-on-ubuntu-24.04-and-define-what-we-.patch"



^ permalink  raw  reply  [nested|flat] 249+ messages in thread

* [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures
@ 2026-06-03 17:58  Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 249+ messages in thread

From: Andres Freund @ 2026-06-03 17:58 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index adb5ef5780e..b3997ab42ad 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -337,6 +337,7 @@ jobs:
               **/regress_log_*
               **/crashlog-*.txt
               build/meson-logs/**
+              **/config.log
           if-no-files-found: ignore
 
 
@@ -1130,3 +1131,4 @@ jobs:
             EXTRAFLAGS='-fmax-errors=10'
 
       - *ccache_save_step
+      - *upload_logs_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0021-ci-linux-Run-on-ubuntu-24.04-and-define-what-we-.patch"



^ permalink  raw  reply  [nested|flat] 249+ messages in thread

* [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures
@ 2026-06-03 17:58  Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 249+ messages in thread

From: Andres Freund @ 2026-06-03 17:58 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index adb5ef5780e..b3997ab42ad 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -337,6 +337,7 @@ jobs:
               **/regress_log_*
               **/crashlog-*.txt
               build/meson-logs/**
+              **/config.log
           if-no-files-found: ignore
 
 
@@ -1130,3 +1131,4 @@ jobs:
             EXTRAFLAGS='-fmax-errors=10'
 
       - *ccache_save_step
+      - *upload_logs_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0021-ci-linux-Run-on-ubuntu-24.04-and-define-what-we-.patch"



^ permalink  raw  reply  [nested|flat] 249+ messages in thread

* [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures
@ 2026-06-03 17:58  Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 249+ messages in thread

From: Andres Freund @ 2026-06-03 17:58 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index adb5ef5780e..b3997ab42ad 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -337,6 +337,7 @@ jobs:
               **/regress_log_*
               **/crashlog-*.txt
               build/meson-logs/**
+              **/config.log
           if-no-files-found: ignore
 
 
@@ -1130,3 +1131,4 @@ jobs:
             EXTRAFLAGS='-fmax-errors=10'
 
       - *ccache_save_step
+      - *upload_logs_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0021-ci-linux-Run-on-ubuntu-24.04-and-define-what-we-.patch"



^ permalink  raw  reply  [nested|flat] 249+ messages in thread

* [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures
@ 2026-06-03 17:58  Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 249+ messages in thread

From: Andres Freund @ 2026-06-03 17:58 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index adb5ef5780e..b3997ab42ad 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -337,6 +337,7 @@ jobs:
               **/regress_log_*
               **/crashlog-*.txt
               build/meson-logs/**
+              **/config.log
           if-no-files-found: ignore
 
 
@@ -1130,3 +1131,4 @@ jobs:
             EXTRAFLAGS='-fmax-errors=10'
 
       - *ccache_save_step
+      - *upload_logs_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0021-ci-linux-Run-on-ubuntu-24.04-and-define-what-we-.patch"



^ permalink  raw  reply  [nested|flat] 249+ messages in thread

* [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures
@ 2026-06-03 17:58  Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 249+ messages in thread

From: Andres Freund @ 2026-06-03 17:58 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index adb5ef5780e..b3997ab42ad 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -337,6 +337,7 @@ jobs:
               **/regress_log_*
               **/crashlog-*.txt
               build/meson-logs/**
+              **/config.log
           if-no-files-found: ignore
 
 
@@ -1130,3 +1131,4 @@ jobs:
             EXTRAFLAGS='-fmax-errors=10'
 
       - *ccache_save_step
+      - *upload_logs_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0021-ci-linux-Run-on-ubuntu-24.04-and-define-what-we-.patch"



^ permalink  raw  reply  [nested|flat] 249+ messages in thread

* [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures
@ 2026-06-03 17:58  Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 249+ messages in thread

From: Andres Freund @ 2026-06-03 17:58 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index adb5ef5780e..b3997ab42ad 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -337,6 +337,7 @@ jobs:
               **/regress_log_*
               **/crashlog-*.txt
               build/meson-logs/**
+              **/config.log
           if-no-files-found: ignore
 
 
@@ -1130,3 +1131,4 @@ jobs:
             EXTRAFLAGS='-fmax-errors=10'
 
       - *ccache_save_step
+      - *upload_logs_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0021-ci-linux-Run-on-ubuntu-24.04-and-define-what-we-.patch"



^ permalink  raw  reply  [nested|flat] 249+ messages in thread

* [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures
@ 2026-06-03 17:58  Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 249+ messages in thread

From: Andres Freund @ 2026-06-03 17:58 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index adb5ef5780e..b3997ab42ad 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -337,6 +337,7 @@ jobs:
               **/regress_log_*
               **/crashlog-*.txt
               build/meson-logs/**
+              **/config.log
           if-no-files-found: ignore
 
 
@@ -1130,3 +1131,4 @@ jobs:
             EXTRAFLAGS='-fmax-errors=10'
 
       - *ccache_save_step
+      - *upload_logs_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0021-ci-linux-Run-on-ubuntu-24.04-and-define-what-we-.patch"



^ permalink  raw  reply  [nested|flat] 249+ messages in thread

* [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures
@ 2026-06-03 17:58  Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 249+ messages in thread

From: Andres Freund @ 2026-06-03 17:58 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index adb5ef5780e..b3997ab42ad 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -337,6 +337,7 @@ jobs:
               **/regress_log_*
               **/crashlog-*.txt
               build/meson-logs/**
+              **/config.log
           if-no-files-found: ignore
 
 
@@ -1130,3 +1131,4 @@ jobs:
             EXTRAFLAGS='-fmax-errors=10'
 
       - *ccache_save_step
+      - *upload_logs_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0021-ci-linux-Run-on-ubuntu-24.04-and-define-what-we-.patch"



^ permalink  raw  reply  [nested|flat] 249+ messages in thread

* [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures
@ 2026-06-03 17:58  Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 249+ messages in thread

From: Andres Freund @ 2026-06-03 17:58 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index adb5ef5780e..b3997ab42ad 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -337,6 +337,7 @@ jobs:
               **/regress_log_*
               **/crashlog-*.txt
               build/meson-logs/**
+              **/config.log
           if-no-files-found: ignore
 
 
@@ -1130,3 +1131,4 @@ jobs:
             EXTRAFLAGS='-fmax-errors=10'
 
       - *ccache_save_step
+      - *upload_logs_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0021-ci-linux-Run-on-ubuntu-24.04-and-define-what-we-.patch"



^ permalink  raw  reply  [nested|flat] 249+ messages in thread

* [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures
@ 2026-06-03 17:58  Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 249+ messages in thread

From: Andres Freund @ 2026-06-03 17:58 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index adb5ef5780e..b3997ab42ad 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -337,6 +337,7 @@ jobs:
               **/regress_log_*
               **/crashlog-*.txt
               build/meson-logs/**
+              **/config.log
           if-no-files-found: ignore
 
 
@@ -1130,3 +1131,4 @@ jobs:
             EXTRAFLAGS='-fmax-errors=10'
 
       - *ccache_save_step
+      - *upload_logs_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0021-ci-linux-Run-on-ubuntu-24.04-and-define-what-we-.patch"



^ permalink  raw  reply  [nested|flat] 249+ messages in thread

* [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures
@ 2026-06-03 17:58  Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 249+ messages in thread

From: Andres Freund @ 2026-06-03 17:58 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index adb5ef5780e..b3997ab42ad 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -337,6 +337,7 @@ jobs:
               **/regress_log_*
               **/crashlog-*.txt
               build/meson-logs/**
+              **/config.log
           if-no-files-found: ignore
 
 
@@ -1130,3 +1131,4 @@ jobs:
             EXTRAFLAGS='-fmax-errors=10'
 
       - *ccache_save_step
+      - *upload_logs_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0021-ci-linux-Run-on-ubuntu-24.04-and-define-what-we-.patch"



^ permalink  raw  reply  [nested|flat] 249+ messages in thread

* [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures
@ 2026-06-03 17:58  Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 249+ messages in thread

From: Andres Freund @ 2026-06-03 17:58 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index adb5ef5780e..b3997ab42ad 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -337,6 +337,7 @@ jobs:
               **/regress_log_*
               **/crashlog-*.txt
               build/meson-logs/**
+              **/config.log
           if-no-files-found: ignore
 
 
@@ -1130,3 +1131,4 @@ jobs:
             EXTRAFLAGS='-fmax-errors=10'
 
       - *ccache_save_step
+      - *upload_logs_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0021-ci-linux-Run-on-ubuntu-24.04-and-define-what-we-.patch"



^ permalink  raw  reply  [nested|flat] 249+ messages in thread

* [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures
@ 2026-06-03 17:58  Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 249+ messages in thread

From: Andres Freund @ 2026-06-03 17:58 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index adb5ef5780e..b3997ab42ad 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -337,6 +337,7 @@ jobs:
               **/regress_log_*
               **/crashlog-*.txt
               build/meson-logs/**
+              **/config.log
           if-no-files-found: ignore
 
 
@@ -1130,3 +1131,4 @@ jobs:
             EXTRAFLAGS='-fmax-errors=10'
 
       - *ccache_save_step
+      - *upload_logs_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0021-ci-linux-Run-on-ubuntu-24.04-and-define-what-we-.patch"



^ permalink  raw  reply  [nested|flat] 249+ messages in thread

* [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures
@ 2026-06-03 17:58  Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 249+ messages in thread

From: Andres Freund @ 2026-06-03 17:58 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index adb5ef5780e..b3997ab42ad 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -337,6 +337,7 @@ jobs:
               **/regress_log_*
               **/crashlog-*.txt
               build/meson-logs/**
+              **/config.log
           if-no-files-found: ignore
 
 
@@ -1130,3 +1131,4 @@ jobs:
             EXTRAFLAGS='-fmax-errors=10'
 
       - *ccache_save_step
+      - *upload_logs_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0021-ci-linux-Run-on-ubuntu-24.04-and-define-what-we-.patch"



^ permalink  raw  reply  [nested|flat] 249+ messages in thread

* [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures
@ 2026-06-03 17:58  Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 249+ messages in thread

From: Andres Freund @ 2026-06-03 17:58 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index adb5ef5780e..b3997ab42ad 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -337,6 +337,7 @@ jobs:
               **/regress_log_*
               **/crashlog-*.txt
               build/meson-logs/**
+              **/config.log
           if-no-files-found: ignore
 
 
@@ -1130,3 +1131,4 @@ jobs:
             EXTRAFLAGS='-fmax-errors=10'
 
       - *ccache_save_step
+      - *upload_logs_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0021-ci-linux-Run-on-ubuntu-24.04-and-define-what-we-.patch"



^ permalink  raw  reply  [nested|flat] 249+ messages in thread

* [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures
@ 2026-06-03 17:58  Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 249+ messages in thread

From: Andres Freund @ 2026-06-03 17:58 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index adb5ef5780e..b3997ab42ad 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -337,6 +337,7 @@ jobs:
               **/regress_log_*
               **/crashlog-*.txt
               build/meson-logs/**
+              **/config.log
           if-no-files-found: ignore
 
 
@@ -1130,3 +1131,4 @@ jobs:
             EXTRAFLAGS='-fmax-errors=10'
 
       - *ccache_save_step
+      - *upload_logs_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0021-ci-linux-Run-on-ubuntu-24.04-and-define-what-we-.patch"



^ permalink  raw  reply  [nested|flat] 249+ messages in thread

* [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures
@ 2026-06-03 17:58  Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 249+ messages in thread

From: Andres Freund @ 2026-06-03 17:58 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index adb5ef5780e..b3997ab42ad 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -337,6 +337,7 @@ jobs:
               **/regress_log_*
               **/crashlog-*.txt
               build/meson-logs/**
+              **/config.log
           if-no-files-found: ignore
 
 
@@ -1130,3 +1131,4 @@ jobs:
             EXTRAFLAGS='-fmax-errors=10'
 
       - *ccache_save_step
+      - *upload_logs_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0021-ci-linux-Run-on-ubuntu-24.04-and-define-what-we-.patch"



^ permalink  raw  reply  [nested|flat] 249+ messages in thread

* [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures
@ 2026-06-03 17:58  Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 249+ messages in thread

From: Andres Freund @ 2026-06-03 17:58 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index adb5ef5780e..b3997ab42ad 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -337,6 +337,7 @@ jobs:
               **/regress_log_*
               **/crashlog-*.txt
               build/meson-logs/**
+              **/config.log
           if-no-files-found: ignore
 
 
@@ -1130,3 +1131,4 @@ jobs:
             EXTRAFLAGS='-fmax-errors=10'
 
       - *ccache_save_step
+      - *upload_logs_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0021-ci-linux-Run-on-ubuntu-24.04-and-define-what-we-.patch"



^ permalink  raw  reply  [nested|flat] 249+ messages in thread

* [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures
@ 2026-06-03 17:58  Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 249+ messages in thread

From: Andres Freund @ 2026-06-03 17:58 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index adb5ef5780e..b3997ab42ad 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -337,6 +337,7 @@ jobs:
               **/regress_log_*
               **/crashlog-*.txt
               build/meson-logs/**
+              **/config.log
           if-no-files-found: ignore
 
 
@@ -1130,3 +1131,4 @@ jobs:
             EXTRAFLAGS='-fmax-errors=10'
 
       - *ccache_save_step
+      - *upload_logs_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0021-ci-linux-Run-on-ubuntu-24.04-and-define-what-we-.patch"



^ permalink  raw  reply  [nested|flat] 249+ messages in thread

* [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures
@ 2026-06-03 17:58  Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 249+ messages in thread

From: Andres Freund @ 2026-06-03 17:58 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index adb5ef5780e..b3997ab42ad 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -337,6 +337,7 @@ jobs:
               **/regress_log_*
               **/crashlog-*.txt
               build/meson-logs/**
+              **/config.log
           if-no-files-found: ignore
 
 
@@ -1130,3 +1131,4 @@ jobs:
             EXTRAFLAGS='-fmax-errors=10'
 
       - *ccache_save_step
+      - *upload_logs_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0021-ci-linux-Run-on-ubuntu-24.04-and-define-what-we-.patch"



^ permalink  raw  reply  [nested|flat] 249+ messages in thread

* [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures
@ 2026-06-03 17:58  Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 249+ messages in thread

From: Andres Freund @ 2026-06-03 17:58 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index adb5ef5780e..b3997ab42ad 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -337,6 +337,7 @@ jobs:
               **/regress_log_*
               **/crashlog-*.txt
               build/meson-logs/**
+              **/config.log
           if-no-files-found: ignore
 
 
@@ -1130,3 +1131,4 @@ jobs:
             EXTRAFLAGS='-fmax-errors=10'
 
       - *ccache_save_step
+      - *upload_logs_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0021-ci-linux-Run-on-ubuntu-24.04-and-define-what-we-.patch"



^ permalink  raw  reply  [nested|flat] 249+ messages in thread

* [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures
@ 2026-06-03 17:58  Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 249+ messages in thread

From: Andres Freund @ 2026-06-03 17:58 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index adb5ef5780e..b3997ab42ad 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -337,6 +337,7 @@ jobs:
               **/regress_log_*
               **/crashlog-*.txt
               build/meson-logs/**
+              **/config.log
           if-no-files-found: ignore
 
 
@@ -1130,3 +1131,4 @@ jobs:
             EXTRAFLAGS='-fmax-errors=10'
 
       - *ccache_save_step
+      - *upload_logs_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0021-ci-linux-Run-on-ubuntu-24.04-and-define-what-we-.patch"



^ permalink  raw  reply  [nested|flat] 249+ messages in thread

* [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures
@ 2026-06-03 17:58  Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 249+ messages in thread

From: Andres Freund @ 2026-06-03 17:58 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index adb5ef5780e..b3997ab42ad 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -337,6 +337,7 @@ jobs:
               **/regress_log_*
               **/crashlog-*.txt
               build/meson-logs/**
+              **/config.log
           if-no-files-found: ignore
 
 
@@ -1130,3 +1131,4 @@ jobs:
             EXTRAFLAGS='-fmax-errors=10'
 
       - *ccache_save_step
+      - *upload_logs_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0021-ci-linux-Run-on-ubuntu-24.04-and-define-what-we-.patch"



^ permalink  raw  reply  [nested|flat] 249+ messages in thread

* [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures
@ 2026-06-03 17:58  Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 249+ messages in thread

From: Andres Freund @ 2026-06-03 17:58 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index adb5ef5780e..b3997ab42ad 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -337,6 +337,7 @@ jobs:
               **/regress_log_*
               **/crashlog-*.txt
               build/meson-logs/**
+              **/config.log
           if-no-files-found: ignore
 
 
@@ -1130,3 +1131,4 @@ jobs:
             EXTRAFLAGS='-fmax-errors=10'
 
       - *ccache_save_step
+      - *upload_logs_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0021-ci-linux-Run-on-ubuntu-24.04-and-define-what-we-.patch"



^ permalink  raw  reply  [nested|flat] 249+ messages in thread

* [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures
@ 2026-06-03 17:58  Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 249+ messages in thread

From: Andres Freund @ 2026-06-03 17:58 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index adb5ef5780e..b3997ab42ad 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -337,6 +337,7 @@ jobs:
               **/regress_log_*
               **/crashlog-*.txt
               build/meson-logs/**
+              **/config.log
           if-no-files-found: ignore
 
 
@@ -1130,3 +1131,4 @@ jobs:
             EXTRAFLAGS='-fmax-errors=10'
 
       - *ccache_save_step
+      - *upload_logs_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0021-ci-linux-Run-on-ubuntu-24.04-and-define-what-we-.patch"



^ permalink  raw  reply  [nested|flat] 249+ messages in thread

* [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures
@ 2026-06-03 17:58  Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 249+ messages in thread

From: Andres Freund @ 2026-06-03 17:58 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index adb5ef5780e..b3997ab42ad 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -337,6 +337,7 @@ jobs:
               **/regress_log_*
               **/crashlog-*.txt
               build/meson-logs/**
+              **/config.log
           if-no-files-found: ignore
 
 
@@ -1130,3 +1131,4 @@ jobs:
             EXTRAFLAGS='-fmax-errors=10'
 
       - *ccache_save_step
+      - *upload_logs_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0021-ci-linux-Run-on-ubuntu-24.04-and-define-what-we-.patch"



^ permalink  raw  reply  [nested|flat] 249+ messages in thread

* [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures
@ 2026-06-03 17:58  Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 249+ messages in thread

From: Andres Freund @ 2026-06-03 17:58 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index adb5ef5780e..b3997ab42ad 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -337,6 +337,7 @@ jobs:
               **/regress_log_*
               **/crashlog-*.txt
               build/meson-logs/**
+              **/config.log
           if-no-files-found: ignore
 
 
@@ -1130,3 +1131,4 @@ jobs:
             EXTRAFLAGS='-fmax-errors=10'
 
       - *ccache_save_step
+      - *upload_logs_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0021-ci-linux-Run-on-ubuntu-24.04-and-define-what-we-.patch"



^ permalink  raw  reply  [nested|flat] 249+ messages in thread

* [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures
@ 2026-06-03 17:58  Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 249+ messages in thread

From: Andres Freund @ 2026-06-03 17:58 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index adb5ef5780e..b3997ab42ad 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -337,6 +337,7 @@ jobs:
               **/regress_log_*
               **/crashlog-*.txt
               build/meson-logs/**
+              **/config.log
           if-no-files-found: ignore
 
 
@@ -1130,3 +1131,4 @@ jobs:
             EXTRAFLAGS='-fmax-errors=10'
 
       - *ccache_save_step
+      - *upload_logs_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0021-ci-linux-Run-on-ubuntu-24.04-and-define-what-we-.patch"



^ permalink  raw  reply  [nested|flat] 249+ messages in thread

* [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures
@ 2026-06-03 17:58  Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 249+ messages in thread

From: Andres Freund @ 2026-06-03 17:58 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index adb5ef5780e..b3997ab42ad 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -337,6 +337,7 @@ jobs:
               **/regress_log_*
               **/crashlog-*.txt
               build/meson-logs/**
+              **/config.log
           if-no-files-found: ignore
 
 
@@ -1130,3 +1131,4 @@ jobs:
             EXTRAFLAGS='-fmax-errors=10'
 
       - *ccache_save_step
+      - *upload_logs_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0021-ci-linux-Run-on-ubuntu-24.04-and-define-what-we-.patch"



^ permalink  raw  reply  [nested|flat] 249+ messages in thread

* [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures
@ 2026-06-03 17:58  Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 249+ messages in thread

From: Andres Freund @ 2026-06-03 17:58 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index adb5ef5780e..b3997ab42ad 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -337,6 +337,7 @@ jobs:
               **/regress_log_*
               **/crashlog-*.txt
               build/meson-logs/**
+              **/config.log
           if-no-files-found: ignore
 
 
@@ -1130,3 +1131,4 @@ jobs:
             EXTRAFLAGS='-fmax-errors=10'
 
       - *ccache_save_step
+      - *upload_logs_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0021-ci-linux-Run-on-ubuntu-24.04-and-define-what-we-.patch"



^ permalink  raw  reply  [nested|flat] 249+ messages in thread

* [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures
@ 2026-06-03 17:58  Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 249+ messages in thread

From: Andres Freund @ 2026-06-03 17:58 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index adb5ef5780e..b3997ab42ad 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -337,6 +337,7 @@ jobs:
               **/regress_log_*
               **/crashlog-*.txt
               build/meson-logs/**
+              **/config.log
           if-no-files-found: ignore
 
 
@@ -1130,3 +1131,4 @@ jobs:
             EXTRAFLAGS='-fmax-errors=10'
 
       - *ccache_save_step
+      - *upload_logs_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0021-ci-linux-Run-on-ubuntu-24.04-and-define-what-we-.patch"



^ permalink  raw  reply  [nested|flat] 249+ messages in thread

* [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures
@ 2026-06-03 17:58  Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 249+ messages in thread

From: Andres Freund @ 2026-06-03 17:58 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index adb5ef5780e..b3997ab42ad 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -337,6 +337,7 @@ jobs:
               **/regress_log_*
               **/crashlog-*.txt
               build/meson-logs/**
+              **/config.log
           if-no-files-found: ignore
 
 
@@ -1130,3 +1131,4 @@ jobs:
             EXTRAFLAGS='-fmax-errors=10'
 
       - *ccache_save_step
+      - *upload_logs_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0021-ci-linux-Run-on-ubuntu-24.04-and-define-what-we-.patch"



^ permalink  raw  reply  [nested|flat] 249+ messages in thread

* [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures
@ 2026-06-03 17:58  Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 249+ messages in thread

From: Andres Freund @ 2026-06-03 17:58 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index adb5ef5780e..b3997ab42ad 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -337,6 +337,7 @@ jobs:
               **/regress_log_*
               **/crashlog-*.txt
               build/meson-logs/**
+              **/config.log
           if-no-files-found: ignore
 
 
@@ -1130,3 +1131,4 @@ jobs:
             EXTRAFLAGS='-fmax-errors=10'
 
       - *ccache_save_step
+      - *upload_logs_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0021-ci-linux-Run-on-ubuntu-24.04-and-define-what-we-.patch"



^ permalink  raw  reply  [nested|flat] 249+ messages in thread

* [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures
@ 2026-06-03 17:58  Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 249+ messages in thread

From: Andres Freund @ 2026-06-03 17:58 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index adb5ef5780e..b3997ab42ad 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -337,6 +337,7 @@ jobs:
               **/regress_log_*
               **/crashlog-*.txt
               build/meson-logs/**
+              **/config.log
           if-no-files-found: ignore
 
 
@@ -1130,3 +1131,4 @@ jobs:
             EXTRAFLAGS='-fmax-errors=10'
 
       - *ccache_save_step
+      - *upload_logs_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0021-ci-linux-Run-on-ubuntu-24.04-and-define-what-we-.patch"



^ permalink  raw  reply  [nested|flat] 249+ messages in thread

* [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures
@ 2026-06-03 17:58  Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 249+ messages in thread

From: Andres Freund @ 2026-06-03 17:58 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index adb5ef5780e..b3997ab42ad 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -337,6 +337,7 @@ jobs:
               **/regress_log_*
               **/crashlog-*.txt
               build/meson-logs/**
+              **/config.log
           if-no-files-found: ignore
 
 
@@ -1130,3 +1131,4 @@ jobs:
             EXTRAFLAGS='-fmax-errors=10'
 
       - *ccache_save_step
+      - *upload_logs_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0021-ci-linux-Run-on-ubuntu-24.04-and-define-what-we-.patch"



^ permalink  raw  reply  [nested|flat] 249+ messages in thread

* [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures
@ 2026-06-03 17:58  Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 249+ messages in thread

From: Andres Freund @ 2026-06-03 17:58 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index adb5ef5780e..b3997ab42ad 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -337,6 +337,7 @@ jobs:
               **/regress_log_*
               **/crashlog-*.txt
               build/meson-logs/**
+              **/config.log
           if-no-files-found: ignore
 
 
@@ -1130,3 +1131,4 @@ jobs:
             EXTRAFLAGS='-fmax-errors=10'
 
       - *ccache_save_step
+      - *upload_logs_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0021-ci-linux-Run-on-ubuntu-24.04-and-define-what-we-.patch"



^ permalink  raw  reply  [nested|flat] 249+ messages in thread

* [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures
@ 2026-06-03 17:58  Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 249+ messages in thread

From: Andres Freund @ 2026-06-03 17:58 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index adb5ef5780e..b3997ab42ad 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -337,6 +337,7 @@ jobs:
               **/regress_log_*
               **/crashlog-*.txt
               build/meson-logs/**
+              **/config.log
           if-no-files-found: ignore
 
 
@@ -1130,3 +1131,4 @@ jobs:
             EXTRAFLAGS='-fmax-errors=10'
 
       - *ccache_save_step
+      - *upload_logs_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0021-ci-linux-Run-on-ubuntu-24.04-and-define-what-we-.patch"



^ permalink  raw  reply  [nested|flat] 249+ messages in thread

* [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures
@ 2026-06-03 17:58  Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 249+ messages in thread

From: Andres Freund @ 2026-06-03 17:58 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index adb5ef5780e..b3997ab42ad 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -337,6 +337,7 @@ jobs:
               **/regress_log_*
               **/crashlog-*.txt
               build/meson-logs/**
+              **/config.log
           if-no-files-found: ignore
 
 
@@ -1130,3 +1131,4 @@ jobs:
             EXTRAFLAGS='-fmax-errors=10'
 
       - *ccache_save_step
+      - *upload_logs_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0021-ci-linux-Run-on-ubuntu-24.04-and-define-what-we-.patch"



^ permalink  raw  reply  [nested|flat] 249+ messages in thread

* [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures
@ 2026-06-03 17:58  Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 249+ messages in thread

From: Andres Freund @ 2026-06-03 17:58 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index adb5ef5780e..b3997ab42ad 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -337,6 +337,7 @@ jobs:
               **/regress_log_*
               **/crashlog-*.txt
               build/meson-logs/**
+              **/config.log
           if-no-files-found: ignore
 
 
@@ -1130,3 +1131,4 @@ jobs:
             EXTRAFLAGS='-fmax-errors=10'
 
       - *ccache_save_step
+      - *upload_logs_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0021-ci-linux-Run-on-ubuntu-24.04-and-define-what-we-.patch"



^ permalink  raw  reply  [nested|flat] 249+ messages in thread

* [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures
@ 2026-06-03 17:58  Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 249+ messages in thread

From: Andres Freund @ 2026-06-03 17:58 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index adb5ef5780e..b3997ab42ad 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -337,6 +337,7 @@ jobs:
               **/regress_log_*
               **/crashlog-*.txt
               build/meson-logs/**
+              **/config.log
           if-no-files-found: ignore
 
 
@@ -1130,3 +1131,4 @@ jobs:
             EXTRAFLAGS='-fmax-errors=10'
 
       - *ccache_save_step
+      - *upload_logs_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0021-ci-linux-Run-on-ubuntu-24.04-and-define-what-we-.patch"



^ permalink  raw  reply  [nested|flat] 249+ messages in thread

* [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures
@ 2026-06-03 17:58  Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 249+ messages in thread

From: Andres Freund @ 2026-06-03 17:58 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index adb5ef5780e..b3997ab42ad 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -337,6 +337,7 @@ jobs:
               **/regress_log_*
               **/crashlog-*.txt
               build/meson-logs/**
+              **/config.log
           if-no-files-found: ignore
 
 
@@ -1130,3 +1131,4 @@ jobs:
             EXTRAFLAGS='-fmax-errors=10'
 
       - *ccache_save_step
+      - *upload_logs_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0021-ci-linux-Run-on-ubuntu-24.04-and-define-what-we-.patch"



^ permalink  raw  reply  [nested|flat] 249+ messages in thread

* [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures
@ 2026-06-03 17:58  Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 249+ messages in thread

From: Andres Freund @ 2026-06-03 17:58 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index adb5ef5780e..b3997ab42ad 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -337,6 +337,7 @@ jobs:
               **/regress_log_*
               **/crashlog-*.txt
               build/meson-logs/**
+              **/config.log
           if-no-files-found: ignore
 
 
@@ -1130,3 +1131,4 @@ jobs:
             EXTRAFLAGS='-fmax-errors=10'
 
       - *ccache_save_step
+      - *upload_logs_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0021-ci-linux-Run-on-ubuntu-24.04-and-define-what-we-.patch"



^ permalink  raw  reply  [nested|flat] 249+ messages in thread

* [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures
@ 2026-06-03 17:58  Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 249+ messages in thread

From: Andres Freund @ 2026-06-03 17:58 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index adb5ef5780e..b3997ab42ad 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -337,6 +337,7 @@ jobs:
               **/regress_log_*
               **/crashlog-*.txt
               build/meson-logs/**
+              **/config.log
           if-no-files-found: ignore
 
 
@@ -1130,3 +1131,4 @@ jobs:
             EXTRAFLAGS='-fmax-errors=10'
 
       - *ccache_save_step
+      - *upload_logs_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0021-ci-linux-Run-on-ubuntu-24.04-and-define-what-we-.patch"



^ permalink  raw  reply  [nested|flat] 249+ messages in thread

* [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures
@ 2026-06-03 17:58  Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 249+ messages in thread

From: Andres Freund @ 2026-06-03 17:58 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index adb5ef5780e..b3997ab42ad 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -337,6 +337,7 @@ jobs:
               **/regress_log_*
               **/crashlog-*.txt
               build/meson-logs/**
+              **/config.log
           if-no-files-found: ignore
 
 
@@ -1130,3 +1131,4 @@ jobs:
             EXTRAFLAGS='-fmax-errors=10'
 
       - *ccache_save_step
+      - *upload_logs_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0021-ci-linux-Run-on-ubuntu-24.04-and-define-what-we-.patch"



^ permalink  raw  reply  [nested|flat] 249+ messages in thread

* [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures
@ 2026-06-03 17:58  Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 249+ messages in thread

From: Andres Freund @ 2026-06-03 17:58 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index adb5ef5780e..b3997ab42ad 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -337,6 +337,7 @@ jobs:
               **/regress_log_*
               **/crashlog-*.txt
               build/meson-logs/**
+              **/config.log
           if-no-files-found: ignore
 
 
@@ -1130,3 +1131,4 @@ jobs:
             EXTRAFLAGS='-fmax-errors=10'
 
       - *ccache_save_step
+      - *upload_logs_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0021-ci-linux-Run-on-ubuntu-24.04-and-define-what-we-.patch"



^ permalink  raw  reply  [nested|flat] 249+ messages in thread

* [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures
@ 2026-06-03 17:58  Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 249+ messages in thread

From: Andres Freund @ 2026-06-03 17:58 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index adb5ef5780e..b3997ab42ad 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -337,6 +337,7 @@ jobs:
               **/regress_log_*
               **/crashlog-*.txt
               build/meson-logs/**
+              **/config.log
           if-no-files-found: ignore
 
 
@@ -1130,3 +1131,4 @@ jobs:
             EXTRAFLAGS='-fmax-errors=10'
 
       - *ccache_save_step
+      - *upload_logs_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0021-ci-linux-Run-on-ubuntu-24.04-and-define-what-we-.patch"



^ permalink  raw  reply  [nested|flat] 249+ messages in thread

* [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures
@ 2026-06-03 17:58  Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 249+ messages in thread

From: Andres Freund @ 2026-06-03 17:58 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index adb5ef5780e..b3997ab42ad 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -337,6 +337,7 @@ jobs:
               **/regress_log_*
               **/crashlog-*.txt
               build/meson-logs/**
+              **/config.log
           if-no-files-found: ignore
 
 
@@ -1130,3 +1131,4 @@ jobs:
             EXTRAFLAGS='-fmax-errors=10'
 
       - *ccache_save_step
+      - *upload_logs_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0021-ci-linux-Run-on-ubuntu-24.04-and-define-what-we-.patch"



^ permalink  raw  reply  [nested|flat] 249+ messages in thread

* [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures
@ 2026-06-03 17:58  Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 249+ messages in thread

From: Andres Freund @ 2026-06-03 17:58 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index adb5ef5780e..b3997ab42ad 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -337,6 +337,7 @@ jobs:
               **/regress_log_*
               **/crashlog-*.txt
               build/meson-logs/**
+              **/config.log
           if-no-files-found: ignore
 
 
@@ -1130,3 +1131,4 @@ jobs:
             EXTRAFLAGS='-fmax-errors=10'
 
       - *ccache_save_step
+      - *upload_logs_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0021-ci-linux-Run-on-ubuntu-24.04-and-define-what-we-.patch"



^ permalink  raw  reply  [nested|flat] 249+ messages in thread

* [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures
@ 2026-06-03 17:58  Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 249+ messages in thread

From: Andres Freund @ 2026-06-03 17:58 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index adb5ef5780e..b3997ab42ad 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -337,6 +337,7 @@ jobs:
               **/regress_log_*
               **/crashlog-*.txt
               build/meson-logs/**
+              **/config.log
           if-no-files-found: ignore
 
 
@@ -1130,3 +1131,4 @@ jobs:
             EXTRAFLAGS='-fmax-errors=10'
 
       - *ccache_save_step
+      - *upload_logs_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0021-ci-linux-Run-on-ubuntu-24.04-and-define-what-we-.patch"



^ permalink  raw  reply  [nested|flat] 249+ messages in thread

* [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures
@ 2026-06-03 17:58  Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 249+ messages in thread

From: Andres Freund @ 2026-06-03 17:58 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index adb5ef5780e..b3997ab42ad 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -337,6 +337,7 @@ jobs:
               **/regress_log_*
               **/crashlog-*.txt
               build/meson-logs/**
+              **/config.log
           if-no-files-found: ignore
 
 
@@ -1130,3 +1131,4 @@ jobs:
             EXTRAFLAGS='-fmax-errors=10'
 
       - *ccache_save_step
+      - *upload_logs_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0021-ci-linux-Run-on-ubuntu-24.04-and-define-what-we-.patch"



^ permalink  raw  reply  [nested|flat] 249+ messages in thread

* [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures
@ 2026-06-03 17:58  Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 249+ messages in thread

From: Andres Freund @ 2026-06-03 17:58 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index adb5ef5780e..b3997ab42ad 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -337,6 +337,7 @@ jobs:
               **/regress_log_*
               **/crashlog-*.txt
               build/meson-logs/**
+              **/config.log
           if-no-files-found: ignore
 
 
@@ -1130,3 +1131,4 @@ jobs:
             EXTRAFLAGS='-fmax-errors=10'
 
       - *ccache_save_step
+      - *upload_logs_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0021-ci-linux-Run-on-ubuntu-24.04-and-define-what-we-.patch"



^ permalink  raw  reply  [nested|flat] 249+ messages in thread

* [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures
@ 2026-06-03 17:58  Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 249+ messages in thread

From: Andres Freund @ 2026-06-03 17:58 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index adb5ef5780e..b3997ab42ad 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -337,6 +337,7 @@ jobs:
               **/regress_log_*
               **/crashlog-*.txt
               build/meson-logs/**
+              **/config.log
           if-no-files-found: ignore
 
 
@@ -1130,3 +1131,4 @@ jobs:
             EXTRAFLAGS='-fmax-errors=10'
 
       - *ccache_save_step
+      - *upload_logs_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0021-ci-linux-Run-on-ubuntu-24.04-and-define-what-we-.patch"



^ permalink  raw  reply  [nested|flat] 249+ messages in thread

* [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures
@ 2026-06-03 17:58  Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 249+ messages in thread

From: Andres Freund @ 2026-06-03 17:58 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index adb5ef5780e..b3997ab42ad 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -337,6 +337,7 @@ jobs:
               **/regress_log_*
               **/crashlog-*.txt
               build/meson-logs/**
+              **/config.log
           if-no-files-found: ignore
 
 
@@ -1130,3 +1131,4 @@ jobs:
             EXTRAFLAGS='-fmax-errors=10'
 
       - *ccache_save_step
+      - *upload_logs_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0021-ci-linux-Run-on-ubuntu-24.04-and-define-what-we-.patch"



^ permalink  raw  reply  [nested|flat] 249+ messages in thread

* [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures
@ 2026-06-03 17:58  Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 249+ messages in thread

From: Andres Freund @ 2026-06-03 17:58 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index adb5ef5780e..b3997ab42ad 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -337,6 +337,7 @@ jobs:
               **/regress_log_*
               **/crashlog-*.txt
               build/meson-logs/**
+              **/config.log
           if-no-files-found: ignore
 
 
@@ -1130,3 +1131,4 @@ jobs:
             EXTRAFLAGS='-fmax-errors=10'
 
       - *ccache_save_step
+      - *upload_logs_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0021-ci-linux-Run-on-ubuntu-24.04-and-define-what-we-.patch"



^ permalink  raw  reply  [nested|flat] 249+ messages in thread

* [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures
@ 2026-06-03 17:58  Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 249+ messages in thread

From: Andres Freund @ 2026-06-03 17:58 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index adb5ef5780e..b3997ab42ad 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -337,6 +337,7 @@ jobs:
               **/regress_log_*
               **/crashlog-*.txt
               build/meson-logs/**
+              **/config.log
           if-no-files-found: ignore
 
 
@@ -1130,3 +1131,4 @@ jobs:
             EXTRAFLAGS='-fmax-errors=10'
 
       - *ccache_save_step
+      - *upload_logs_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0021-ci-linux-Run-on-ubuntu-24.04-and-define-what-we-.patch"



^ permalink  raw  reply  [nested|flat] 249+ messages in thread

* [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures
@ 2026-06-03 17:58  Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 249+ messages in thread

From: Andres Freund @ 2026-06-03 17:58 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index adb5ef5780e..b3997ab42ad 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -337,6 +337,7 @@ jobs:
               **/regress_log_*
               **/crashlog-*.txt
               build/meson-logs/**
+              **/config.log
           if-no-files-found: ignore
 
 
@@ -1130,3 +1131,4 @@ jobs:
             EXTRAFLAGS='-fmax-errors=10'
 
       - *ccache_save_step
+      - *upload_logs_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0021-ci-linux-Run-on-ubuntu-24.04-and-define-what-we-.patch"



^ permalink  raw  reply  [nested|flat] 249+ messages in thread

* [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures
@ 2026-06-03 17:58  Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 249+ messages in thread

From: Andres Freund @ 2026-06-03 17:58 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index adb5ef5780e..b3997ab42ad 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -337,6 +337,7 @@ jobs:
               **/regress_log_*
               **/crashlog-*.txt
               build/meson-logs/**
+              **/config.log
           if-no-files-found: ignore
 
 
@@ -1130,3 +1131,4 @@ jobs:
             EXTRAFLAGS='-fmax-errors=10'
 
       - *ccache_save_step
+      - *upload_logs_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0021-ci-linux-Run-on-ubuntu-24.04-and-define-what-we-.patch"



^ permalink  raw  reply  [nested|flat] 249+ messages in thread

* [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures
@ 2026-06-03 17:58  Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 249+ messages in thread

From: Andres Freund @ 2026-06-03 17:58 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index adb5ef5780e..b3997ab42ad 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -337,6 +337,7 @@ jobs:
               **/regress_log_*
               **/crashlog-*.txt
               build/meson-logs/**
+              **/config.log
           if-no-files-found: ignore
 
 
@@ -1130,3 +1131,4 @@ jobs:
             EXTRAFLAGS='-fmax-errors=10'
 
       - *ccache_save_step
+      - *upload_logs_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0021-ci-linux-Run-on-ubuntu-24.04-and-define-what-we-.patch"



^ permalink  raw  reply  [nested|flat] 249+ messages in thread

* [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures
@ 2026-06-03 17:58  Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 249+ messages in thread

From: Andres Freund @ 2026-06-03 17:58 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index adb5ef5780e..b3997ab42ad 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -337,6 +337,7 @@ jobs:
               **/regress_log_*
               **/crashlog-*.txt
               build/meson-logs/**
+              **/config.log
           if-no-files-found: ignore
 
 
@@ -1130,3 +1131,4 @@ jobs:
             EXTRAFLAGS='-fmax-errors=10'
 
       - *ccache_save_step
+      - *upload_logs_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0021-ci-linux-Run-on-ubuntu-24.04-and-define-what-we-.patch"



^ permalink  raw  reply  [nested|flat] 249+ messages in thread

* [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures
@ 2026-06-03 17:58  Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 249+ messages in thread

From: Andres Freund @ 2026-06-03 17:58 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index adb5ef5780e..b3997ab42ad 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -337,6 +337,7 @@ jobs:
               **/regress_log_*
               **/crashlog-*.txt
               build/meson-logs/**
+              **/config.log
           if-no-files-found: ignore
 
 
@@ -1130,3 +1131,4 @@ jobs:
             EXTRAFLAGS='-fmax-errors=10'
 
       - *ccache_save_step
+      - *upload_logs_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0021-ci-linux-Run-on-ubuntu-24.04-and-define-what-we-.patch"



^ permalink  raw  reply  [nested|flat] 249+ messages in thread

* [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures
@ 2026-06-03 17:58  Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 249+ messages in thread

From: Andres Freund @ 2026-06-03 17:58 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index adb5ef5780e..b3997ab42ad 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -337,6 +337,7 @@ jobs:
               **/regress_log_*
               **/crashlog-*.txt
               build/meson-logs/**
+              **/config.log
           if-no-files-found: ignore
 
 
@@ -1130,3 +1131,4 @@ jobs:
             EXTRAFLAGS='-fmax-errors=10'
 
       - *ccache_save_step
+      - *upload_logs_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0021-ci-linux-Run-on-ubuntu-24.04-and-define-what-we-.patch"



^ permalink  raw  reply  [nested|flat] 249+ messages in thread

* [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures
@ 2026-06-03 17:58  Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 249+ messages in thread

From: Andres Freund @ 2026-06-03 17:58 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index adb5ef5780e..b3997ab42ad 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -337,6 +337,7 @@ jobs:
               **/regress_log_*
               **/crashlog-*.txt
               build/meson-logs/**
+              **/config.log
           if-no-files-found: ignore
 
 
@@ -1130,3 +1131,4 @@ jobs:
             EXTRAFLAGS='-fmax-errors=10'
 
       - *ccache_save_step
+      - *upload_logs_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0021-ci-linux-Run-on-ubuntu-24.04-and-define-what-we-.patch"



^ permalink  raw  reply  [nested|flat] 249+ messages in thread

* [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures
@ 2026-06-03 17:58  Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 249+ messages in thread

From: Andres Freund @ 2026-06-03 17:58 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index adb5ef5780e..b3997ab42ad 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -337,6 +337,7 @@ jobs:
               **/regress_log_*
               **/crashlog-*.txt
               build/meson-logs/**
+              **/config.log
           if-no-files-found: ignore
 
 
@@ -1130,3 +1131,4 @@ jobs:
             EXTRAFLAGS='-fmax-errors=10'
 
       - *ccache_save_step
+      - *upload_logs_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0021-ci-linux-Run-on-ubuntu-24.04-and-define-what-we-.patch"



^ permalink  raw  reply  [nested|flat] 249+ messages in thread

* [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures
@ 2026-06-03 17:58  Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 249+ messages in thread

From: Andres Freund @ 2026-06-03 17:58 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index adb5ef5780e..b3997ab42ad 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -337,6 +337,7 @@ jobs:
               **/regress_log_*
               **/crashlog-*.txt
               build/meson-logs/**
+              **/config.log
           if-no-files-found: ignore
 
 
@@ -1130,3 +1131,4 @@ jobs:
             EXTRAFLAGS='-fmax-errors=10'
 
       - *ccache_save_step
+      - *upload_logs_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0021-ci-linux-Run-on-ubuntu-24.04-and-define-what-we-.patch"



^ permalink  raw  reply  [nested|flat] 249+ messages in thread

* [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures
@ 2026-06-03 17:58  Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 249+ messages in thread

From: Andres Freund @ 2026-06-03 17:58 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index adb5ef5780e..b3997ab42ad 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -337,6 +337,7 @@ jobs:
               **/regress_log_*
               **/crashlog-*.txt
               build/meson-logs/**
+              **/config.log
           if-no-files-found: ignore
 
 
@@ -1130,3 +1131,4 @@ jobs:
             EXTRAFLAGS='-fmax-errors=10'
 
       - *ccache_save_step
+      - *upload_logs_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0021-ci-linux-Run-on-ubuntu-24.04-and-define-what-we-.patch"



^ permalink  raw  reply  [nested|flat] 249+ messages in thread

* [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures
@ 2026-06-03 17:58  Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 249+ messages in thread

From: Andres Freund @ 2026-06-03 17:58 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index adb5ef5780e..b3997ab42ad 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -337,6 +337,7 @@ jobs:
               **/regress_log_*
               **/crashlog-*.txt
               build/meson-logs/**
+              **/config.log
           if-no-files-found: ignore
 
 
@@ -1130,3 +1131,4 @@ jobs:
             EXTRAFLAGS='-fmax-errors=10'
 
       - *ccache_save_step
+      - *upload_logs_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0021-ci-linux-Run-on-ubuntu-24.04-and-define-what-we-.patch"



^ permalink  raw  reply  [nested|flat] 249+ messages in thread

* [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures
@ 2026-06-03 17:58  Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 249+ messages in thread

From: Andres Freund @ 2026-06-03 17:58 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index adb5ef5780e..b3997ab42ad 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -337,6 +337,7 @@ jobs:
               **/regress_log_*
               **/crashlog-*.txt
               build/meson-logs/**
+              **/config.log
           if-no-files-found: ignore
 
 
@@ -1130,3 +1131,4 @@ jobs:
             EXTRAFLAGS='-fmax-errors=10'
 
       - *ccache_save_step
+      - *upload_logs_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0021-ci-linux-Run-on-ubuntu-24.04-and-define-what-we-.patch"



^ permalink  raw  reply  [nested|flat] 249+ messages in thread

* [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures
@ 2026-06-03 17:58  Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 249+ messages in thread

From: Andres Freund @ 2026-06-03 17:58 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index adb5ef5780e..b3997ab42ad 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -337,6 +337,7 @@ jobs:
               **/regress_log_*
               **/crashlog-*.txt
               build/meson-logs/**
+              **/config.log
           if-no-files-found: ignore
 
 
@@ -1130,3 +1131,4 @@ jobs:
             EXTRAFLAGS='-fmax-errors=10'
 
       - *ccache_save_step
+      - *upload_logs_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0021-ci-linux-Run-on-ubuntu-24.04-and-define-what-we-.patch"



^ permalink  raw  reply  [nested|flat] 249+ messages in thread

* [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures
@ 2026-06-03 17:58  Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 249+ messages in thread

From: Andres Freund @ 2026-06-03 17:58 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index adb5ef5780e..b3997ab42ad 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -337,6 +337,7 @@ jobs:
               **/regress_log_*
               **/crashlog-*.txt
               build/meson-logs/**
+              **/config.log
           if-no-files-found: ignore
 
 
@@ -1130,3 +1131,4 @@ jobs:
             EXTRAFLAGS='-fmax-errors=10'
 
       - *ccache_save_step
+      - *upload_logs_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0021-ci-linux-Run-on-ubuntu-24.04-and-define-what-we-.patch"



^ permalink  raw  reply  [nested|flat] 249+ messages in thread

* [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures
@ 2026-06-03 17:58  Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 249+ messages in thread

From: Andres Freund @ 2026-06-03 17:58 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index adb5ef5780e..b3997ab42ad 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -337,6 +337,7 @@ jobs:
               **/regress_log_*
               **/crashlog-*.txt
               build/meson-logs/**
+              **/config.log
           if-no-files-found: ignore
 
 
@@ -1130,3 +1131,4 @@ jobs:
             EXTRAFLAGS='-fmax-errors=10'
 
       - *ccache_save_step
+      - *upload_logs_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0021-ci-linux-Run-on-ubuntu-24.04-and-define-what-we-.patch"



^ permalink  raw  reply  [nested|flat] 249+ messages in thread

* [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures
@ 2026-06-03 17:58  Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 249+ messages in thread

From: Andres Freund @ 2026-06-03 17:58 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index adb5ef5780e..b3997ab42ad 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -337,6 +337,7 @@ jobs:
               **/regress_log_*
               **/crashlog-*.txt
               build/meson-logs/**
+              **/config.log
           if-no-files-found: ignore
 
 
@@ -1130,3 +1131,4 @@ jobs:
             EXTRAFLAGS='-fmax-errors=10'
 
       - *ccache_save_step
+      - *upload_logs_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0021-ci-linux-Run-on-ubuntu-24.04-and-define-what-we-.patch"



^ permalink  raw  reply  [nested|flat] 249+ messages in thread

* [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures
@ 2026-06-03 17:58  Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 249+ messages in thread

From: Andres Freund @ 2026-06-03 17:58 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index adb5ef5780e..b3997ab42ad 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -337,6 +337,7 @@ jobs:
               **/regress_log_*
               **/crashlog-*.txt
               build/meson-logs/**
+              **/config.log
           if-no-files-found: ignore
 
 
@@ -1130,3 +1131,4 @@ jobs:
             EXTRAFLAGS='-fmax-errors=10'
 
       - *ccache_save_step
+      - *upload_logs_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0021-ci-linux-Run-on-ubuntu-24.04-and-define-what-we-.patch"



^ permalink  raw  reply  [nested|flat] 249+ messages in thread

* [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures
@ 2026-06-03 17:58  Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 249+ messages in thread

From: Andres Freund @ 2026-06-03 17:58 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index adb5ef5780e..b3997ab42ad 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -337,6 +337,7 @@ jobs:
               **/regress_log_*
               **/crashlog-*.txt
               build/meson-logs/**
+              **/config.log
           if-no-files-found: ignore
 
 
@@ -1130,3 +1131,4 @@ jobs:
             EXTRAFLAGS='-fmax-errors=10'
 
       - *ccache_save_step
+      - *upload_logs_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0021-ci-linux-Run-on-ubuntu-24.04-and-define-what-we-.patch"



^ permalink  raw  reply  [nested|flat] 249+ messages in thread

* [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures
@ 2026-06-03 17:58  Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 249+ messages in thread

From: Andres Freund @ 2026-06-03 17:58 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index adb5ef5780e..b3997ab42ad 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -337,6 +337,7 @@ jobs:
               **/regress_log_*
               **/crashlog-*.txt
               build/meson-logs/**
+              **/config.log
           if-no-files-found: ignore
 
 
@@ -1130,3 +1131,4 @@ jobs:
             EXTRAFLAGS='-fmax-errors=10'
 
       - *ccache_save_step
+      - *upload_logs_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0021-ci-linux-Run-on-ubuntu-24.04-and-define-what-we-.patch"



^ permalink  raw  reply  [nested|flat] 249+ messages in thread

* [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures
@ 2026-06-03 17:58  Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 249+ messages in thread

From: Andres Freund @ 2026-06-03 17:58 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index adb5ef5780e..b3997ab42ad 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -337,6 +337,7 @@ jobs:
               **/regress_log_*
               **/crashlog-*.txt
               build/meson-logs/**
+              **/config.log
           if-no-files-found: ignore
 
 
@@ -1130,3 +1131,4 @@ jobs:
             EXTRAFLAGS='-fmax-errors=10'
 
       - *ccache_save_step
+      - *upload_logs_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0021-ci-linux-Run-on-ubuntu-24.04-and-define-what-we-.patch"



^ permalink  raw  reply  [nested|flat] 249+ messages in thread

* [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures
@ 2026-06-03 17:58  Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 249+ messages in thread

From: Andres Freund @ 2026-06-03 17:58 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index adb5ef5780e..b3997ab42ad 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -337,6 +337,7 @@ jobs:
               **/regress_log_*
               **/crashlog-*.txt
               build/meson-logs/**
+              **/config.log
           if-no-files-found: ignore
 
 
@@ -1130,3 +1131,4 @@ jobs:
             EXTRAFLAGS='-fmax-errors=10'
 
       - *ccache_save_step
+      - *upload_logs_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0021-ci-linux-Run-on-ubuntu-24.04-and-define-what-we-.patch"



^ permalink  raw  reply  [nested|flat] 249+ messages in thread

* [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures
@ 2026-06-03 17:58  Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 249+ messages in thread

From: Andres Freund @ 2026-06-03 17:58 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index adb5ef5780e..b3997ab42ad 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -337,6 +337,7 @@ jobs:
               **/regress_log_*
               **/crashlog-*.txt
               build/meson-logs/**
+              **/config.log
           if-no-files-found: ignore
 
 
@@ -1130,3 +1131,4 @@ jobs:
             EXTRAFLAGS='-fmax-errors=10'
 
       - *ccache_save_step
+      - *upload_logs_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0021-ci-linux-Run-on-ubuntu-24.04-and-define-what-we-.patch"



^ permalink  raw  reply  [nested|flat] 249+ messages in thread

* [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures
@ 2026-06-03 17:58  Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 249+ messages in thread

From: Andres Freund @ 2026-06-03 17:58 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index adb5ef5780e..b3997ab42ad 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -337,6 +337,7 @@ jobs:
               **/regress_log_*
               **/crashlog-*.txt
               build/meson-logs/**
+              **/config.log
           if-no-files-found: ignore
 
 
@@ -1130,3 +1131,4 @@ jobs:
             EXTRAFLAGS='-fmax-errors=10'
 
       - *ccache_save_step
+      - *upload_logs_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0021-ci-linux-Run-on-ubuntu-24.04-and-define-what-we-.patch"



^ permalink  raw  reply  [nested|flat] 249+ messages in thread

* [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures
@ 2026-06-03 17:58  Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 249+ messages in thread

From: Andres Freund @ 2026-06-03 17:58 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index adb5ef5780e..b3997ab42ad 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -337,6 +337,7 @@ jobs:
               **/regress_log_*
               **/crashlog-*.txt
               build/meson-logs/**
+              **/config.log
           if-no-files-found: ignore
 
 
@@ -1130,3 +1131,4 @@ jobs:
             EXTRAFLAGS='-fmax-errors=10'
 
       - *ccache_save_step
+      - *upload_logs_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0021-ci-linux-Run-on-ubuntu-24.04-and-define-what-we-.patch"



^ permalink  raw  reply  [nested|flat] 249+ messages in thread

* [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures
@ 2026-06-03 17:58  Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 249+ messages in thread

From: Andres Freund @ 2026-06-03 17:58 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index adb5ef5780e..b3997ab42ad 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -337,6 +337,7 @@ jobs:
               **/regress_log_*
               **/crashlog-*.txt
               build/meson-logs/**
+              **/config.log
           if-no-files-found: ignore
 
 
@@ -1130,3 +1131,4 @@ jobs:
             EXTRAFLAGS='-fmax-errors=10'
 
       - *ccache_save_step
+      - *upload_logs_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0021-ci-linux-Run-on-ubuntu-24.04-and-define-what-we-.patch"



^ permalink  raw  reply  [nested|flat] 249+ messages in thread

* [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures
@ 2026-06-03 17:58  Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 249+ messages in thread

From: Andres Freund @ 2026-06-03 17:58 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index adb5ef5780e..b3997ab42ad 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -337,6 +337,7 @@ jobs:
               **/regress_log_*
               **/crashlog-*.txt
               build/meson-logs/**
+              **/config.log
           if-no-files-found: ignore
 
 
@@ -1130,3 +1131,4 @@ jobs:
             EXTRAFLAGS='-fmax-errors=10'
 
       - *ccache_save_step
+      - *upload_logs_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0021-ci-linux-Run-on-ubuntu-24.04-and-define-what-we-.patch"



^ permalink  raw  reply  [nested|flat] 249+ messages in thread

* [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures
@ 2026-06-03 17:58  Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 249+ messages in thread

From: Andres Freund @ 2026-06-03 17:58 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index adb5ef5780e..b3997ab42ad 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -337,6 +337,7 @@ jobs:
               **/regress_log_*
               **/crashlog-*.txt
               build/meson-logs/**
+              **/config.log
           if-no-files-found: ignore
 
 
@@ -1130,3 +1131,4 @@ jobs:
             EXTRAFLAGS='-fmax-errors=10'
 
       - *ccache_save_step
+      - *upload_logs_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0021-ci-linux-Run-on-ubuntu-24.04-and-define-what-we-.patch"



^ permalink  raw  reply  [nested|flat] 249+ messages in thread

* [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures
@ 2026-06-03 17:58  Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 249+ messages in thread

From: Andres Freund @ 2026-06-03 17:58 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index adb5ef5780e..b3997ab42ad 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -337,6 +337,7 @@ jobs:
               **/regress_log_*
               **/crashlog-*.txt
               build/meson-logs/**
+              **/config.log
           if-no-files-found: ignore
 
 
@@ -1130,3 +1131,4 @@ jobs:
             EXTRAFLAGS='-fmax-errors=10'
 
       - *ccache_save_step
+      - *upload_logs_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0021-ci-linux-Run-on-ubuntu-24.04-and-define-what-we-.patch"



^ permalink  raw  reply  [nested|flat] 249+ messages in thread

* [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures
@ 2026-06-03 17:58  Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 249+ messages in thread

From: Andres Freund @ 2026-06-03 17:58 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index adb5ef5780e..b3997ab42ad 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -337,6 +337,7 @@ jobs:
               **/regress_log_*
               **/crashlog-*.txt
               build/meson-logs/**
+              **/config.log
           if-no-files-found: ignore
 
 
@@ -1130,3 +1131,4 @@ jobs:
             EXTRAFLAGS='-fmax-errors=10'
 
       - *ccache_save_step
+      - *upload_logs_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0021-ci-linux-Run-on-ubuntu-24.04-and-define-what-we-.patch"



^ permalink  raw  reply  [nested|flat] 249+ messages in thread

* [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures
@ 2026-06-03 17:58  Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 249+ messages in thread

From: Andres Freund @ 2026-06-03 17:58 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index adb5ef5780e..b3997ab42ad 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -337,6 +337,7 @@ jobs:
               **/regress_log_*
               **/crashlog-*.txt
               build/meson-logs/**
+              **/config.log
           if-no-files-found: ignore
 
 
@@ -1130,3 +1131,4 @@ jobs:
             EXTRAFLAGS='-fmax-errors=10'
 
       - *ccache_save_step
+      - *upload_logs_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0021-ci-linux-Run-on-ubuntu-24.04-and-define-what-we-.patch"



^ permalink  raw  reply  [nested|flat] 249+ messages in thread

* [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures
@ 2026-06-03 17:58  Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 249+ messages in thread

From: Andres Freund @ 2026-06-03 17:58 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index adb5ef5780e..b3997ab42ad 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -337,6 +337,7 @@ jobs:
               **/regress_log_*
               **/crashlog-*.txt
               build/meson-logs/**
+              **/config.log
           if-no-files-found: ignore
 
 
@@ -1130,3 +1131,4 @@ jobs:
             EXTRAFLAGS='-fmax-errors=10'
 
       - *ccache_save_step
+      - *upload_logs_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0021-ci-linux-Run-on-ubuntu-24.04-and-define-what-we-.patch"



^ permalink  raw  reply  [nested|flat] 249+ messages in thread

* [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures
@ 2026-06-03 17:58  Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 249+ messages in thread

From: Andres Freund @ 2026-06-03 17:58 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index adb5ef5780e..b3997ab42ad 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -337,6 +337,7 @@ jobs:
               **/regress_log_*
               **/crashlog-*.txt
               build/meson-logs/**
+              **/config.log
           if-no-files-found: ignore
 
 
@@ -1130,3 +1131,4 @@ jobs:
             EXTRAFLAGS='-fmax-errors=10'
 
       - *ccache_save_step
+      - *upload_logs_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0021-ci-linux-Run-on-ubuntu-24.04-and-define-what-we-.patch"



^ permalink  raw  reply  [nested|flat] 249+ messages in thread

* [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures
@ 2026-06-03 17:58  Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 249+ messages in thread

From: Andres Freund @ 2026-06-03 17:58 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index adb5ef5780e..b3997ab42ad 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -337,6 +337,7 @@ jobs:
               **/regress_log_*
               **/crashlog-*.txt
               build/meson-logs/**
+              **/config.log
           if-no-files-found: ignore
 
 
@@ -1130,3 +1131,4 @@ jobs:
             EXTRAFLAGS='-fmax-errors=10'
 
       - *ccache_save_step
+      - *upload_logs_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0021-ci-linux-Run-on-ubuntu-24.04-and-define-what-we-.patch"



^ permalink  raw  reply  [nested|flat] 249+ messages in thread

* [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures
@ 2026-06-03 17:58  Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 249+ messages in thread

From: Andres Freund @ 2026-06-03 17:58 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index adb5ef5780e..b3997ab42ad 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -337,6 +337,7 @@ jobs:
               **/regress_log_*
               **/crashlog-*.txt
               build/meson-logs/**
+              **/config.log
           if-no-files-found: ignore
 
 
@@ -1130,3 +1131,4 @@ jobs:
             EXTRAFLAGS='-fmax-errors=10'
 
       - *ccache_save_step
+      - *upload_logs_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0021-ci-linux-Run-on-ubuntu-24.04-and-define-what-we-.patch"



^ permalink  raw  reply  [nested|flat] 249+ messages in thread

* [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures
@ 2026-06-03 17:58  Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 249+ messages in thread

From: Andres Freund @ 2026-06-03 17:58 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index adb5ef5780e..b3997ab42ad 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -337,6 +337,7 @@ jobs:
               **/regress_log_*
               **/crashlog-*.txt
               build/meson-logs/**
+              **/config.log
           if-no-files-found: ignore
 
 
@@ -1130,3 +1131,4 @@ jobs:
             EXTRAFLAGS='-fmax-errors=10'
 
       - *ccache_save_step
+      - *upload_logs_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0021-ci-linux-Run-on-ubuntu-24.04-and-define-what-we-.patch"



^ permalink  raw  reply  [nested|flat] 249+ messages in thread

* [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures
@ 2026-06-03 17:58  Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 249+ messages in thread

From: Andres Freund @ 2026-06-03 17:58 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index adb5ef5780e..b3997ab42ad 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -337,6 +337,7 @@ jobs:
               **/regress_log_*
               **/crashlog-*.txt
               build/meson-logs/**
+              **/config.log
           if-no-files-found: ignore
 
 
@@ -1130,3 +1131,4 @@ jobs:
             EXTRAFLAGS='-fmax-errors=10'
 
       - *ccache_save_step
+      - *upload_logs_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0021-ci-linux-Run-on-ubuntu-24.04-and-define-what-we-.patch"



^ permalink  raw  reply  [nested|flat] 249+ messages in thread

* [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures
@ 2026-06-03 17:58  Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 249+ messages in thread

From: Andres Freund @ 2026-06-03 17:58 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index adb5ef5780e..b3997ab42ad 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -337,6 +337,7 @@ jobs:
               **/regress_log_*
               **/crashlog-*.txt
               build/meson-logs/**
+              **/config.log
           if-no-files-found: ignore
 
 
@@ -1130,3 +1131,4 @@ jobs:
             EXTRAFLAGS='-fmax-errors=10'
 
       - *ccache_save_step
+      - *upload_logs_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0021-ci-linux-Run-on-ubuntu-24.04-and-define-what-we-.patch"



^ permalink  raw  reply  [nested|flat] 249+ messages in thread

* [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures
@ 2026-06-03 17:58  Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 249+ messages in thread

From: Andres Freund @ 2026-06-03 17:58 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index adb5ef5780e..b3997ab42ad 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -337,6 +337,7 @@ jobs:
               **/regress_log_*
               **/crashlog-*.txt
               build/meson-logs/**
+              **/config.log
           if-no-files-found: ignore
 
 
@@ -1130,3 +1131,4 @@ jobs:
             EXTRAFLAGS='-fmax-errors=10'
 
       - *ccache_save_step
+      - *upload_logs_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0021-ci-linux-Run-on-ubuntu-24.04-and-define-what-we-.patch"



^ permalink  raw  reply  [nested|flat] 249+ messages in thread

* [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures
@ 2026-06-03 17:58  Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 249+ messages in thread

From: Andres Freund @ 2026-06-03 17:58 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index adb5ef5780e..b3997ab42ad 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -337,6 +337,7 @@ jobs:
               **/regress_log_*
               **/crashlog-*.txt
               build/meson-logs/**
+              **/config.log
           if-no-files-found: ignore
 
 
@@ -1130,3 +1131,4 @@ jobs:
             EXTRAFLAGS='-fmax-errors=10'
 
       - *ccache_save_step
+      - *upload_logs_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0021-ci-linux-Run-on-ubuntu-24.04-and-define-what-we-.patch"



^ permalink  raw  reply  [nested|flat] 249+ messages in thread

* [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures
@ 2026-06-03 17:58  Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 249+ messages in thread

From: Andres Freund @ 2026-06-03 17:58 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index adb5ef5780e..b3997ab42ad 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -337,6 +337,7 @@ jobs:
               **/regress_log_*
               **/crashlog-*.txt
               build/meson-logs/**
+              **/config.log
           if-no-files-found: ignore
 
 
@@ -1130,3 +1131,4 @@ jobs:
             EXTRAFLAGS='-fmax-errors=10'
 
       - *ccache_save_step
+      - *upload_logs_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0021-ci-linux-Run-on-ubuntu-24.04-and-define-what-we-.patch"



^ permalink  raw  reply  [nested|flat] 249+ messages in thread

* [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures
@ 2026-06-03 17:58  Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 249+ messages in thread

From: Andres Freund @ 2026-06-03 17:58 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index adb5ef5780e..b3997ab42ad 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -337,6 +337,7 @@ jobs:
               **/regress_log_*
               **/crashlog-*.txt
               build/meson-logs/**
+              **/config.log
           if-no-files-found: ignore
 
 
@@ -1130,3 +1131,4 @@ jobs:
             EXTRAFLAGS='-fmax-errors=10'
 
       - *ccache_save_step
+      - *upload_logs_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0021-ci-linux-Run-on-ubuntu-24.04-and-define-what-we-.patch"



^ permalink  raw  reply  [nested|flat] 249+ messages in thread

* [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures
@ 2026-06-03 17:58  Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 249+ messages in thread

From: Andres Freund @ 2026-06-03 17:58 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index adb5ef5780e..b3997ab42ad 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -337,6 +337,7 @@ jobs:
               **/regress_log_*
               **/crashlog-*.txt
               build/meson-logs/**
+              **/config.log
           if-no-files-found: ignore
 
 
@@ -1130,3 +1131,4 @@ jobs:
             EXTRAFLAGS='-fmax-errors=10'
 
       - *ccache_save_step
+      - *upload_logs_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0021-ci-linux-Run-on-ubuntu-24.04-and-define-what-we-.patch"



^ permalink  raw  reply  [nested|flat] 249+ messages in thread

* [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures
@ 2026-06-03 17:58  Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 249+ messages in thread

From: Andres Freund @ 2026-06-03 17:58 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index adb5ef5780e..b3997ab42ad 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -337,6 +337,7 @@ jobs:
               **/regress_log_*
               **/crashlog-*.txt
               build/meson-logs/**
+              **/config.log
           if-no-files-found: ignore
 
 
@@ -1130,3 +1131,4 @@ jobs:
             EXTRAFLAGS='-fmax-errors=10'
 
       - *ccache_save_step
+      - *upload_logs_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0021-ci-linux-Run-on-ubuntu-24.04-and-define-what-we-.patch"



^ permalink  raw  reply  [nested|flat] 249+ messages in thread

* [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures
@ 2026-06-03 17:58  Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 249+ messages in thread

From: Andres Freund @ 2026-06-03 17:58 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index adb5ef5780e..b3997ab42ad 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -337,6 +337,7 @@ jobs:
               **/regress_log_*
               **/crashlog-*.txt
               build/meson-logs/**
+              **/config.log
           if-no-files-found: ignore
 
 
@@ -1130,3 +1131,4 @@ jobs:
             EXTRAFLAGS='-fmax-errors=10'
 
       - *ccache_save_step
+      - *upload_logs_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0021-ci-linux-Run-on-ubuntu-24.04-and-define-what-we-.patch"



^ permalink  raw  reply  [nested|flat] 249+ messages in thread

* [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures
@ 2026-06-03 17:58  Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 249+ messages in thread

From: Andres Freund @ 2026-06-03 17:58 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index adb5ef5780e..b3997ab42ad 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -337,6 +337,7 @@ jobs:
               **/regress_log_*
               **/crashlog-*.txt
               build/meson-logs/**
+              **/config.log
           if-no-files-found: ignore
 
 
@@ -1130,3 +1131,4 @@ jobs:
             EXTRAFLAGS='-fmax-errors=10'
 
       - *ccache_save_step
+      - *upload_logs_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0021-ci-linux-Run-on-ubuntu-24.04-and-define-what-we-.patch"



^ permalink  raw  reply  [nested|flat] 249+ messages in thread

* [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures
@ 2026-06-03 17:58  Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 249+ messages in thread

From: Andres Freund @ 2026-06-03 17:58 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index adb5ef5780e..b3997ab42ad 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -337,6 +337,7 @@ jobs:
               **/regress_log_*
               **/crashlog-*.txt
               build/meson-logs/**
+              **/config.log
           if-no-files-found: ignore
 
 
@@ -1130,3 +1131,4 @@ jobs:
             EXTRAFLAGS='-fmax-errors=10'
 
       - *ccache_save_step
+      - *upload_logs_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0021-ci-linux-Run-on-ubuntu-24.04-and-define-what-we-.patch"



^ permalink  raw  reply  [nested|flat] 249+ messages in thread

* [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures
@ 2026-06-03 17:58  Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 249+ messages in thread

From: Andres Freund @ 2026-06-03 17:58 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index adb5ef5780e..b3997ab42ad 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -337,6 +337,7 @@ jobs:
               **/regress_log_*
               **/crashlog-*.txt
               build/meson-logs/**
+              **/config.log
           if-no-files-found: ignore
 
 
@@ -1130,3 +1131,4 @@ jobs:
             EXTRAFLAGS='-fmax-errors=10'
 
       - *ccache_save_step
+      - *upload_logs_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0021-ci-linux-Run-on-ubuntu-24.04-and-define-what-we-.patch"



^ permalink  raw  reply  [nested|flat] 249+ messages in thread

* [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures
@ 2026-06-03 17:58  Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 249+ messages in thread

From: Andres Freund @ 2026-06-03 17:58 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index adb5ef5780e..b3997ab42ad 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -337,6 +337,7 @@ jobs:
               **/regress_log_*
               **/crashlog-*.txt
               build/meson-logs/**
+              **/config.log
           if-no-files-found: ignore
 
 
@@ -1130,3 +1131,4 @@ jobs:
             EXTRAFLAGS='-fmax-errors=10'
 
       - *ccache_save_step
+      - *upload_logs_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0021-ci-linux-Run-on-ubuntu-24.04-and-define-what-we-.patch"



^ permalink  raw  reply  [nested|flat] 249+ messages in thread

* [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures
@ 2026-06-03 17:58  Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 249+ messages in thread

From: Andres Freund @ 2026-06-03 17:58 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index adb5ef5780e..b3997ab42ad 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -337,6 +337,7 @@ jobs:
               **/regress_log_*
               **/crashlog-*.txt
               build/meson-logs/**
+              **/config.log
           if-no-files-found: ignore
 
 
@@ -1130,3 +1131,4 @@ jobs:
             EXTRAFLAGS='-fmax-errors=10'
 
       - *ccache_save_step
+      - *upload_logs_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0021-ci-linux-Run-on-ubuntu-24.04-and-define-what-we-.patch"



^ permalink  raw  reply  [nested|flat] 249+ messages in thread

* [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures
@ 2026-06-03 17:58  Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 249+ messages in thread

From: Andres Freund @ 2026-06-03 17:58 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index adb5ef5780e..b3997ab42ad 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -337,6 +337,7 @@ jobs:
               **/regress_log_*
               **/crashlog-*.txt
               build/meson-logs/**
+              **/config.log
           if-no-files-found: ignore
 
 
@@ -1130,3 +1131,4 @@ jobs:
             EXTRAFLAGS='-fmax-errors=10'
 
       - *ccache_save_step
+      - *upload_logs_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0021-ci-linux-Run-on-ubuntu-24.04-and-define-what-we-.patch"



^ permalink  raw  reply  [nested|flat] 249+ messages in thread

* [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures
@ 2026-06-03 17:58  Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 249+ messages in thread

From: Andres Freund @ 2026-06-03 17:58 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index adb5ef5780e..b3997ab42ad 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -337,6 +337,7 @@ jobs:
               **/regress_log_*
               **/crashlog-*.txt
               build/meson-logs/**
+              **/config.log
           if-no-files-found: ignore
 
 
@@ -1130,3 +1131,4 @@ jobs:
             EXTRAFLAGS='-fmax-errors=10'
 
       - *ccache_save_step
+      - *upload_logs_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0021-ci-linux-Run-on-ubuntu-24.04-and-define-what-we-.patch"



^ permalink  raw  reply  [nested|flat] 249+ messages in thread

* [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures
@ 2026-06-03 17:58  Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 249+ messages in thread

From: Andres Freund @ 2026-06-03 17:58 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index adb5ef5780e..b3997ab42ad 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -337,6 +337,7 @@ jobs:
               **/regress_log_*
               **/crashlog-*.txt
               build/meson-logs/**
+              **/config.log
           if-no-files-found: ignore
 
 
@@ -1130,3 +1131,4 @@ jobs:
             EXTRAFLAGS='-fmax-errors=10'
 
       - *ccache_save_step
+      - *upload_logs_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0021-ci-linux-Run-on-ubuntu-24.04-and-define-what-we-.patch"



^ permalink  raw  reply  [nested|flat] 249+ messages in thread

* [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures
@ 2026-06-03 17:58  Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 249+ messages in thread

From: Andres Freund @ 2026-06-03 17:58 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index adb5ef5780e..b3997ab42ad 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -337,6 +337,7 @@ jobs:
               **/regress_log_*
               **/crashlog-*.txt
               build/meson-logs/**
+              **/config.log
           if-no-files-found: ignore
 
 
@@ -1130,3 +1131,4 @@ jobs:
             EXTRAFLAGS='-fmax-errors=10'
 
       - *ccache_save_step
+      - *upload_logs_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0021-ci-linux-Run-on-ubuntu-24.04-and-define-what-we-.patch"



^ permalink  raw  reply  [nested|flat] 249+ messages in thread

* [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures
@ 2026-06-03 17:58  Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 249+ messages in thread

From: Andres Freund @ 2026-06-03 17:58 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index adb5ef5780e..b3997ab42ad 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -337,6 +337,7 @@ jobs:
               **/regress_log_*
               **/crashlog-*.txt
               build/meson-logs/**
+              **/config.log
           if-no-files-found: ignore
 
 
@@ -1130,3 +1131,4 @@ jobs:
             EXTRAFLAGS='-fmax-errors=10'
 
       - *ccache_save_step
+      - *upload_logs_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0021-ci-linux-Run-on-ubuntu-24.04-and-define-what-we-.patch"



^ permalink  raw  reply  [nested|flat] 249+ messages in thread

* [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures
@ 2026-06-03 17:58  Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 249+ messages in thread

From: Andres Freund @ 2026-06-03 17:58 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index adb5ef5780e..b3997ab42ad 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -337,6 +337,7 @@ jobs:
               **/regress_log_*
               **/crashlog-*.txt
               build/meson-logs/**
+              **/config.log
           if-no-files-found: ignore
 
 
@@ -1130,3 +1131,4 @@ jobs:
             EXTRAFLAGS='-fmax-errors=10'
 
       - *ccache_save_step
+      - *upload_logs_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0021-ci-linux-Run-on-ubuntu-24.04-and-define-what-we-.patch"



^ permalink  raw  reply  [nested|flat] 249+ messages in thread

* [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures
@ 2026-06-03 17:58  Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 249+ messages in thread

From: Andres Freund @ 2026-06-03 17:58 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index adb5ef5780e..b3997ab42ad 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -337,6 +337,7 @@ jobs:
               **/regress_log_*
               **/crashlog-*.txt
               build/meson-logs/**
+              **/config.log
           if-no-files-found: ignore
 
 
@@ -1130,3 +1131,4 @@ jobs:
             EXTRAFLAGS='-fmax-errors=10'
 
       - *ccache_save_step
+      - *upload_logs_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0021-ci-linux-Run-on-ubuntu-24.04-and-define-what-we-.patch"



^ permalink  raw  reply  [nested|flat] 249+ messages in thread

* [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures
@ 2026-06-03 17:58  Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 249+ messages in thread

From: Andres Freund @ 2026-06-03 17:58 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index adb5ef5780e..b3997ab42ad 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -337,6 +337,7 @@ jobs:
               **/regress_log_*
               **/crashlog-*.txt
               build/meson-logs/**
+              **/config.log
           if-no-files-found: ignore
 
 
@@ -1130,3 +1131,4 @@ jobs:
             EXTRAFLAGS='-fmax-errors=10'
 
       - *ccache_save_step
+      - *upload_logs_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0021-ci-linux-Run-on-ubuntu-24.04-and-define-what-we-.patch"



^ permalink  raw  reply  [nested|flat] 249+ messages in thread

* [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures
@ 2026-06-03 17:58  Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 249+ messages in thread

From: Andres Freund @ 2026-06-03 17:58 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index adb5ef5780e..b3997ab42ad 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -337,6 +337,7 @@ jobs:
               **/regress_log_*
               **/crashlog-*.txt
               build/meson-logs/**
+              **/config.log
           if-no-files-found: ignore
 
 
@@ -1130,3 +1131,4 @@ jobs:
             EXTRAFLAGS='-fmax-errors=10'
 
       - *ccache_save_step
+      - *upload_logs_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0021-ci-linux-Run-on-ubuntu-24.04-and-define-what-we-.patch"



^ permalink  raw  reply  [nested|flat] 249+ messages in thread

* [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures
@ 2026-06-03 17:58  Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 249+ messages in thread

From: Andres Freund @ 2026-06-03 17:58 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index adb5ef5780e..b3997ab42ad 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -337,6 +337,7 @@ jobs:
               **/regress_log_*
               **/crashlog-*.txt
               build/meson-logs/**
+              **/config.log
           if-no-files-found: ignore
 
 
@@ -1130,3 +1131,4 @@ jobs:
             EXTRAFLAGS='-fmax-errors=10'
 
       - *ccache_save_step
+      - *upload_logs_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0021-ci-linux-Run-on-ubuntu-24.04-and-define-what-we-.patch"



^ permalink  raw  reply  [nested|flat] 249+ messages in thread

* [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures
@ 2026-06-03 17:58  Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 249+ messages in thread

From: Andres Freund @ 2026-06-03 17:58 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index adb5ef5780e..b3997ab42ad 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -337,6 +337,7 @@ jobs:
               **/regress_log_*
               **/crashlog-*.txt
               build/meson-logs/**
+              **/config.log
           if-no-files-found: ignore
 
 
@@ -1130,3 +1131,4 @@ jobs:
             EXTRAFLAGS='-fmax-errors=10'
 
       - *ccache_save_step
+      - *upload_logs_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0021-ci-linux-Run-on-ubuntu-24.04-and-define-what-we-.patch"



^ permalink  raw  reply  [nested|flat] 249+ messages in thread

* [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures
@ 2026-06-03 17:58  Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 249+ messages in thread

From: Andres Freund @ 2026-06-03 17:58 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index adb5ef5780e..b3997ab42ad 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -337,6 +337,7 @@ jobs:
               **/regress_log_*
               **/crashlog-*.txt
               build/meson-logs/**
+              **/config.log
           if-no-files-found: ignore
 
 
@@ -1130,3 +1131,4 @@ jobs:
             EXTRAFLAGS='-fmax-errors=10'
 
       - *ccache_save_step
+      - *upload_logs_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0021-ci-linux-Run-on-ubuntu-24.04-and-define-what-we-.patch"



^ permalink  raw  reply  [nested|flat] 249+ messages in thread

* [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures
@ 2026-06-03 17:58  Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 249+ messages in thread

From: Andres Freund @ 2026-06-03 17:58 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index adb5ef5780e..b3997ab42ad 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -337,6 +337,7 @@ jobs:
               **/regress_log_*
               **/crashlog-*.txt
               build/meson-logs/**
+              **/config.log
           if-no-files-found: ignore
 
 
@@ -1130,3 +1131,4 @@ jobs:
             EXTRAFLAGS='-fmax-errors=10'
 
       - *ccache_save_step
+      - *upload_logs_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0021-ci-linux-Run-on-ubuntu-24.04-and-define-what-we-.patch"



^ permalink  raw  reply  [nested|flat] 249+ messages in thread

* [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures
@ 2026-06-03 17:58  Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 249+ messages in thread

From: Andres Freund @ 2026-06-03 17:58 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index adb5ef5780e..b3997ab42ad 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -337,6 +337,7 @@ jobs:
               **/regress_log_*
               **/crashlog-*.txt
               build/meson-logs/**
+              **/config.log
           if-no-files-found: ignore
 
 
@@ -1130,3 +1131,4 @@ jobs:
             EXTRAFLAGS='-fmax-errors=10'
 
       - *ccache_save_step
+      - *upload_logs_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0021-ci-linux-Run-on-ubuntu-24.04-and-define-what-we-.patch"



^ permalink  raw  reply  [nested|flat] 249+ messages in thread

* [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures
@ 2026-06-03 17:58  Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 249+ messages in thread

From: Andres Freund @ 2026-06-03 17:58 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index adb5ef5780e..b3997ab42ad 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -337,6 +337,7 @@ jobs:
               **/regress_log_*
               **/crashlog-*.txt
               build/meson-logs/**
+              **/config.log
           if-no-files-found: ignore
 
 
@@ -1130,3 +1131,4 @@ jobs:
             EXTRAFLAGS='-fmax-errors=10'
 
       - *ccache_save_step
+      - *upload_logs_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0021-ci-linux-Run-on-ubuntu-24.04-and-define-what-we-.patch"



^ permalink  raw  reply  [nested|flat] 249+ messages in thread

* [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures
@ 2026-06-03 17:58  Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 249+ messages in thread

From: Andres Freund @ 2026-06-03 17:58 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index adb5ef5780e..b3997ab42ad 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -337,6 +337,7 @@ jobs:
               **/regress_log_*
               **/crashlog-*.txt
               build/meson-logs/**
+              **/config.log
           if-no-files-found: ignore
 
 
@@ -1130,3 +1131,4 @@ jobs:
             EXTRAFLAGS='-fmax-errors=10'
 
       - *ccache_save_step
+      - *upload_logs_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0021-ci-linux-Run-on-ubuntu-24.04-and-define-what-we-.patch"



^ permalink  raw  reply  [nested|flat] 249+ messages in thread

* [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures
@ 2026-06-03 17:58  Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 249+ messages in thread

From: Andres Freund @ 2026-06-03 17:58 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index adb5ef5780e..b3997ab42ad 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -337,6 +337,7 @@ jobs:
               **/regress_log_*
               **/crashlog-*.txt
               build/meson-logs/**
+              **/config.log
           if-no-files-found: ignore
 
 
@@ -1130,3 +1131,4 @@ jobs:
             EXTRAFLAGS='-fmax-errors=10'
 
       - *ccache_save_step
+      - *upload_logs_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0021-ci-linux-Run-on-ubuntu-24.04-and-define-what-we-.patch"



^ permalink  raw  reply  [nested|flat] 249+ messages in thread

* [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures
@ 2026-06-03 17:58  Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 249+ messages in thread

From: Andres Freund @ 2026-06-03 17:58 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index adb5ef5780e..b3997ab42ad 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -337,6 +337,7 @@ jobs:
               **/regress_log_*
               **/crashlog-*.txt
               build/meson-logs/**
+              **/config.log
           if-no-files-found: ignore
 
 
@@ -1130,3 +1131,4 @@ jobs:
             EXTRAFLAGS='-fmax-errors=10'
 
       - *ccache_save_step
+      - *upload_logs_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0021-ci-linux-Run-on-ubuntu-24.04-and-define-what-we-.patch"



^ permalink  raw  reply  [nested|flat] 249+ messages in thread

* [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures
@ 2026-06-03 17:58  Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 249+ messages in thread

From: Andres Freund @ 2026-06-03 17:58 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index adb5ef5780e..b3997ab42ad 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -337,6 +337,7 @@ jobs:
               **/regress_log_*
               **/crashlog-*.txt
               build/meson-logs/**
+              **/config.log
           if-no-files-found: ignore
 
 
@@ -1130,3 +1131,4 @@ jobs:
             EXTRAFLAGS='-fmax-errors=10'
 
       - *ccache_save_step
+      - *upload_logs_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0021-ci-linux-Run-on-ubuntu-24.04-and-define-what-we-.patch"



^ permalink  raw  reply  [nested|flat] 249+ messages in thread

* [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures
@ 2026-06-03 17:58  Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 249+ messages in thread

From: Andres Freund @ 2026-06-03 17:58 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index adb5ef5780e..b3997ab42ad 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -337,6 +337,7 @@ jobs:
               **/regress_log_*
               **/crashlog-*.txt
               build/meson-logs/**
+              **/config.log
           if-no-files-found: ignore
 
 
@@ -1130,3 +1131,4 @@ jobs:
             EXTRAFLAGS='-fmax-errors=10'
 
       - *ccache_save_step
+      - *upload_logs_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0021-ci-linux-Run-on-ubuntu-24.04-and-define-what-we-.patch"



^ permalink  raw  reply  [nested|flat] 249+ messages in thread

* [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures
@ 2026-06-03 17:58  Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 249+ messages in thread

From: Andres Freund @ 2026-06-03 17:58 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index adb5ef5780e..b3997ab42ad 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -337,6 +337,7 @@ jobs:
               **/regress_log_*
               **/crashlog-*.txt
               build/meson-logs/**
+              **/config.log
           if-no-files-found: ignore
 
 
@@ -1130,3 +1131,4 @@ jobs:
             EXTRAFLAGS='-fmax-errors=10'
 
       - *ccache_save_step
+      - *upload_logs_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0021-ci-linux-Run-on-ubuntu-24.04-and-define-what-we-.patch"



^ permalink  raw  reply  [nested|flat] 249+ messages in thread

* [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures
@ 2026-06-03 17:58  Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 249+ messages in thread

From: Andres Freund @ 2026-06-03 17:58 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index adb5ef5780e..b3997ab42ad 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -337,6 +337,7 @@ jobs:
               **/regress_log_*
               **/crashlog-*.txt
               build/meson-logs/**
+              **/config.log
           if-no-files-found: ignore
 
 
@@ -1130,3 +1131,4 @@ jobs:
             EXTRAFLAGS='-fmax-errors=10'
 
       - *ccache_save_step
+      - *upload_logs_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0021-ci-linux-Run-on-ubuntu-24.04-and-define-what-we-.patch"



^ permalink  raw  reply  [nested|flat] 249+ messages in thread

* [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures
@ 2026-06-03 17:58  Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 249+ messages in thread

From: Andres Freund @ 2026-06-03 17:58 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index adb5ef5780e..b3997ab42ad 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -337,6 +337,7 @@ jobs:
               **/regress_log_*
               **/crashlog-*.txt
               build/meson-logs/**
+              **/config.log
           if-no-files-found: ignore
 
 
@@ -1130,3 +1131,4 @@ jobs:
             EXTRAFLAGS='-fmax-errors=10'
 
       - *ccache_save_step
+      - *upload_logs_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0021-ci-linux-Run-on-ubuntu-24.04-and-define-what-we-.patch"



^ permalink  raw  reply  [nested|flat] 249+ messages in thread

* [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures
@ 2026-06-03 17:58  Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 249+ messages in thread

From: Andres Freund @ 2026-06-03 17:58 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index adb5ef5780e..b3997ab42ad 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -337,6 +337,7 @@ jobs:
               **/regress_log_*
               **/crashlog-*.txt
               build/meson-logs/**
+              **/config.log
           if-no-files-found: ignore
 
 
@@ -1130,3 +1131,4 @@ jobs:
             EXTRAFLAGS='-fmax-errors=10'
 
       - *ccache_save_step
+      - *upload_logs_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0021-ci-linux-Run-on-ubuntu-24.04-and-define-what-we-.patch"



^ permalink  raw  reply  [nested|flat] 249+ messages in thread

* [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures
@ 2026-06-03 17:58  Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 249+ messages in thread

From: Andres Freund @ 2026-06-03 17:58 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index adb5ef5780e..b3997ab42ad 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -337,6 +337,7 @@ jobs:
               **/regress_log_*
               **/crashlog-*.txt
               build/meson-logs/**
+              **/config.log
           if-no-files-found: ignore
 
 
@@ -1130,3 +1131,4 @@ jobs:
             EXTRAFLAGS='-fmax-errors=10'
 
       - *ccache_save_step
+      - *upload_logs_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0021-ci-linux-Run-on-ubuntu-24.04-and-define-what-we-.patch"



^ permalink  raw  reply  [nested|flat] 249+ messages in thread

* [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures
@ 2026-06-03 17:58  Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 249+ messages in thread

From: Andres Freund @ 2026-06-03 17:58 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index adb5ef5780e..b3997ab42ad 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -337,6 +337,7 @@ jobs:
               **/regress_log_*
               **/crashlog-*.txt
               build/meson-logs/**
+              **/config.log
           if-no-files-found: ignore
 
 
@@ -1130,3 +1131,4 @@ jobs:
             EXTRAFLAGS='-fmax-errors=10'
 
       - *ccache_save_step
+      - *upload_logs_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0021-ci-linux-Run-on-ubuntu-24.04-and-define-what-we-.patch"



^ permalink  raw  reply  [nested|flat] 249+ messages in thread

* [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures
@ 2026-06-03 17:58  Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 249+ messages in thread

From: Andres Freund @ 2026-06-03 17:58 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index adb5ef5780e..b3997ab42ad 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -337,6 +337,7 @@ jobs:
               **/regress_log_*
               **/crashlog-*.txt
               build/meson-logs/**
+              **/config.log
           if-no-files-found: ignore
 
 
@@ -1130,3 +1131,4 @@ jobs:
             EXTRAFLAGS='-fmax-errors=10'
 
       - *ccache_save_step
+      - *upload_logs_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0021-ci-linux-Run-on-ubuntu-24.04-and-define-what-we-.patch"



^ permalink  raw  reply  [nested|flat] 249+ messages in thread

* [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures
@ 2026-06-03 17:58  Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 249+ messages in thread

From: Andres Freund @ 2026-06-03 17:58 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index adb5ef5780e..b3997ab42ad 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -337,6 +337,7 @@ jobs:
               **/regress_log_*
               **/crashlog-*.txt
               build/meson-logs/**
+              **/config.log
           if-no-files-found: ignore
 
 
@@ -1130,3 +1131,4 @@ jobs:
             EXTRAFLAGS='-fmax-errors=10'
 
       - *ccache_save_step
+      - *upload_logs_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0021-ci-linux-Run-on-ubuntu-24.04-and-define-what-we-.patch"



^ permalink  raw  reply  [nested|flat] 249+ messages in thread

* [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures
@ 2026-06-03 17:58  Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 249+ messages in thread

From: Andres Freund @ 2026-06-03 17:58 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index adb5ef5780e..b3997ab42ad 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -337,6 +337,7 @@ jobs:
               **/regress_log_*
               **/crashlog-*.txt
               build/meson-logs/**
+              **/config.log
           if-no-files-found: ignore
 
 
@@ -1130,3 +1131,4 @@ jobs:
             EXTRAFLAGS='-fmax-errors=10'
 
       - *ccache_save_step
+      - *upload_logs_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0021-ci-linux-Run-on-ubuntu-24.04-and-define-what-we-.patch"



^ permalink  raw  reply  [nested|flat] 249+ messages in thread

* [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures
@ 2026-06-03 17:58  Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 249+ messages in thread

From: Andres Freund @ 2026-06-03 17:58 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index adb5ef5780e..b3997ab42ad 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -337,6 +337,7 @@ jobs:
               **/regress_log_*
               **/crashlog-*.txt
               build/meson-logs/**
+              **/config.log
           if-no-files-found: ignore
 
 
@@ -1130,3 +1131,4 @@ jobs:
             EXTRAFLAGS='-fmax-errors=10'
 
       - *ccache_save_step
+      - *upload_logs_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0021-ci-linux-Run-on-ubuntu-24.04-and-define-what-we-.patch"



^ permalink  raw  reply  [nested|flat] 249+ messages in thread

* [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures
@ 2026-06-03 17:58  Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 249+ messages in thread

From: Andres Freund @ 2026-06-03 17:58 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index adb5ef5780e..b3997ab42ad 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -337,6 +337,7 @@ jobs:
               **/regress_log_*
               **/crashlog-*.txt
               build/meson-logs/**
+              **/config.log
           if-no-files-found: ignore
 
 
@@ -1130,3 +1131,4 @@ jobs:
             EXTRAFLAGS='-fmax-errors=10'
 
       - *ccache_save_step
+      - *upload_logs_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0021-ci-linux-Run-on-ubuntu-24.04-and-define-what-we-.patch"



^ permalink  raw  reply  [nested|flat] 249+ messages in thread

* [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures
@ 2026-06-03 17:58  Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 249+ messages in thread

From: Andres Freund @ 2026-06-03 17:58 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index adb5ef5780e..b3997ab42ad 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -337,6 +337,7 @@ jobs:
               **/regress_log_*
               **/crashlog-*.txt
               build/meson-logs/**
+              **/config.log
           if-no-files-found: ignore
 
 
@@ -1130,3 +1131,4 @@ jobs:
             EXTRAFLAGS='-fmax-errors=10'
 
       - *ccache_save_step
+      - *upload_logs_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0021-ci-linux-Run-on-ubuntu-24.04-and-define-what-we-.patch"



^ permalink  raw  reply  [nested|flat] 249+ messages in thread

* [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures
@ 2026-06-03 17:58  Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 249+ messages in thread

From: Andres Freund @ 2026-06-03 17:58 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index adb5ef5780e..b3997ab42ad 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -337,6 +337,7 @@ jobs:
               **/regress_log_*
               **/crashlog-*.txt
               build/meson-logs/**
+              **/config.log
           if-no-files-found: ignore
 
 
@@ -1130,3 +1131,4 @@ jobs:
             EXTRAFLAGS='-fmax-errors=10'
 
       - *ccache_save_step
+      - *upload_logs_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0021-ci-linux-Run-on-ubuntu-24.04-and-define-what-we-.patch"



^ permalink  raw  reply  [nested|flat] 249+ messages in thread

* [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures
@ 2026-06-03 17:58  Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 249+ messages in thread

From: Andres Freund @ 2026-06-03 17:58 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index adb5ef5780e..b3997ab42ad 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -337,6 +337,7 @@ jobs:
               **/regress_log_*
               **/crashlog-*.txt
               build/meson-logs/**
+              **/config.log
           if-no-files-found: ignore
 
 
@@ -1130,3 +1131,4 @@ jobs:
             EXTRAFLAGS='-fmax-errors=10'
 
       - *ccache_save_step
+      - *upload_logs_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0021-ci-linux-Run-on-ubuntu-24.04-and-define-what-we-.patch"



^ permalink  raw  reply  [nested|flat] 249+ messages in thread

* [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures
@ 2026-06-03 17:58  Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 249+ messages in thread

From: Andres Freund @ 2026-06-03 17:58 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index adb5ef5780e..b3997ab42ad 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -337,6 +337,7 @@ jobs:
               **/regress_log_*
               **/crashlog-*.txt
               build/meson-logs/**
+              **/config.log
           if-no-files-found: ignore
 
 
@@ -1130,3 +1131,4 @@ jobs:
             EXTRAFLAGS='-fmax-errors=10'
 
       - *ccache_save_step
+      - *upload_logs_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0021-ci-linux-Run-on-ubuntu-24.04-and-define-what-we-.patch"



^ permalink  raw  reply  [nested|flat] 249+ messages in thread

* [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures
@ 2026-06-03 17:58  Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 249+ messages in thread

From: Andres Freund @ 2026-06-03 17:58 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index adb5ef5780e..b3997ab42ad 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -337,6 +337,7 @@ jobs:
               **/regress_log_*
               **/crashlog-*.txt
               build/meson-logs/**
+              **/config.log
           if-no-files-found: ignore
 
 
@@ -1130,3 +1131,4 @@ jobs:
             EXTRAFLAGS='-fmax-errors=10'
 
       - *ccache_save_step
+      - *upload_logs_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0021-ci-linux-Run-on-ubuntu-24.04-and-define-what-we-.patch"



^ permalink  raw  reply  [nested|flat] 249+ messages in thread

* [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures
@ 2026-06-03 17:58  Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 249+ messages in thread

From: Andres Freund @ 2026-06-03 17:58 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index adb5ef5780e..b3997ab42ad 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -337,6 +337,7 @@ jobs:
               **/regress_log_*
               **/crashlog-*.txt
               build/meson-logs/**
+              **/config.log
           if-no-files-found: ignore
 
 
@@ -1130,3 +1131,4 @@ jobs:
             EXTRAFLAGS='-fmax-errors=10'
 
       - *ccache_save_step
+      - *upload_logs_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0021-ci-linux-Run-on-ubuntu-24.04-and-define-what-we-.patch"



^ permalink  raw  reply  [nested|flat] 249+ messages in thread

* [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures
@ 2026-06-03 17:58  Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 249+ messages in thread

From: Andres Freund @ 2026-06-03 17:58 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index adb5ef5780e..b3997ab42ad 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -337,6 +337,7 @@ jobs:
               **/regress_log_*
               **/crashlog-*.txt
               build/meson-logs/**
+              **/config.log
           if-no-files-found: ignore
 
 
@@ -1130,3 +1131,4 @@ jobs:
             EXTRAFLAGS='-fmax-errors=10'
 
       - *ccache_save_step
+      - *upload_logs_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0021-ci-linux-Run-on-ubuntu-24.04-and-define-what-we-.patch"



^ permalink  raw  reply  [nested|flat] 249+ messages in thread

* [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures
@ 2026-06-03 17:58  Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 249+ messages in thread

From: Andres Freund @ 2026-06-03 17:58 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index adb5ef5780e..b3997ab42ad 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -337,6 +337,7 @@ jobs:
               **/regress_log_*
               **/crashlog-*.txt
               build/meson-logs/**
+              **/config.log
           if-no-files-found: ignore
 
 
@@ -1130,3 +1131,4 @@ jobs:
             EXTRAFLAGS='-fmax-errors=10'
 
       - *ccache_save_step
+      - *upload_logs_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0021-ci-linux-Run-on-ubuntu-24.04-and-define-what-we-.patch"



^ permalink  raw  reply  [nested|flat] 249+ messages in thread

* [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures
@ 2026-06-03 17:58  Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 249+ messages in thread

From: Andres Freund @ 2026-06-03 17:58 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index adb5ef5780e..b3997ab42ad 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -337,6 +337,7 @@ jobs:
               **/regress_log_*
               **/crashlog-*.txt
               build/meson-logs/**
+              **/config.log
           if-no-files-found: ignore
 
 
@@ -1130,3 +1131,4 @@ jobs:
             EXTRAFLAGS='-fmax-errors=10'
 
       - *ccache_save_step
+      - *upload_logs_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0021-ci-linux-Run-on-ubuntu-24.04-and-define-what-we-.patch"



^ permalink  raw  reply  [nested|flat] 249+ messages in thread

* [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures
@ 2026-06-03 17:58  Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 249+ messages in thread

From: Andres Freund @ 2026-06-03 17:58 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index adb5ef5780e..b3997ab42ad 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -337,6 +337,7 @@ jobs:
               **/regress_log_*
               **/crashlog-*.txt
               build/meson-logs/**
+              **/config.log
           if-no-files-found: ignore
 
 
@@ -1130,3 +1131,4 @@ jobs:
             EXTRAFLAGS='-fmax-errors=10'
 
       - *ccache_save_step
+      - *upload_logs_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0021-ci-linux-Run-on-ubuntu-24.04-and-define-what-we-.patch"



^ permalink  raw  reply  [nested|flat] 249+ messages in thread

* [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures
@ 2026-06-03 17:58  Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 249+ messages in thread

From: Andres Freund @ 2026-06-03 17:58 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index adb5ef5780e..b3997ab42ad 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -337,6 +337,7 @@ jobs:
               **/regress_log_*
               **/crashlog-*.txt
               build/meson-logs/**
+              **/config.log
           if-no-files-found: ignore
 
 
@@ -1130,3 +1131,4 @@ jobs:
             EXTRAFLAGS='-fmax-errors=10'
 
       - *ccache_save_step
+      - *upload_logs_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0021-ci-linux-Run-on-ubuntu-24.04-and-define-what-we-.patch"



^ permalink  raw  reply  [nested|flat] 249+ messages in thread

* [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures
@ 2026-06-03 17:58  Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 249+ messages in thread

From: Andres Freund @ 2026-06-03 17:58 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index adb5ef5780e..b3997ab42ad 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -337,6 +337,7 @@ jobs:
               **/regress_log_*
               **/crashlog-*.txt
               build/meson-logs/**
+              **/config.log
           if-no-files-found: ignore
 
 
@@ -1130,3 +1131,4 @@ jobs:
             EXTRAFLAGS='-fmax-errors=10'
 
       - *ccache_save_step
+      - *upload_logs_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0021-ci-linux-Run-on-ubuntu-24.04-and-define-what-we-.patch"



^ permalink  raw  reply  [nested|flat] 249+ messages in thread

* [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures
@ 2026-06-03 17:58  Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 249+ messages in thread

From: Andres Freund @ 2026-06-03 17:58 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index adb5ef5780e..b3997ab42ad 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -337,6 +337,7 @@ jobs:
               **/regress_log_*
               **/crashlog-*.txt
               build/meson-logs/**
+              **/config.log
           if-no-files-found: ignore
 
 
@@ -1130,3 +1131,4 @@ jobs:
             EXTRAFLAGS='-fmax-errors=10'
 
       - *ccache_save_step
+      - *upload_logs_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0021-ci-linux-Run-on-ubuntu-24.04-and-define-what-we-.patch"



^ permalink  raw  reply  [nested|flat] 249+ messages in thread

* [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures
@ 2026-06-03 17:58  Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 249+ messages in thread

From: Andres Freund @ 2026-06-03 17:58 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index adb5ef5780e..b3997ab42ad 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -337,6 +337,7 @@ jobs:
               **/regress_log_*
               **/crashlog-*.txt
               build/meson-logs/**
+              **/config.log
           if-no-files-found: ignore
 
 
@@ -1130,3 +1131,4 @@ jobs:
             EXTRAFLAGS='-fmax-errors=10'
 
       - *ccache_save_step
+      - *upload_logs_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0021-ci-linux-Run-on-ubuntu-24.04-and-define-what-we-.patch"



^ permalink  raw  reply  [nested|flat] 249+ messages in thread

* [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures
@ 2026-06-03 17:58  Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 249+ messages in thread

From: Andres Freund @ 2026-06-03 17:58 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index adb5ef5780e..b3997ab42ad 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -337,6 +337,7 @@ jobs:
               **/regress_log_*
               **/crashlog-*.txt
               build/meson-logs/**
+              **/config.log
           if-no-files-found: ignore
 
 
@@ -1130,3 +1131,4 @@ jobs:
             EXTRAFLAGS='-fmax-errors=10'
 
       - *ccache_save_step
+      - *upload_logs_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0021-ci-linux-Run-on-ubuntu-24.04-and-define-what-we-.patch"



^ permalink  raw  reply  [nested|flat] 249+ messages in thread

* [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures
@ 2026-06-03 17:58  Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 249+ messages in thread

From: Andres Freund @ 2026-06-03 17:58 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index adb5ef5780e..b3997ab42ad 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -337,6 +337,7 @@ jobs:
               **/regress_log_*
               **/crashlog-*.txt
               build/meson-logs/**
+              **/config.log
           if-no-files-found: ignore
 
 
@@ -1130,3 +1131,4 @@ jobs:
             EXTRAFLAGS='-fmax-errors=10'
 
       - *ccache_save_step
+      - *upload_logs_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0021-ci-linux-Run-on-ubuntu-24.04-and-define-what-we-.patch"



^ permalink  raw  reply  [nested|flat] 249+ messages in thread

* [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures
@ 2026-06-03 17:58  Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 249+ messages in thread

From: Andres Freund @ 2026-06-03 17:58 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index adb5ef5780e..b3997ab42ad 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -337,6 +337,7 @@ jobs:
               **/regress_log_*
               **/crashlog-*.txt
               build/meson-logs/**
+              **/config.log
           if-no-files-found: ignore
 
 
@@ -1130,3 +1131,4 @@ jobs:
             EXTRAFLAGS='-fmax-errors=10'
 
       - *ccache_save_step
+      - *upload_logs_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0021-ci-linux-Run-on-ubuntu-24.04-and-define-what-we-.patch"



^ permalink  raw  reply  [nested|flat] 249+ messages in thread

* [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures
@ 2026-06-03 17:58  Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 249+ messages in thread

From: Andres Freund @ 2026-06-03 17:58 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index adb5ef5780e..b3997ab42ad 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -337,6 +337,7 @@ jobs:
               **/regress_log_*
               **/crashlog-*.txt
               build/meson-logs/**
+              **/config.log
           if-no-files-found: ignore
 
 
@@ -1130,3 +1131,4 @@ jobs:
             EXTRAFLAGS='-fmax-errors=10'
 
       - *ccache_save_step
+      - *upload_logs_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0021-ci-linux-Run-on-ubuntu-24.04-and-define-what-we-.patch"



^ permalink  raw  reply  [nested|flat] 249+ messages in thread

* [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures
@ 2026-06-03 17:58  Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 249+ messages in thread

From: Andres Freund @ 2026-06-03 17:58 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index adb5ef5780e..b3997ab42ad 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -337,6 +337,7 @@ jobs:
               **/regress_log_*
               **/crashlog-*.txt
               build/meson-logs/**
+              **/config.log
           if-no-files-found: ignore
 
 
@@ -1130,3 +1131,4 @@ jobs:
             EXTRAFLAGS='-fmax-errors=10'
 
       - *ccache_save_step
+      - *upload_logs_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0021-ci-linux-Run-on-ubuntu-24.04-and-define-what-we-.patch"



^ permalink  raw  reply  [nested|flat] 249+ messages in thread

* [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures
@ 2026-06-03 17:58  Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 249+ messages in thread

From: Andres Freund @ 2026-06-03 17:58 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index adb5ef5780e..b3997ab42ad 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -337,6 +337,7 @@ jobs:
               **/regress_log_*
               **/crashlog-*.txt
               build/meson-logs/**
+              **/config.log
           if-no-files-found: ignore
 
 
@@ -1130,3 +1131,4 @@ jobs:
             EXTRAFLAGS='-fmax-errors=10'
 
       - *ccache_save_step
+      - *upload_logs_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0021-ci-linux-Run-on-ubuntu-24.04-and-define-what-we-.patch"



^ permalink  raw  reply  [nested|flat] 249+ messages in thread

* [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures
@ 2026-06-03 17:58  Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 249+ messages in thread

From: Andres Freund @ 2026-06-03 17:58 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index adb5ef5780e..b3997ab42ad 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -337,6 +337,7 @@ jobs:
               **/regress_log_*
               **/crashlog-*.txt
               build/meson-logs/**
+              **/config.log
           if-no-files-found: ignore
 
 
@@ -1130,3 +1131,4 @@ jobs:
             EXTRAFLAGS='-fmax-errors=10'
 
       - *ccache_save_step
+      - *upload_logs_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0021-ci-linux-Run-on-ubuntu-24.04-and-define-what-we-.patch"



^ permalink  raw  reply  [nested|flat] 249+ messages in thread

* [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures
@ 2026-06-03 17:58  Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 249+ messages in thread

From: Andres Freund @ 2026-06-03 17:58 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index adb5ef5780e..b3997ab42ad 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -337,6 +337,7 @@ jobs:
               **/regress_log_*
               **/crashlog-*.txt
               build/meson-logs/**
+              **/config.log
           if-no-files-found: ignore
 
 
@@ -1130,3 +1131,4 @@ jobs:
             EXTRAFLAGS='-fmax-errors=10'
 
       - *ccache_save_step
+      - *upload_logs_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0021-ci-linux-Run-on-ubuntu-24.04-and-define-what-we-.patch"



^ permalink  raw  reply  [nested|flat] 249+ messages in thread

* [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures
@ 2026-06-03 17:58  Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 249+ messages in thread

From: Andres Freund @ 2026-06-03 17:58 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index adb5ef5780e..b3997ab42ad 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -337,6 +337,7 @@ jobs:
               **/regress_log_*
               **/crashlog-*.txt
               build/meson-logs/**
+              **/config.log
           if-no-files-found: ignore
 
 
@@ -1130,3 +1131,4 @@ jobs:
             EXTRAFLAGS='-fmax-errors=10'
 
       - *ccache_save_step
+      - *upload_logs_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0021-ci-linux-Run-on-ubuntu-24.04-and-define-what-we-.patch"



^ permalink  raw  reply  [nested|flat] 249+ messages in thread

* [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures
@ 2026-06-03 17:58  Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 249+ messages in thread

From: Andres Freund @ 2026-06-03 17:58 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index adb5ef5780e..b3997ab42ad 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -337,6 +337,7 @@ jobs:
               **/regress_log_*
               **/crashlog-*.txt
               build/meson-logs/**
+              **/config.log
           if-no-files-found: ignore
 
 
@@ -1130,3 +1131,4 @@ jobs:
             EXTRAFLAGS='-fmax-errors=10'
 
       - *ccache_save_step
+      - *upload_logs_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0021-ci-linux-Run-on-ubuntu-24.04-and-define-what-we-.patch"



^ permalink  raw  reply  [nested|flat] 249+ messages in thread

* [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures
@ 2026-06-03 17:58  Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 249+ messages in thread

From: Andres Freund @ 2026-06-03 17:58 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index adb5ef5780e..b3997ab42ad 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -337,6 +337,7 @@ jobs:
               **/regress_log_*
               **/crashlog-*.txt
               build/meson-logs/**
+              **/config.log
           if-no-files-found: ignore
 
 
@@ -1130,3 +1131,4 @@ jobs:
             EXTRAFLAGS='-fmax-errors=10'
 
       - *ccache_save_step
+      - *upload_logs_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0021-ci-linux-Run-on-ubuntu-24.04-and-define-what-we-.patch"



^ permalink  raw  reply  [nested|flat] 249+ messages in thread

* [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures
@ 2026-06-03 17:58  Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 249+ messages in thread

From: Andres Freund @ 2026-06-03 17:58 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index adb5ef5780e..b3997ab42ad 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -337,6 +337,7 @@ jobs:
               **/regress_log_*
               **/crashlog-*.txt
               build/meson-logs/**
+              **/config.log
           if-no-files-found: ignore
 
 
@@ -1130,3 +1131,4 @@ jobs:
             EXTRAFLAGS='-fmax-errors=10'
 
       - *ccache_save_step
+      - *upload_logs_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0021-ci-linux-Run-on-ubuntu-24.04-and-define-what-we-.patch"



^ permalink  raw  reply  [nested|flat] 249+ messages in thread

* [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures
@ 2026-06-03 17:58  Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 249+ messages in thread

From: Andres Freund @ 2026-06-03 17:58 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index adb5ef5780e..b3997ab42ad 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -337,6 +337,7 @@ jobs:
               **/regress_log_*
               **/crashlog-*.txt
               build/meson-logs/**
+              **/config.log
           if-no-files-found: ignore
 
 
@@ -1130,3 +1131,4 @@ jobs:
             EXTRAFLAGS='-fmax-errors=10'
 
       - *ccache_save_step
+      - *upload_logs_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0021-ci-linux-Run-on-ubuntu-24.04-and-define-what-we-.patch"



^ permalink  raw  reply  [nested|flat] 249+ messages in thread

* [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures
@ 2026-06-03 17:58  Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 249+ messages in thread

From: Andres Freund @ 2026-06-03 17:58 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index adb5ef5780e..b3997ab42ad 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -337,6 +337,7 @@ jobs:
               **/regress_log_*
               **/crashlog-*.txt
               build/meson-logs/**
+              **/config.log
           if-no-files-found: ignore
 
 
@@ -1130,3 +1131,4 @@ jobs:
             EXTRAFLAGS='-fmax-errors=10'
 
       - *ccache_save_step
+      - *upload_logs_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0021-ci-linux-Run-on-ubuntu-24.04-and-define-what-we-.patch"



^ permalink  raw  reply  [nested|flat] 249+ messages in thread

* [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures
@ 2026-06-03 17:58  Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 249+ messages in thread

From: Andres Freund @ 2026-06-03 17:58 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index adb5ef5780e..b3997ab42ad 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -337,6 +337,7 @@ jobs:
               **/regress_log_*
               **/crashlog-*.txt
               build/meson-logs/**
+              **/config.log
           if-no-files-found: ignore
 
 
@@ -1130,3 +1131,4 @@ jobs:
             EXTRAFLAGS='-fmax-errors=10'
 
       - *ccache_save_step
+      - *upload_logs_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0021-ci-linux-Run-on-ubuntu-24.04-and-define-what-we-.patch"



^ permalink  raw  reply  [nested|flat] 249+ messages in thread

* [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures
@ 2026-06-03 17:58  Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 249+ messages in thread

From: Andres Freund @ 2026-06-03 17:58 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index adb5ef5780e..b3997ab42ad 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -337,6 +337,7 @@ jobs:
               **/regress_log_*
               **/crashlog-*.txt
               build/meson-logs/**
+              **/config.log
           if-no-files-found: ignore
 
 
@@ -1130,3 +1131,4 @@ jobs:
             EXTRAFLAGS='-fmax-errors=10'
 
       - *ccache_save_step
+      - *upload_logs_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0021-ci-linux-Run-on-ubuntu-24.04-and-define-what-we-.patch"



^ permalink  raw  reply  [nested|flat] 249+ messages in thread

* [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures
@ 2026-06-03 17:58  Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 249+ messages in thread

From: Andres Freund @ 2026-06-03 17:58 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index adb5ef5780e..b3997ab42ad 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -337,6 +337,7 @@ jobs:
               **/regress_log_*
               **/crashlog-*.txt
               build/meson-logs/**
+              **/config.log
           if-no-files-found: ignore
 
 
@@ -1130,3 +1131,4 @@ jobs:
             EXTRAFLAGS='-fmax-errors=10'
 
       - *ccache_save_step
+      - *upload_logs_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0021-ci-linux-Run-on-ubuntu-24.04-and-define-what-we-.patch"



^ permalink  raw  reply  [nested|flat] 249+ messages in thread

* [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures
@ 2026-06-03 17:58  Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 249+ messages in thread

From: Andres Freund @ 2026-06-03 17:58 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index adb5ef5780e..b3997ab42ad 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -337,6 +337,7 @@ jobs:
               **/regress_log_*
               **/crashlog-*.txt
               build/meson-logs/**
+              **/config.log
           if-no-files-found: ignore
 
 
@@ -1130,3 +1131,4 @@ jobs:
             EXTRAFLAGS='-fmax-errors=10'
 
       - *ccache_save_step
+      - *upload_logs_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0021-ci-linux-Run-on-ubuntu-24.04-and-define-what-we-.patch"



^ permalink  raw  reply  [nested|flat] 249+ messages in thread

* [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures
@ 2026-06-03 17:58  Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 249+ messages in thread

From: Andres Freund @ 2026-06-03 17:58 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index adb5ef5780e..b3997ab42ad 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -337,6 +337,7 @@ jobs:
               **/regress_log_*
               **/crashlog-*.txt
               build/meson-logs/**
+              **/config.log
           if-no-files-found: ignore
 
 
@@ -1130,3 +1131,4 @@ jobs:
             EXTRAFLAGS='-fmax-errors=10'
 
       - *ccache_save_step
+      - *upload_logs_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0021-ci-linux-Run-on-ubuntu-24.04-and-define-what-we-.patch"



^ permalink  raw  reply  [nested|flat] 249+ messages in thread

* [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures
@ 2026-06-03 17:58  Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 249+ messages in thread

From: Andres Freund @ 2026-06-03 17:58 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index adb5ef5780e..b3997ab42ad 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -337,6 +337,7 @@ jobs:
               **/regress_log_*
               **/crashlog-*.txt
               build/meson-logs/**
+              **/config.log
           if-no-files-found: ignore
 
 
@@ -1130,3 +1131,4 @@ jobs:
             EXTRAFLAGS='-fmax-errors=10'
 
       - *ccache_save_step
+      - *upload_logs_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0021-ci-linux-Run-on-ubuntu-24.04-and-define-what-we-.patch"



^ permalink  raw  reply  [nested|flat] 249+ messages in thread

* [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures
@ 2026-06-03 17:58  Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 249+ messages in thread

From: Andres Freund @ 2026-06-03 17:58 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index adb5ef5780e..b3997ab42ad 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -337,6 +337,7 @@ jobs:
               **/regress_log_*
               **/crashlog-*.txt
               build/meson-logs/**
+              **/config.log
           if-no-files-found: ignore
 
 
@@ -1130,3 +1131,4 @@ jobs:
             EXTRAFLAGS='-fmax-errors=10'
 
       - *ccache_save_step
+      - *upload_logs_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0021-ci-linux-Run-on-ubuntu-24.04-and-define-what-we-.patch"



^ permalink  raw  reply  [nested|flat] 249+ messages in thread

* [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures
@ 2026-06-03 17:58  Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 249+ messages in thread

From: Andres Freund @ 2026-06-03 17:58 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index adb5ef5780e..b3997ab42ad 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -337,6 +337,7 @@ jobs:
               **/regress_log_*
               **/crashlog-*.txt
               build/meson-logs/**
+              **/config.log
           if-no-files-found: ignore
 
 
@@ -1130,3 +1131,4 @@ jobs:
             EXTRAFLAGS='-fmax-errors=10'
 
       - *ccache_save_step
+      - *upload_logs_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0021-ci-linux-Run-on-ubuntu-24.04-and-define-what-we-.patch"



^ permalink  raw  reply  [nested|flat] 249+ messages in thread

* [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures
@ 2026-06-03 17:58  Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 249+ messages in thread

From: Andres Freund @ 2026-06-03 17:58 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index adb5ef5780e..b3997ab42ad 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -337,6 +337,7 @@ jobs:
               **/regress_log_*
               **/crashlog-*.txt
               build/meson-logs/**
+              **/config.log
           if-no-files-found: ignore
 
 
@@ -1130,3 +1131,4 @@ jobs:
             EXTRAFLAGS='-fmax-errors=10'
 
       - *ccache_save_step
+      - *upload_logs_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0021-ci-linux-Run-on-ubuntu-24.04-and-define-what-we-.patch"



^ permalink  raw  reply  [nested|flat] 249+ messages in thread

* [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures
@ 2026-06-03 17:58  Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 249+ messages in thread

From: Andres Freund @ 2026-06-03 17:58 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index adb5ef5780e..b3997ab42ad 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -337,6 +337,7 @@ jobs:
               **/regress_log_*
               **/crashlog-*.txt
               build/meson-logs/**
+              **/config.log
           if-no-files-found: ignore
 
 
@@ -1130,3 +1131,4 @@ jobs:
             EXTRAFLAGS='-fmax-errors=10'
 
       - *ccache_save_step
+      - *upload_logs_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0021-ci-linux-Run-on-ubuntu-24.04-and-define-what-we-.patch"



^ permalink  raw  reply  [nested|flat] 249+ messages in thread

* [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures
@ 2026-06-03 17:58  Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 249+ messages in thread

From: Andres Freund @ 2026-06-03 17:58 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index adb5ef5780e..b3997ab42ad 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -337,6 +337,7 @@ jobs:
               **/regress_log_*
               **/crashlog-*.txt
               build/meson-logs/**
+              **/config.log
           if-no-files-found: ignore
 
 
@@ -1130,3 +1131,4 @@ jobs:
             EXTRAFLAGS='-fmax-errors=10'
 
       - *ccache_save_step
+      - *upload_logs_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0021-ci-linux-Run-on-ubuntu-24.04-and-define-what-we-.patch"



^ permalink  raw  reply  [nested|flat] 249+ messages in thread

* [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures
@ 2026-06-03 17:58  Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 249+ messages in thread

From: Andres Freund @ 2026-06-03 17:58 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index adb5ef5780e..b3997ab42ad 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -337,6 +337,7 @@ jobs:
               **/regress_log_*
               **/crashlog-*.txt
               build/meson-logs/**
+              **/config.log
           if-no-files-found: ignore
 
 
@@ -1130,3 +1131,4 @@ jobs:
             EXTRAFLAGS='-fmax-errors=10'
 
       - *ccache_save_step
+      - *upload_logs_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0021-ci-linux-Run-on-ubuntu-24.04-and-define-what-we-.patch"



^ permalink  raw  reply  [nested|flat] 249+ messages in thread

* [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures
@ 2026-06-03 17:58  Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 249+ messages in thread

From: Andres Freund @ 2026-06-03 17:58 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index adb5ef5780e..b3997ab42ad 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -337,6 +337,7 @@ jobs:
               **/regress_log_*
               **/crashlog-*.txt
               build/meson-logs/**
+              **/config.log
           if-no-files-found: ignore
 
 
@@ -1130,3 +1131,4 @@ jobs:
             EXTRAFLAGS='-fmax-errors=10'
 
       - *ccache_save_step
+      - *upload_logs_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0021-ci-linux-Run-on-ubuntu-24.04-and-define-what-we-.patch"



^ permalink  raw  reply  [nested|flat] 249+ messages in thread

* [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures
@ 2026-06-03 17:58  Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 249+ messages in thread

From: Andres Freund @ 2026-06-03 17:58 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index adb5ef5780e..b3997ab42ad 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -337,6 +337,7 @@ jobs:
               **/regress_log_*
               **/crashlog-*.txt
               build/meson-logs/**
+              **/config.log
           if-no-files-found: ignore
 
 
@@ -1130,3 +1131,4 @@ jobs:
             EXTRAFLAGS='-fmax-errors=10'
 
       - *ccache_save_step
+      - *upload_logs_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0021-ci-linux-Run-on-ubuntu-24.04-and-define-what-we-.patch"



^ permalink  raw  reply  [nested|flat] 249+ messages in thread

* [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures
@ 2026-06-03 17:58  Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 249+ messages in thread

From: Andres Freund @ 2026-06-03 17:58 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index adb5ef5780e..b3997ab42ad 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -337,6 +337,7 @@ jobs:
               **/regress_log_*
               **/crashlog-*.txt
               build/meson-logs/**
+              **/config.log
           if-no-files-found: ignore
 
 
@@ -1130,3 +1131,4 @@ jobs:
             EXTRAFLAGS='-fmax-errors=10'
 
       - *ccache_save_step
+      - *upload_logs_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0021-ci-linux-Run-on-ubuntu-24.04-and-define-what-we-.patch"



^ permalink  raw  reply  [nested|flat] 249+ messages in thread

* [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures
@ 2026-06-03 17:58  Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 249+ messages in thread

From: Andres Freund @ 2026-06-03 17:58 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index adb5ef5780e..b3997ab42ad 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -337,6 +337,7 @@ jobs:
               **/regress_log_*
               **/crashlog-*.txt
               build/meson-logs/**
+              **/config.log
           if-no-files-found: ignore
 
 
@@ -1130,3 +1131,4 @@ jobs:
             EXTRAFLAGS='-fmax-errors=10'
 
       - *ccache_save_step
+      - *upload_logs_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0021-ci-linux-Run-on-ubuntu-24.04-and-define-what-we-.patch"



^ permalink  raw  reply  [nested|flat] 249+ messages in thread

* [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures
@ 2026-06-03 17:58  Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 249+ messages in thread

From: Andres Freund @ 2026-06-03 17:58 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index adb5ef5780e..b3997ab42ad 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -337,6 +337,7 @@ jobs:
               **/regress_log_*
               **/crashlog-*.txt
               build/meson-logs/**
+              **/config.log
           if-no-files-found: ignore
 
 
@@ -1130,3 +1131,4 @@ jobs:
             EXTRAFLAGS='-fmax-errors=10'
 
       - *ccache_save_step
+      - *upload_logs_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0021-ci-linux-Run-on-ubuntu-24.04-and-define-what-we-.patch"



^ permalink  raw  reply  [nested|flat] 249+ messages in thread


end of thread, other threads:[~2026-06-03 17:58 UTC | newest]

Thread overview: 249+ messages (download: mbox mbox.gz follow: Atom feed)
-- links below jump to the message on this page --
2024-12-30 12:44 [PATCH v26 8/9] Row pattern recognition patch (typedefs.list). Tatsuo Ishii <ishii@postgresql.org>
2026-06-03 17:58 [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures Andres Freund <andres@anarazel.de>
2026-06-03 17:58 [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures Andres Freund <andres@anarazel.de>
2026-06-03 17:58 [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures Andres Freund <andres@anarazel.de>
2026-06-03 17:58 [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures Andres Freund <andres@anarazel.de>
2026-06-03 17:58 [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures Andres Freund <andres@anarazel.de>
2026-06-03 17:58 [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures Andres Freund <andres@anarazel.de>
2026-06-03 17:58 [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures Andres Freund <andres@anarazel.de>
2026-06-03 17:58 [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures Andres Freund <andres@anarazel.de>
2026-06-03 17:58 [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures Andres Freund <andres@anarazel.de>
2026-06-03 17:58 [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures Andres Freund <andres@anarazel.de>
2026-06-03 17:58 [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures Andres Freund <andres@anarazel.de>
2026-06-03 17:58 [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures Andres Freund <andres@anarazel.de>
2026-06-03 17:58 [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures Andres Freund <andres@anarazel.de>
2026-06-03 17:58 [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures Andres Freund <andres@anarazel.de>
2026-06-03 17:58 [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures Andres Freund <andres@anarazel.de>
2026-06-03 17:58 [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures Andres Freund <andres@anarazel.de>
2026-06-03 17:58 [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures Andres Freund <andres@anarazel.de>
2026-06-03 17:58 [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures Andres Freund <andres@anarazel.de>
2026-06-03 17:58 [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures Andres Freund <andres@anarazel.de>
2026-06-03 17:58 [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures Andres Freund <andres@anarazel.de>
2026-06-03 17:58 [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures Andres Freund <andres@anarazel.de>
2026-06-03 17:58 [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures Andres Freund <andres@anarazel.de>
2026-06-03 17:58 [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures Andres Freund <andres@anarazel.de>
2026-06-03 17:58 [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures Andres Freund <andres@anarazel.de>
2026-06-03 17:58 [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures Andres Freund <andres@anarazel.de>
2026-06-03 17:58 [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures Andres Freund <andres@anarazel.de>
2026-06-03 17:58 [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures Andres Freund <andres@anarazel.de>
2026-06-03 17:58 [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures Andres Freund <andres@anarazel.de>
2026-06-03 17:58 [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures Andres Freund <andres@anarazel.de>
2026-06-03 17:58 [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures Andres Freund <andres@anarazel.de>
2026-06-03 17:58 [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures Andres Freund <andres@anarazel.de>
2026-06-03 17:58 [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures Andres Freund <andres@anarazel.de>
2026-06-03 17:58 [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures Andres Freund <andres@anarazel.de>
2026-06-03 17:58 [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures Andres Freund <andres@anarazel.de>
2026-06-03 17:58 [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures Andres Freund <andres@anarazel.de>
2026-06-03 17:58 [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures Andres Freund <andres@anarazel.de>
2026-06-03 17:58 [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures Andres Freund <andres@anarazel.de>
2026-06-03 17:58 [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures Andres Freund <andres@anarazel.de>
2026-06-03 17:58 [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures Andres Freund <andres@anarazel.de>
2026-06-03 17:58 [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures Andres Freund <andres@anarazel.de>
2026-06-03 17:58 [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures Andres Freund <andres@anarazel.de>
2026-06-03 17:58 [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures Andres Freund <andres@anarazel.de>
2026-06-03 17:58 [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures Andres Freund <andres@anarazel.de>
2026-06-03 17:58 [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures Andres Freund <andres@anarazel.de>
2026-06-03 17:58 [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures Andres Freund <andres@anarazel.de>
2026-06-03 17:58 [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures Andres Freund <andres@anarazel.de>
2026-06-03 17:58 [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures Andres Freund <andres@anarazel.de>
2026-06-03 17:58 [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures Andres Freund <andres@anarazel.de>
2026-06-03 17:58 [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures Andres Freund <andres@anarazel.de>
2026-06-03 17:58 [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures Andres Freund <andres@anarazel.de>
2026-06-03 17:58 [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures Andres Freund <andres@anarazel.de>
2026-06-03 17:58 [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures Andres Freund <andres@anarazel.de>
2026-06-03 17:58 [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures Andres Freund <andres@anarazel.de>
2026-06-03 17:58 [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures Andres Freund <andres@anarazel.de>
2026-06-03 17:58 [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures Andres Freund <andres@anarazel.de>
2026-06-03 17:58 [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures Andres Freund <andres@anarazel.de>
2026-06-03 17:58 [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures Andres Freund <andres@anarazel.de>
2026-06-03 17:58 [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures Andres Freund <andres@anarazel.de>
2026-06-03 17:58 [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures Andres Freund <andres@anarazel.de>
2026-06-03 17:58 [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures Andres Freund <andres@anarazel.de>
2026-06-03 17:58 [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures Andres Freund <andres@anarazel.de>
2026-06-03 17:58 [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures Andres Freund <andres@anarazel.de>
2026-06-03 17:58 [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures Andres Freund <andres@anarazel.de>
2026-06-03 17:58 [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures Andres Freund <andres@anarazel.de>
2026-06-03 17:58 [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures Andres Freund <andres@anarazel.de>
2026-06-03 17:58 [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures Andres Freund <andres@anarazel.de>
2026-06-03 17:58 [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures Andres Freund <andres@anarazel.de>
2026-06-03 17:58 [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures Andres Freund <andres@anarazel.de>
2026-06-03 17:58 [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures Andres Freund <andres@anarazel.de>
2026-06-03 17:58 [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures Andres Freund <andres@anarazel.de>
2026-06-03 17:58 [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures Andres Freund <andres@anarazel.de>
2026-06-03 17:58 [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures Andres Freund <andres@anarazel.de>
2026-06-03 17:58 [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures Andres Freund <andres@anarazel.de>
2026-06-03 17:58 [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures Andres Freund <andres@anarazel.de>
2026-06-03 17:58 [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures Andres Freund <andres@anarazel.de>
2026-06-03 17:58 [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures Andres Freund <andres@anarazel.de>
2026-06-03 17:58 [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures Andres Freund <andres@anarazel.de>
2026-06-03 17:58 [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures Andres Freund <andres@anarazel.de>
2026-06-03 17:58 [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures Andres Freund <andres@anarazel.de>
2026-06-03 17:58 [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures Andres Freund <andres@anarazel.de>
2026-06-03 17:58 [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures Andres Freund <andres@anarazel.de>
2026-06-03 17:58 [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures Andres Freund <andres@anarazel.de>
2026-06-03 17:58 [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures Andres Freund <andres@anarazel.de>
2026-06-03 17:58 [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures Andres Freund <andres@anarazel.de>
2026-06-03 17:58 [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures Andres Freund <andres@anarazel.de>
2026-06-03 17:58 [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures Andres Freund <andres@anarazel.de>
2026-06-03 17:58 [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures Andres Freund <andres@anarazel.de>
2026-06-03 17:58 [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures Andres Freund <andres@anarazel.de>
2026-06-03 17:58 [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures Andres Freund <andres@anarazel.de>
2026-06-03 17:58 [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures Andres Freund <andres@anarazel.de>
2026-06-03 17:58 [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures Andres Freund <andres@anarazel.de>
2026-06-03 17:58 [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures Andres Freund <andres@anarazel.de>
2026-06-03 17:58 [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures Andres Freund <andres@anarazel.de>
2026-06-03 17:58 [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures Andres Freund <andres@anarazel.de>
2026-06-03 17:58 [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures Andres Freund <andres@anarazel.de>
2026-06-03 17:58 [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures Andres Freund <andres@anarazel.de>
2026-06-03 17:58 [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures Andres Freund <andres@anarazel.de>
2026-06-03 17:58 [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures Andres Freund <andres@anarazel.de>
2026-06-03 17:58 [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures Andres Freund <andres@anarazel.de>
2026-06-03 17:58 [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures Andres Freund <andres@anarazel.de>
2026-06-03 17:58 [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures Andres Freund <andres@anarazel.de>
2026-06-03 17:58 [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures Andres Freund <andres@anarazel.de>
2026-06-03 17:58 [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures Andres Freund <andres@anarazel.de>
2026-06-03 17:58 [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures Andres Freund <andres@anarazel.de>
2026-06-03 17:58 [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures Andres Freund <andres@anarazel.de>
2026-06-03 17:58 [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures Andres Freund <andres@anarazel.de>
2026-06-03 17:58 [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures Andres Freund <andres@anarazel.de>
2026-06-03 17:58 [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures Andres Freund <andres@anarazel.de>
2026-06-03 17:58 [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures Andres Freund <andres@anarazel.de>
2026-06-03 17:58 [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures Andres Freund <andres@anarazel.de>
2026-06-03 17:58 [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures Andres Freund <andres@anarazel.de>
2026-06-03 17:58 [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures Andres Freund <andres@anarazel.de>
2026-06-03 17:58 [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures Andres Freund <andres@anarazel.de>
2026-06-03 17:58 [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures Andres Freund <andres@anarazel.de>
2026-06-03 17:58 [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures Andres Freund <andres@anarazel.de>
2026-06-03 17:58 [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures Andres Freund <andres@anarazel.de>
2026-06-03 17:58 [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures Andres Freund <andres@anarazel.de>
2026-06-03 17:58 [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures Andres Freund <andres@anarazel.de>
2026-06-03 17:58 [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures Andres Freund <andres@anarazel.de>
2026-06-03 17:58 [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures Andres Freund <andres@anarazel.de>
2026-06-03 17:58 [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures Andres Freund <andres@anarazel.de>
2026-06-03 17:58 [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures Andres Freund <andres@anarazel.de>
2026-06-03 17:58 [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures Andres Freund <andres@anarazel.de>
2026-06-03 17:58 [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures Andres Freund <andres@anarazel.de>
2026-06-03 17:58 [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures Andres Freund <andres@anarazel.de>
2026-06-03 17:58 [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures Andres Freund <andres@anarazel.de>
2026-06-03 17:58 [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures Andres Freund <andres@anarazel.de>
2026-06-03 17:58 [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures Andres Freund <andres@anarazel.de>
2026-06-03 17:58 [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures Andres Freund <andres@anarazel.de>
2026-06-03 17:58 [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures Andres Freund <andres@anarazel.de>
2026-06-03 17:58 [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures Andres Freund <andres@anarazel.de>
2026-06-03 17:58 [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures Andres Freund <andres@anarazel.de>
2026-06-03 17:58 [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures Andres Freund <andres@anarazel.de>
2026-06-03 17:58 [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures Andres Freund <andres@anarazel.de>
2026-06-03 17:58 [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures Andres Freund <andres@anarazel.de>
2026-06-03 17:58 [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures Andres Freund <andres@anarazel.de>
2026-06-03 17:58 [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures Andres Freund <andres@anarazel.de>
2026-06-03 17:58 [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures Andres Freund <andres@anarazel.de>
2026-06-03 17:58 [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures Andres Freund <andres@anarazel.de>
2026-06-03 17:58 [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures Andres Freund <andres@anarazel.de>
2026-06-03 17:58 [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures Andres Freund <andres@anarazel.de>
2026-06-03 17:58 [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures Andres Freund <andres@anarazel.de>
2026-06-03 17:58 [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures Andres Freund <andres@anarazel.de>
2026-06-03 17:58 [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures Andres Freund <andres@anarazel.de>
2026-06-03 17:58 [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures Andres Freund <andres@anarazel.de>
2026-06-03 17:58 [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures Andres Freund <andres@anarazel.de>
2026-06-03 17:58 [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures Andres Freund <andres@anarazel.de>
2026-06-03 17:58 [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures Andres Freund <andres@anarazel.de>
2026-06-03 17:58 [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures Andres Freund <andres@anarazel.de>
2026-06-03 17:58 [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures Andres Freund <andres@anarazel.de>
2026-06-03 17:58 [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures Andres Freund <andres@anarazel.de>
2026-06-03 17:58 [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures Andres Freund <andres@anarazel.de>
2026-06-03 17:58 [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures Andres Freund <andres@anarazel.de>
2026-06-03 17:58 [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures Andres Freund <andres@anarazel.de>
2026-06-03 17:58 [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures Andres Freund <andres@anarazel.de>
2026-06-03 17:58 [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures Andres Freund <andres@anarazel.de>
2026-06-03 17:58 [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures Andres Freund <andres@anarazel.de>
2026-06-03 17:58 [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures Andres Freund <andres@anarazel.de>
2026-06-03 17:58 [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures Andres Freund <andres@anarazel.de>
2026-06-03 17:58 [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures Andres Freund <andres@anarazel.de>
2026-06-03 17:58 [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures Andres Freund <andres@anarazel.de>
2026-06-03 17:58 [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures Andres Freund <andres@anarazel.de>
2026-06-03 17:58 [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures Andres Freund <andres@anarazel.de>
2026-06-03 17:58 [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures Andres Freund <andres@anarazel.de>
2026-06-03 17:58 [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures Andres Freund <andres@anarazel.de>
2026-06-03 17:58 [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures Andres Freund <andres@anarazel.de>
2026-06-03 17:58 [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures Andres Freund <andres@anarazel.de>
2026-06-03 17:58 [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures Andres Freund <andres@anarazel.de>
2026-06-03 17:58 [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures Andres Freund <andres@anarazel.de>
2026-06-03 17:58 [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures Andres Freund <andres@anarazel.de>
2026-06-03 17:58 [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures Andres Freund <andres@anarazel.de>
2026-06-03 17:58 [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures Andres Freund <andres@anarazel.de>
2026-06-03 17:58 [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures Andres Freund <andres@anarazel.de>
2026-06-03 17:58 [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures Andres Freund <andres@anarazel.de>
2026-06-03 17:58 [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures Andres Freund <andres@anarazel.de>
2026-06-03 17:58 [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures Andres Freund <andres@anarazel.de>
2026-06-03 17:58 [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures Andres Freund <andres@anarazel.de>
2026-06-03 17:58 [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures Andres Freund <andres@anarazel.de>
2026-06-03 17:58 [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures Andres Freund <andres@anarazel.de>
2026-06-03 17:58 [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures Andres Freund <andres@anarazel.de>
2026-06-03 17:58 [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures Andres Freund <andres@anarazel.de>
2026-06-03 17:58 [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures Andres Freund <andres@anarazel.de>
2026-06-03 17:58 [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures Andres Freund <andres@anarazel.de>
2026-06-03 17:58 [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures Andres Freund <andres@anarazel.de>
2026-06-03 17:58 [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures Andres Freund <andres@anarazel.de>
2026-06-03 17:58 [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures Andres Freund <andres@anarazel.de>
2026-06-03 17:58 [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures Andres Freund <andres@anarazel.de>
2026-06-03 17:58 [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures Andres Freund <andres@anarazel.de>
2026-06-03 17:58 [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures Andres Freund <andres@anarazel.de>
2026-06-03 17:58 [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures Andres Freund <andres@anarazel.de>
2026-06-03 17:58 [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures Andres Freund <andres@anarazel.de>
2026-06-03 17:58 [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures Andres Freund <andres@anarazel.de>
2026-06-03 17:58 [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures Andres Freund <andres@anarazel.de>
2026-06-03 17:58 [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures Andres Freund <andres@anarazel.de>
2026-06-03 17:58 [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures Andres Freund <andres@anarazel.de>
2026-06-03 17:58 [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures Andres Freund <andres@anarazel.de>
2026-06-03 17:58 [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures Andres Freund <andres@anarazel.de>
2026-06-03 17:58 [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures Andres Freund <andres@anarazel.de>
2026-06-03 17:58 [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures Andres Freund <andres@anarazel.de>
2026-06-03 17:58 [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures Andres Freund <andres@anarazel.de>
2026-06-03 17:58 [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures Andres Freund <andres@anarazel.de>
2026-06-03 17:58 [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures Andres Freund <andres@anarazel.de>
2026-06-03 17:58 [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures Andres Freund <andres@anarazel.de>
2026-06-03 17:58 [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures Andres Freund <andres@anarazel.de>
2026-06-03 17:58 [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures Andres Freund <andres@anarazel.de>
2026-06-03 17:58 [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures Andres Freund <andres@anarazel.de>
2026-06-03 17:58 [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures Andres Freund <andres@anarazel.de>
2026-06-03 17:58 [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures Andres Freund <andres@anarazel.de>
2026-06-03 17:58 [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures Andres Freund <andres@anarazel.de>
2026-06-03 17:58 [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures Andres Freund <andres@anarazel.de>
2026-06-03 17:58 [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures Andres Freund <andres@anarazel.de>
2026-06-03 17:58 [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures Andres Freund <andres@anarazel.de>
2026-06-03 17:58 [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures Andres Freund <andres@anarazel.de>
2026-06-03 17:58 [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures Andres Freund <andres@anarazel.de>
2026-06-03 17:58 [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures Andres Freund <andres@anarazel.de>
2026-06-03 17:58 [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures Andres Freund <andres@anarazel.de>
2026-06-03 17:58 [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures Andres Freund <andres@anarazel.de>
2026-06-03 17:58 [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures Andres Freund <andres@anarazel.de>
2026-06-03 17:58 [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures Andres Freund <andres@anarazel.de>
2026-06-03 17:58 [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures Andres Freund <andres@anarazel.de>
2026-06-03 17:58 [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures Andres Freund <andres@anarazel.de>
2026-06-03 17:58 [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures Andres Freund <andres@anarazel.de>
2026-06-03 17:58 [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures Andres Freund <andres@anarazel.de>
2026-06-03 17:58 [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures Andres Freund <andres@anarazel.de>
2026-06-03 17:58 [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures Andres Freund <andres@anarazel.de>
2026-06-03 17:58 [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures Andres Freund <andres@anarazel.de>
2026-06-03 17:58 [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures Andres Freund <andres@anarazel.de>
2026-06-03 17:58 [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures Andres Freund <andres@anarazel.de>
2026-06-03 17:58 [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures Andres Freund <andres@anarazel.de>
2026-06-03 17:58 [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures Andres Freund <andres@anarazel.de>
2026-06-03 17:58 [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures Andres Freund <andres@anarazel.de>
2026-06-03 17:58 [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures Andres Freund <andres@anarazel.de>
2026-06-03 17:58 [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures Andres Freund <andres@anarazel.de>
2026-06-03 17:58 [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures Andres Freund <andres@anarazel.de>
2026-06-03 17:58 [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures Andres Freund <andres@anarazel.de>
2026-06-03 17:58 [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures Andres Freund <andres@anarazel.de>
2026-06-03 17:58 [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures Andres Freund <andres@anarazel.de>
2026-06-03 17:58 [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures Andres Freund <andres@anarazel.de>
2026-06-03 17:58 [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures Andres Freund <andres@anarazel.de>
2026-06-03 17:58 [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures Andres Freund <andres@anarazel.de>
2026-06-03 17:58 [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures Andres Freund <andres@anarazel.de>
2026-06-03 17:58 [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures Andres Freund <andres@anarazel.de>
2026-06-03 17:58 [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures Andres Freund <andres@anarazel.de>
2026-06-03 17:58 [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures Andres Freund <andres@anarazel.de>
2026-06-03 17:58 [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures Andres Freund <andres@anarazel.de>
2026-06-03 17:58 [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures Andres Freund <andres@anarazel.de>
2026-06-03 17:58 [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures Andres Freund <andres@anarazel.de>
2026-06-03 17:58 [PATCH v9a 20/22] ci: Collect config.log from autoconf builds after failures Andres Freund <andres@anarazel.de>

This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox