agora inbox for [email protected]  
help / color / mirror / Atom feed
[PATCH v9a 04/22] ci: Store build/meson-logs and name "id: os" task
159+ messages / 1 participants
[nested] [flat]

* [PATCH v9a 04/22] ci: Store build/meson-logs and name "id: os" task
@ 2026-06-03 05:31 Andres Freund <[email protected]>
  0 siblings, 0 replies; 159+ messages in thread

From: Andres Freund @ 2026-06-03 05:31 UTC (permalink / raw)

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 8594d540f6a..a4fd4f42a50 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -157,7 +157,8 @@ jobs:
           ulimit -a -H && ulimit -a -S
           env
 
-      - id: os
+      - name: Parse ci-os-only
+        id: os
         env:
           MSG: ${{ github.event.head_commit.message }}
         shell: bash
@@ -328,6 +329,7 @@ jobs:
               **/*.diffs
               **/regress_log_*
               **/crashlog-*.txt
+              build/meson-logs/**
           if-no-files-found: ignore
 
 
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0005-ci-Use-mingw-pkgconf-instead-of-pkg-config-packa.patch"



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

* [PATCH v9a 17/22] ci: Don't run setup twice
@ 2026-06-03 17:38 Andres Freund <[email protected]>
  0 siblings, 0 replies; 159+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index a570b9e2c8d..fa347847e02 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -317,7 +317,7 @@ jobs:
           meson test ${{env.MTEST_ARGS}} --suite setup --logbase setup || exit 1
           echo ::endgroup::
 
-          meson test ${{env.MTEST_ARGS}} --num-processes ${{env.TEST_JOBS}} ${{env.MTEST_TARGET}}
+          meson test ${{env.MTEST_ARGS}} --num-processes ${{env.TEST_JOBS}} --no-suite setup ${{env.MTEST_TARGET}}
 
       - &linux_collect_cores_step
         name: Core backtraces
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0018-ci-Only-use-pwsh-not-pwsh-and-powershell.patch"



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

* [PATCH v9a 17/22] ci: Don't run setup twice
@ 2026-06-03 17:38 Andres Freund <[email protected]>
  0 siblings, 0 replies; 159+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index a570b9e2c8d..fa347847e02 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -317,7 +317,7 @@ jobs:
           meson test ${{env.MTEST_ARGS}} --suite setup --logbase setup || exit 1
           echo ::endgroup::
 
-          meson test ${{env.MTEST_ARGS}} --num-processes ${{env.TEST_JOBS}} ${{env.MTEST_TARGET}}
+          meson test ${{env.MTEST_ARGS}} --num-processes ${{env.TEST_JOBS}} --no-suite setup ${{env.MTEST_TARGET}}
 
       - &linux_collect_cores_step
         name: Core backtraces
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0018-ci-Only-use-pwsh-not-pwsh-and-powershell.patch"



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

* [PATCH v9a 17/22] ci: Don't run setup twice
@ 2026-06-03 17:38 Andres Freund <[email protected]>
  0 siblings, 0 replies; 159+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index a570b9e2c8d..fa347847e02 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -317,7 +317,7 @@ jobs:
           meson test ${{env.MTEST_ARGS}} --suite setup --logbase setup || exit 1
           echo ::endgroup::
 
-          meson test ${{env.MTEST_ARGS}} --num-processes ${{env.TEST_JOBS}} ${{env.MTEST_TARGET}}
+          meson test ${{env.MTEST_ARGS}} --num-processes ${{env.TEST_JOBS}} --no-suite setup ${{env.MTEST_TARGET}}
 
       - &linux_collect_cores_step
         name: Core backtraces
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0018-ci-Only-use-pwsh-not-pwsh-and-powershell.patch"



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

* [PATCH v9a 17/22] ci: Don't run setup twice
@ 2026-06-03 17:38 Andres Freund <[email protected]>
  0 siblings, 0 replies; 159+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index a570b9e2c8d..fa347847e02 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -317,7 +317,7 @@ jobs:
           meson test ${{env.MTEST_ARGS}} --suite setup --logbase setup || exit 1
           echo ::endgroup::
 
-          meson test ${{env.MTEST_ARGS}} --num-processes ${{env.TEST_JOBS}} ${{env.MTEST_TARGET}}
+          meson test ${{env.MTEST_ARGS}} --num-processes ${{env.TEST_JOBS}} --no-suite setup ${{env.MTEST_TARGET}}
 
       - &linux_collect_cores_step
         name: Core backtraces
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0018-ci-Only-use-pwsh-not-pwsh-and-powershell.patch"



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

* [PATCH v9a 17/22] ci: Don't run setup twice
@ 2026-06-03 17:38 Andres Freund <[email protected]>
  0 siblings, 0 replies; 159+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index a570b9e2c8d..fa347847e02 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -317,7 +317,7 @@ jobs:
           meson test ${{env.MTEST_ARGS}} --suite setup --logbase setup || exit 1
           echo ::endgroup::
 
-          meson test ${{env.MTEST_ARGS}} --num-processes ${{env.TEST_JOBS}} ${{env.MTEST_TARGET}}
+          meson test ${{env.MTEST_ARGS}} --num-processes ${{env.TEST_JOBS}} --no-suite setup ${{env.MTEST_TARGET}}
 
       - &linux_collect_cores_step
         name: Core backtraces
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0018-ci-Only-use-pwsh-not-pwsh-and-powershell.patch"



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

* [PATCH v9a 17/22] ci: Don't run setup twice
@ 2026-06-03 17:38 Andres Freund <[email protected]>
  0 siblings, 0 replies; 159+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index a570b9e2c8d..fa347847e02 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -317,7 +317,7 @@ jobs:
           meson test ${{env.MTEST_ARGS}} --suite setup --logbase setup || exit 1
           echo ::endgroup::
 
-          meson test ${{env.MTEST_ARGS}} --num-processes ${{env.TEST_JOBS}} ${{env.MTEST_TARGET}}
+          meson test ${{env.MTEST_ARGS}} --num-processes ${{env.TEST_JOBS}} --no-suite setup ${{env.MTEST_TARGET}}
 
       - &linux_collect_cores_step
         name: Core backtraces
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0018-ci-Only-use-pwsh-not-pwsh-and-powershell.patch"



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

* [PATCH v9a 17/22] ci: Don't run setup twice
@ 2026-06-03 17:38 Andres Freund <[email protected]>
  0 siblings, 0 replies; 159+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index a570b9e2c8d..fa347847e02 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -317,7 +317,7 @@ jobs:
           meson test ${{env.MTEST_ARGS}} --suite setup --logbase setup || exit 1
           echo ::endgroup::
 
-          meson test ${{env.MTEST_ARGS}} --num-processes ${{env.TEST_JOBS}} ${{env.MTEST_TARGET}}
+          meson test ${{env.MTEST_ARGS}} --num-processes ${{env.TEST_JOBS}} --no-suite setup ${{env.MTEST_TARGET}}
 
       - &linux_collect_cores_step
         name: Core backtraces
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0018-ci-Only-use-pwsh-not-pwsh-and-powershell.patch"



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

* [PATCH v9a 17/22] ci: Don't run setup twice
@ 2026-06-03 17:38 Andres Freund <[email protected]>
  0 siblings, 0 replies; 159+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index a570b9e2c8d..fa347847e02 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -317,7 +317,7 @@ jobs:
           meson test ${{env.MTEST_ARGS}} --suite setup --logbase setup || exit 1
           echo ::endgroup::
 
-          meson test ${{env.MTEST_ARGS}} --num-processes ${{env.TEST_JOBS}} ${{env.MTEST_TARGET}}
+          meson test ${{env.MTEST_ARGS}} --num-processes ${{env.TEST_JOBS}} --no-suite setup ${{env.MTEST_TARGET}}
 
       - &linux_collect_cores_step
         name: Core backtraces
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0018-ci-Only-use-pwsh-not-pwsh-and-powershell.patch"



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

* [PATCH v9a 17/22] ci: Don't run setup twice
@ 2026-06-03 17:38 Andres Freund <[email protected]>
  0 siblings, 0 replies; 159+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index a570b9e2c8d..fa347847e02 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -317,7 +317,7 @@ jobs:
           meson test ${{env.MTEST_ARGS}} --suite setup --logbase setup || exit 1
           echo ::endgroup::
 
-          meson test ${{env.MTEST_ARGS}} --num-processes ${{env.TEST_JOBS}} ${{env.MTEST_TARGET}}
+          meson test ${{env.MTEST_ARGS}} --num-processes ${{env.TEST_JOBS}} --no-suite setup ${{env.MTEST_TARGET}}
 
       - &linux_collect_cores_step
         name: Core backtraces
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0018-ci-Only-use-pwsh-not-pwsh-and-powershell.patch"



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

* [PATCH v9a 17/22] ci: Don't run setup twice
@ 2026-06-03 17:38 Andres Freund <[email protected]>
  0 siblings, 0 replies; 159+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index a570b9e2c8d..fa347847e02 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -317,7 +317,7 @@ jobs:
           meson test ${{env.MTEST_ARGS}} --suite setup --logbase setup || exit 1
           echo ::endgroup::
 
-          meson test ${{env.MTEST_ARGS}} --num-processes ${{env.TEST_JOBS}} ${{env.MTEST_TARGET}}
+          meson test ${{env.MTEST_ARGS}} --num-processes ${{env.TEST_JOBS}} --no-suite setup ${{env.MTEST_TARGET}}
 
       - &linux_collect_cores_step
         name: Core backtraces
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0018-ci-Only-use-pwsh-not-pwsh-and-powershell.patch"



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

* [PATCH v9a 17/22] ci: Don't run setup twice
@ 2026-06-03 17:38 Andres Freund <[email protected]>
  0 siblings, 0 replies; 159+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index a570b9e2c8d..fa347847e02 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -317,7 +317,7 @@ jobs:
           meson test ${{env.MTEST_ARGS}} --suite setup --logbase setup || exit 1
           echo ::endgroup::
 
-          meson test ${{env.MTEST_ARGS}} --num-processes ${{env.TEST_JOBS}} ${{env.MTEST_TARGET}}
+          meson test ${{env.MTEST_ARGS}} --num-processes ${{env.TEST_JOBS}} --no-suite setup ${{env.MTEST_TARGET}}
 
       - &linux_collect_cores_step
         name: Core backtraces
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0018-ci-Only-use-pwsh-not-pwsh-and-powershell.patch"



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

* [PATCH v9a 17/22] ci: Don't run setup twice
@ 2026-06-03 17:38 Andres Freund <[email protected]>
  0 siblings, 0 replies; 159+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index a570b9e2c8d..fa347847e02 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -317,7 +317,7 @@ jobs:
           meson test ${{env.MTEST_ARGS}} --suite setup --logbase setup || exit 1
           echo ::endgroup::
 
-          meson test ${{env.MTEST_ARGS}} --num-processes ${{env.TEST_JOBS}} ${{env.MTEST_TARGET}}
+          meson test ${{env.MTEST_ARGS}} --num-processes ${{env.TEST_JOBS}} --no-suite setup ${{env.MTEST_TARGET}}
 
       - &linux_collect_cores_step
         name: Core backtraces
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0018-ci-Only-use-pwsh-not-pwsh-and-powershell.patch"



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

* [PATCH v9a 17/22] ci: Don't run setup twice
@ 2026-06-03 17:38 Andres Freund <[email protected]>
  0 siblings, 0 replies; 159+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index a570b9e2c8d..fa347847e02 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -317,7 +317,7 @@ jobs:
           meson test ${{env.MTEST_ARGS}} --suite setup --logbase setup || exit 1
           echo ::endgroup::
 
-          meson test ${{env.MTEST_ARGS}} --num-processes ${{env.TEST_JOBS}} ${{env.MTEST_TARGET}}
+          meson test ${{env.MTEST_ARGS}} --num-processes ${{env.TEST_JOBS}} --no-suite setup ${{env.MTEST_TARGET}}
 
       - &linux_collect_cores_step
         name: Core backtraces
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0018-ci-Only-use-pwsh-not-pwsh-and-powershell.patch"



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

* [PATCH v9a 17/22] ci: Don't run setup twice
@ 2026-06-03 17:38 Andres Freund <[email protected]>
  0 siblings, 0 replies; 159+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index a570b9e2c8d..fa347847e02 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -317,7 +317,7 @@ jobs:
           meson test ${{env.MTEST_ARGS}} --suite setup --logbase setup || exit 1
           echo ::endgroup::
 
-          meson test ${{env.MTEST_ARGS}} --num-processes ${{env.TEST_JOBS}} ${{env.MTEST_TARGET}}
+          meson test ${{env.MTEST_ARGS}} --num-processes ${{env.TEST_JOBS}} --no-suite setup ${{env.MTEST_TARGET}}
 
       - &linux_collect_cores_step
         name: Core backtraces
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0018-ci-Only-use-pwsh-not-pwsh-and-powershell.patch"



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

* [PATCH v9a 17/22] ci: Don't run setup twice
@ 2026-06-03 17:38 Andres Freund <[email protected]>
  0 siblings, 0 replies; 159+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index a570b9e2c8d..fa347847e02 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -317,7 +317,7 @@ jobs:
           meson test ${{env.MTEST_ARGS}} --suite setup --logbase setup || exit 1
           echo ::endgroup::
 
-          meson test ${{env.MTEST_ARGS}} --num-processes ${{env.TEST_JOBS}} ${{env.MTEST_TARGET}}
+          meson test ${{env.MTEST_ARGS}} --num-processes ${{env.TEST_JOBS}} --no-suite setup ${{env.MTEST_TARGET}}
 
       - &linux_collect_cores_step
         name: Core backtraces
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0018-ci-Only-use-pwsh-not-pwsh-and-powershell.patch"



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

* [PATCH v9a 17/22] ci: Don't run setup twice
@ 2026-06-03 17:38 Andres Freund <[email protected]>
  0 siblings, 0 replies; 159+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index a570b9e2c8d..fa347847e02 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -317,7 +317,7 @@ jobs:
           meson test ${{env.MTEST_ARGS}} --suite setup --logbase setup || exit 1
           echo ::endgroup::
 
-          meson test ${{env.MTEST_ARGS}} --num-processes ${{env.TEST_JOBS}} ${{env.MTEST_TARGET}}
+          meson test ${{env.MTEST_ARGS}} --num-processes ${{env.TEST_JOBS}} --no-suite setup ${{env.MTEST_TARGET}}
 
       - &linux_collect_cores_step
         name: Core backtraces
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0018-ci-Only-use-pwsh-not-pwsh-and-powershell.patch"



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

* [PATCH v9a 17/22] ci: Don't run setup twice
@ 2026-06-03 17:38 Andres Freund <[email protected]>
  0 siblings, 0 replies; 159+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index a570b9e2c8d..fa347847e02 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -317,7 +317,7 @@ jobs:
           meson test ${{env.MTEST_ARGS}} --suite setup --logbase setup || exit 1
           echo ::endgroup::
 
-          meson test ${{env.MTEST_ARGS}} --num-processes ${{env.TEST_JOBS}} ${{env.MTEST_TARGET}}
+          meson test ${{env.MTEST_ARGS}} --num-processes ${{env.TEST_JOBS}} --no-suite setup ${{env.MTEST_TARGET}}
 
       - &linux_collect_cores_step
         name: Core backtraces
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0018-ci-Only-use-pwsh-not-pwsh-and-powershell.patch"



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

* [PATCH v9a 17/22] ci: Don't run setup twice
@ 2026-06-03 17:38 Andres Freund <[email protected]>
  0 siblings, 0 replies; 159+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index a570b9e2c8d..fa347847e02 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -317,7 +317,7 @@ jobs:
           meson test ${{env.MTEST_ARGS}} --suite setup --logbase setup || exit 1
           echo ::endgroup::
 
-          meson test ${{env.MTEST_ARGS}} --num-processes ${{env.TEST_JOBS}} ${{env.MTEST_TARGET}}
+          meson test ${{env.MTEST_ARGS}} --num-processes ${{env.TEST_JOBS}} --no-suite setup ${{env.MTEST_TARGET}}
 
       - &linux_collect_cores_step
         name: Core backtraces
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0018-ci-Only-use-pwsh-not-pwsh-and-powershell.patch"



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

* [PATCH v9a 17/22] ci: Don't run setup twice
@ 2026-06-03 17:38 Andres Freund <[email protected]>
  0 siblings, 0 replies; 159+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index a570b9e2c8d..fa347847e02 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -317,7 +317,7 @@ jobs:
           meson test ${{env.MTEST_ARGS}} --suite setup --logbase setup || exit 1
           echo ::endgroup::
 
-          meson test ${{env.MTEST_ARGS}} --num-processes ${{env.TEST_JOBS}} ${{env.MTEST_TARGET}}
+          meson test ${{env.MTEST_ARGS}} --num-processes ${{env.TEST_JOBS}} --no-suite setup ${{env.MTEST_TARGET}}
 
       - &linux_collect_cores_step
         name: Core backtraces
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0018-ci-Only-use-pwsh-not-pwsh-and-powershell.patch"



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

* [PATCH v9a 17/22] ci: Don't run setup twice
@ 2026-06-03 17:38 Andres Freund <[email protected]>
  0 siblings, 0 replies; 159+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index a570b9e2c8d..fa347847e02 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -317,7 +317,7 @@ jobs:
           meson test ${{env.MTEST_ARGS}} --suite setup --logbase setup || exit 1
           echo ::endgroup::
 
-          meson test ${{env.MTEST_ARGS}} --num-processes ${{env.TEST_JOBS}} ${{env.MTEST_TARGET}}
+          meson test ${{env.MTEST_ARGS}} --num-processes ${{env.TEST_JOBS}} --no-suite setup ${{env.MTEST_TARGET}}
 
       - &linux_collect_cores_step
         name: Core backtraces
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0018-ci-Only-use-pwsh-not-pwsh-and-powershell.patch"



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

* [PATCH v9a 17/22] ci: Don't run setup twice
@ 2026-06-03 17:38 Andres Freund <[email protected]>
  0 siblings, 0 replies; 159+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index a570b9e2c8d..fa347847e02 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -317,7 +317,7 @@ jobs:
           meson test ${{env.MTEST_ARGS}} --suite setup --logbase setup || exit 1
           echo ::endgroup::
 
-          meson test ${{env.MTEST_ARGS}} --num-processes ${{env.TEST_JOBS}} ${{env.MTEST_TARGET}}
+          meson test ${{env.MTEST_ARGS}} --num-processes ${{env.TEST_JOBS}} --no-suite setup ${{env.MTEST_TARGET}}
 
       - &linux_collect_cores_step
         name: Core backtraces
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0018-ci-Only-use-pwsh-not-pwsh-and-powershell.patch"



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

* [PATCH v9a 17/22] ci: Don't run setup twice
@ 2026-06-03 17:38 Andres Freund <[email protected]>
  0 siblings, 0 replies; 159+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index a570b9e2c8d..fa347847e02 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -317,7 +317,7 @@ jobs:
           meson test ${{env.MTEST_ARGS}} --suite setup --logbase setup || exit 1
           echo ::endgroup::
 
-          meson test ${{env.MTEST_ARGS}} --num-processes ${{env.TEST_JOBS}} ${{env.MTEST_TARGET}}
+          meson test ${{env.MTEST_ARGS}} --num-processes ${{env.TEST_JOBS}} --no-suite setup ${{env.MTEST_TARGET}}
 
       - &linux_collect_cores_step
         name: Core backtraces
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0018-ci-Only-use-pwsh-not-pwsh-and-powershell.patch"



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

* [PATCH v9a 17/22] ci: Don't run setup twice
@ 2026-06-03 17:38 Andres Freund <[email protected]>
  0 siblings, 0 replies; 159+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index a570b9e2c8d..fa347847e02 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -317,7 +317,7 @@ jobs:
           meson test ${{env.MTEST_ARGS}} --suite setup --logbase setup || exit 1
           echo ::endgroup::
 
-          meson test ${{env.MTEST_ARGS}} --num-processes ${{env.TEST_JOBS}} ${{env.MTEST_TARGET}}
+          meson test ${{env.MTEST_ARGS}} --num-processes ${{env.TEST_JOBS}} --no-suite setup ${{env.MTEST_TARGET}}
 
       - &linux_collect_cores_step
         name: Core backtraces
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0018-ci-Only-use-pwsh-not-pwsh-and-powershell.patch"



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

* [PATCH v9a 17/22] ci: Don't run setup twice
@ 2026-06-03 17:38 Andres Freund <[email protected]>
  0 siblings, 0 replies; 159+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index a570b9e2c8d..fa347847e02 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -317,7 +317,7 @@ jobs:
           meson test ${{env.MTEST_ARGS}} --suite setup --logbase setup || exit 1
           echo ::endgroup::
 
-          meson test ${{env.MTEST_ARGS}} --num-processes ${{env.TEST_JOBS}} ${{env.MTEST_TARGET}}
+          meson test ${{env.MTEST_ARGS}} --num-processes ${{env.TEST_JOBS}} --no-suite setup ${{env.MTEST_TARGET}}
 
       - &linux_collect_cores_step
         name: Core backtraces
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0018-ci-Only-use-pwsh-not-pwsh-and-powershell.patch"



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

* [PATCH v9a 17/22] ci: Don't run setup twice
@ 2026-06-03 17:38 Andres Freund <[email protected]>
  0 siblings, 0 replies; 159+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index a570b9e2c8d..fa347847e02 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -317,7 +317,7 @@ jobs:
           meson test ${{env.MTEST_ARGS}} --suite setup --logbase setup || exit 1
           echo ::endgroup::
 
-          meson test ${{env.MTEST_ARGS}} --num-processes ${{env.TEST_JOBS}} ${{env.MTEST_TARGET}}
+          meson test ${{env.MTEST_ARGS}} --num-processes ${{env.TEST_JOBS}} --no-suite setup ${{env.MTEST_TARGET}}
 
       - &linux_collect_cores_step
         name: Core backtraces
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0018-ci-Only-use-pwsh-not-pwsh-and-powershell.patch"



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

* [PATCH v9a 17/22] ci: Don't run setup twice
@ 2026-06-03 17:38 Andres Freund <[email protected]>
  0 siblings, 0 replies; 159+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index a570b9e2c8d..fa347847e02 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -317,7 +317,7 @@ jobs:
           meson test ${{env.MTEST_ARGS}} --suite setup --logbase setup || exit 1
           echo ::endgroup::
 
-          meson test ${{env.MTEST_ARGS}} --num-processes ${{env.TEST_JOBS}} ${{env.MTEST_TARGET}}
+          meson test ${{env.MTEST_ARGS}} --num-processes ${{env.TEST_JOBS}} --no-suite setup ${{env.MTEST_TARGET}}
 
       - &linux_collect_cores_step
         name: Core backtraces
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0018-ci-Only-use-pwsh-not-pwsh-and-powershell.patch"



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

* [PATCH v9a 17/22] ci: Don't run setup twice
@ 2026-06-03 17:38 Andres Freund <[email protected]>
  0 siblings, 0 replies; 159+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index a570b9e2c8d..fa347847e02 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -317,7 +317,7 @@ jobs:
           meson test ${{env.MTEST_ARGS}} --suite setup --logbase setup || exit 1
           echo ::endgroup::
 
-          meson test ${{env.MTEST_ARGS}} --num-processes ${{env.TEST_JOBS}} ${{env.MTEST_TARGET}}
+          meson test ${{env.MTEST_ARGS}} --num-processes ${{env.TEST_JOBS}} --no-suite setup ${{env.MTEST_TARGET}}
 
       - &linux_collect_cores_step
         name: Core backtraces
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0018-ci-Only-use-pwsh-not-pwsh-and-powershell.patch"



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

* [PATCH v9a 17/22] ci: Don't run setup twice
@ 2026-06-03 17:38 Andres Freund <[email protected]>
  0 siblings, 0 replies; 159+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index a570b9e2c8d..fa347847e02 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -317,7 +317,7 @@ jobs:
           meson test ${{env.MTEST_ARGS}} --suite setup --logbase setup || exit 1
           echo ::endgroup::
 
-          meson test ${{env.MTEST_ARGS}} --num-processes ${{env.TEST_JOBS}} ${{env.MTEST_TARGET}}
+          meson test ${{env.MTEST_ARGS}} --num-processes ${{env.TEST_JOBS}} --no-suite setup ${{env.MTEST_TARGET}}
 
       - &linux_collect_cores_step
         name: Core backtraces
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0018-ci-Only-use-pwsh-not-pwsh-and-powershell.patch"



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

* [PATCH v9a 17/22] ci: Don't run setup twice
@ 2026-06-03 17:38 Andres Freund <[email protected]>
  0 siblings, 0 replies; 159+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index a570b9e2c8d..fa347847e02 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -317,7 +317,7 @@ jobs:
           meson test ${{env.MTEST_ARGS}} --suite setup --logbase setup || exit 1
           echo ::endgroup::
 
-          meson test ${{env.MTEST_ARGS}} --num-processes ${{env.TEST_JOBS}} ${{env.MTEST_TARGET}}
+          meson test ${{env.MTEST_ARGS}} --num-processes ${{env.TEST_JOBS}} --no-suite setup ${{env.MTEST_TARGET}}
 
       - &linux_collect_cores_step
         name: Core backtraces
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0018-ci-Only-use-pwsh-not-pwsh-and-powershell.patch"



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

* [PATCH v9a 17/22] ci: Don't run setup twice
@ 2026-06-03 17:38 Andres Freund <[email protected]>
  0 siblings, 0 replies; 159+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index a570b9e2c8d..fa347847e02 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -317,7 +317,7 @@ jobs:
           meson test ${{env.MTEST_ARGS}} --suite setup --logbase setup || exit 1
           echo ::endgroup::
 
-          meson test ${{env.MTEST_ARGS}} --num-processes ${{env.TEST_JOBS}} ${{env.MTEST_TARGET}}
+          meson test ${{env.MTEST_ARGS}} --num-processes ${{env.TEST_JOBS}} --no-suite setup ${{env.MTEST_TARGET}}
 
       - &linux_collect_cores_step
         name: Core backtraces
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0018-ci-Only-use-pwsh-not-pwsh-and-powershell.patch"



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

* [PATCH v9a 17/22] ci: Don't run setup twice
@ 2026-06-03 17:38 Andres Freund <[email protected]>
  0 siblings, 0 replies; 159+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index a570b9e2c8d..fa347847e02 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -317,7 +317,7 @@ jobs:
           meson test ${{env.MTEST_ARGS}} --suite setup --logbase setup || exit 1
           echo ::endgroup::
 
-          meson test ${{env.MTEST_ARGS}} --num-processes ${{env.TEST_JOBS}} ${{env.MTEST_TARGET}}
+          meson test ${{env.MTEST_ARGS}} --num-processes ${{env.TEST_JOBS}} --no-suite setup ${{env.MTEST_TARGET}}
 
       - &linux_collect_cores_step
         name: Core backtraces
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0018-ci-Only-use-pwsh-not-pwsh-and-powershell.patch"



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

* [PATCH v9a 17/22] ci: Don't run setup twice
@ 2026-06-03 17:38 Andres Freund <[email protected]>
  0 siblings, 0 replies; 159+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index a570b9e2c8d..fa347847e02 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -317,7 +317,7 @@ jobs:
           meson test ${{env.MTEST_ARGS}} --suite setup --logbase setup || exit 1
           echo ::endgroup::
 
-          meson test ${{env.MTEST_ARGS}} --num-processes ${{env.TEST_JOBS}} ${{env.MTEST_TARGET}}
+          meson test ${{env.MTEST_ARGS}} --num-processes ${{env.TEST_JOBS}} --no-suite setup ${{env.MTEST_TARGET}}
 
       - &linux_collect_cores_step
         name: Core backtraces
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0018-ci-Only-use-pwsh-not-pwsh-and-powershell.patch"



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

* [PATCH v9a 17/22] ci: Don't run setup twice
@ 2026-06-03 17:38 Andres Freund <[email protected]>
  0 siblings, 0 replies; 159+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index a570b9e2c8d..fa347847e02 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -317,7 +317,7 @@ jobs:
           meson test ${{env.MTEST_ARGS}} --suite setup --logbase setup || exit 1
           echo ::endgroup::
 
-          meson test ${{env.MTEST_ARGS}} --num-processes ${{env.TEST_JOBS}} ${{env.MTEST_TARGET}}
+          meson test ${{env.MTEST_ARGS}} --num-processes ${{env.TEST_JOBS}} --no-suite setup ${{env.MTEST_TARGET}}
 
       - &linux_collect_cores_step
         name: Core backtraces
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0018-ci-Only-use-pwsh-not-pwsh-and-powershell.patch"



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

* [PATCH v9a 17/22] ci: Don't run setup twice
@ 2026-06-03 17:38 Andres Freund <[email protected]>
  0 siblings, 0 replies; 159+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index a570b9e2c8d..fa347847e02 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -317,7 +317,7 @@ jobs:
           meson test ${{env.MTEST_ARGS}} --suite setup --logbase setup || exit 1
           echo ::endgroup::
 
-          meson test ${{env.MTEST_ARGS}} --num-processes ${{env.TEST_JOBS}} ${{env.MTEST_TARGET}}
+          meson test ${{env.MTEST_ARGS}} --num-processes ${{env.TEST_JOBS}} --no-suite setup ${{env.MTEST_TARGET}}
 
       - &linux_collect_cores_step
         name: Core backtraces
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0018-ci-Only-use-pwsh-not-pwsh-and-powershell.patch"



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

* [PATCH v9a 17/22] ci: Don't run setup twice
@ 2026-06-03 17:38 Andres Freund <[email protected]>
  0 siblings, 0 replies; 159+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index a570b9e2c8d..fa347847e02 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -317,7 +317,7 @@ jobs:
           meson test ${{env.MTEST_ARGS}} --suite setup --logbase setup || exit 1
           echo ::endgroup::
 
-          meson test ${{env.MTEST_ARGS}} --num-processes ${{env.TEST_JOBS}} ${{env.MTEST_TARGET}}
+          meson test ${{env.MTEST_ARGS}} --num-processes ${{env.TEST_JOBS}} --no-suite setup ${{env.MTEST_TARGET}}
 
       - &linux_collect_cores_step
         name: Core backtraces
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0018-ci-Only-use-pwsh-not-pwsh-and-powershell.patch"



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

* [PATCH v9a 17/22] ci: Don't run setup twice
@ 2026-06-03 17:38 Andres Freund <[email protected]>
  0 siblings, 0 replies; 159+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index a570b9e2c8d..fa347847e02 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -317,7 +317,7 @@ jobs:
           meson test ${{env.MTEST_ARGS}} --suite setup --logbase setup || exit 1
           echo ::endgroup::
 
-          meson test ${{env.MTEST_ARGS}} --num-processes ${{env.TEST_JOBS}} ${{env.MTEST_TARGET}}
+          meson test ${{env.MTEST_ARGS}} --num-processes ${{env.TEST_JOBS}} --no-suite setup ${{env.MTEST_TARGET}}
 
       - &linux_collect_cores_step
         name: Core backtraces
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0018-ci-Only-use-pwsh-not-pwsh-and-powershell.patch"



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

* [PATCH v9a 17/22] ci: Don't run setup twice
@ 2026-06-03 17:38 Andres Freund <[email protected]>
  0 siblings, 0 replies; 159+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index a570b9e2c8d..fa347847e02 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -317,7 +317,7 @@ jobs:
           meson test ${{env.MTEST_ARGS}} --suite setup --logbase setup || exit 1
           echo ::endgroup::
 
-          meson test ${{env.MTEST_ARGS}} --num-processes ${{env.TEST_JOBS}} ${{env.MTEST_TARGET}}
+          meson test ${{env.MTEST_ARGS}} --num-processes ${{env.TEST_JOBS}} --no-suite setup ${{env.MTEST_TARGET}}
 
       - &linux_collect_cores_step
         name: Core backtraces
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0018-ci-Only-use-pwsh-not-pwsh-and-powershell.patch"



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

* [PATCH v9a 17/22] ci: Don't run setup twice
@ 2026-06-03 17:38 Andres Freund <[email protected]>
  0 siblings, 0 replies; 159+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index a570b9e2c8d..fa347847e02 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -317,7 +317,7 @@ jobs:
           meson test ${{env.MTEST_ARGS}} --suite setup --logbase setup || exit 1
           echo ::endgroup::
 
-          meson test ${{env.MTEST_ARGS}} --num-processes ${{env.TEST_JOBS}} ${{env.MTEST_TARGET}}
+          meson test ${{env.MTEST_ARGS}} --num-processes ${{env.TEST_JOBS}} --no-suite setup ${{env.MTEST_TARGET}}
 
       - &linux_collect_cores_step
         name: Core backtraces
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0018-ci-Only-use-pwsh-not-pwsh-and-powershell.patch"



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

* [PATCH v9a 17/22] ci: Don't run setup twice
@ 2026-06-03 17:38 Andres Freund <[email protected]>
  0 siblings, 0 replies; 159+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index a570b9e2c8d..fa347847e02 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -317,7 +317,7 @@ jobs:
           meson test ${{env.MTEST_ARGS}} --suite setup --logbase setup || exit 1
           echo ::endgroup::
 
-          meson test ${{env.MTEST_ARGS}} --num-processes ${{env.TEST_JOBS}} ${{env.MTEST_TARGET}}
+          meson test ${{env.MTEST_ARGS}} --num-processes ${{env.TEST_JOBS}} --no-suite setup ${{env.MTEST_TARGET}}
 
       - &linux_collect_cores_step
         name: Core backtraces
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0018-ci-Only-use-pwsh-not-pwsh-and-powershell.patch"



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

* [PATCH v9a 17/22] ci: Don't run setup twice
@ 2026-06-03 17:38 Andres Freund <[email protected]>
  0 siblings, 0 replies; 159+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index a570b9e2c8d..fa347847e02 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -317,7 +317,7 @@ jobs:
           meson test ${{env.MTEST_ARGS}} --suite setup --logbase setup || exit 1
           echo ::endgroup::
 
-          meson test ${{env.MTEST_ARGS}} --num-processes ${{env.TEST_JOBS}} ${{env.MTEST_TARGET}}
+          meson test ${{env.MTEST_ARGS}} --num-processes ${{env.TEST_JOBS}} --no-suite setup ${{env.MTEST_TARGET}}
 
       - &linux_collect_cores_step
         name: Core backtraces
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0018-ci-Only-use-pwsh-not-pwsh-and-powershell.patch"



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

* [PATCH v9a 17/22] ci: Don't run setup twice
@ 2026-06-03 17:38 Andres Freund <[email protected]>
  0 siblings, 0 replies; 159+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index a570b9e2c8d..fa347847e02 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -317,7 +317,7 @@ jobs:
           meson test ${{env.MTEST_ARGS}} --suite setup --logbase setup || exit 1
           echo ::endgroup::
 
-          meson test ${{env.MTEST_ARGS}} --num-processes ${{env.TEST_JOBS}} ${{env.MTEST_TARGET}}
+          meson test ${{env.MTEST_ARGS}} --num-processes ${{env.TEST_JOBS}} --no-suite setup ${{env.MTEST_TARGET}}
 
       - &linux_collect_cores_step
         name: Core backtraces
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0018-ci-Only-use-pwsh-not-pwsh-and-powershell.patch"



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

* [PATCH v9a 17/22] ci: Don't run setup twice
@ 2026-06-03 17:38 Andres Freund <[email protected]>
  0 siblings, 0 replies; 159+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index a570b9e2c8d..fa347847e02 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -317,7 +317,7 @@ jobs:
           meson test ${{env.MTEST_ARGS}} --suite setup --logbase setup || exit 1
           echo ::endgroup::
 
-          meson test ${{env.MTEST_ARGS}} --num-processes ${{env.TEST_JOBS}} ${{env.MTEST_TARGET}}
+          meson test ${{env.MTEST_ARGS}} --num-processes ${{env.TEST_JOBS}} --no-suite setup ${{env.MTEST_TARGET}}
 
       - &linux_collect_cores_step
         name: Core backtraces
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0018-ci-Only-use-pwsh-not-pwsh-and-powershell.patch"



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

* [PATCH v9a 17/22] ci: Don't run setup twice
@ 2026-06-03 17:38 Andres Freund <[email protected]>
  0 siblings, 0 replies; 159+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index a570b9e2c8d..fa347847e02 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -317,7 +317,7 @@ jobs:
           meson test ${{env.MTEST_ARGS}} --suite setup --logbase setup || exit 1
           echo ::endgroup::
 
-          meson test ${{env.MTEST_ARGS}} --num-processes ${{env.TEST_JOBS}} ${{env.MTEST_TARGET}}
+          meson test ${{env.MTEST_ARGS}} --num-processes ${{env.TEST_JOBS}} --no-suite setup ${{env.MTEST_TARGET}}
 
       - &linux_collect_cores_step
         name: Core backtraces
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0018-ci-Only-use-pwsh-not-pwsh-and-powershell.patch"



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

* [PATCH v9a 17/22] ci: Don't run setup twice
@ 2026-06-03 17:38 Andres Freund <[email protected]>
  0 siblings, 0 replies; 159+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index a570b9e2c8d..fa347847e02 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -317,7 +317,7 @@ jobs:
           meson test ${{env.MTEST_ARGS}} --suite setup --logbase setup || exit 1
           echo ::endgroup::
 
-          meson test ${{env.MTEST_ARGS}} --num-processes ${{env.TEST_JOBS}} ${{env.MTEST_TARGET}}
+          meson test ${{env.MTEST_ARGS}} --num-processes ${{env.TEST_JOBS}} --no-suite setup ${{env.MTEST_TARGET}}
 
       - &linux_collect_cores_step
         name: Core backtraces
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0018-ci-Only-use-pwsh-not-pwsh-and-powershell.patch"



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

* [PATCH v9a 17/22] ci: Don't run setup twice
@ 2026-06-03 17:38 Andres Freund <[email protected]>
  0 siblings, 0 replies; 159+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index a570b9e2c8d..fa347847e02 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -317,7 +317,7 @@ jobs:
           meson test ${{env.MTEST_ARGS}} --suite setup --logbase setup || exit 1
           echo ::endgroup::
 
-          meson test ${{env.MTEST_ARGS}} --num-processes ${{env.TEST_JOBS}} ${{env.MTEST_TARGET}}
+          meson test ${{env.MTEST_ARGS}} --num-processes ${{env.TEST_JOBS}} --no-suite setup ${{env.MTEST_TARGET}}
 
       - &linux_collect_cores_step
         name: Core backtraces
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0018-ci-Only-use-pwsh-not-pwsh-and-powershell.patch"



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

* [PATCH v9a 17/22] ci: Don't run setup twice
@ 2026-06-03 17:38 Andres Freund <[email protected]>
  0 siblings, 0 replies; 159+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index a570b9e2c8d..fa347847e02 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -317,7 +317,7 @@ jobs:
           meson test ${{env.MTEST_ARGS}} --suite setup --logbase setup || exit 1
           echo ::endgroup::
 
-          meson test ${{env.MTEST_ARGS}} --num-processes ${{env.TEST_JOBS}} ${{env.MTEST_TARGET}}
+          meson test ${{env.MTEST_ARGS}} --num-processes ${{env.TEST_JOBS}} --no-suite setup ${{env.MTEST_TARGET}}
 
       - &linux_collect_cores_step
         name: Core backtraces
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0018-ci-Only-use-pwsh-not-pwsh-and-powershell.patch"



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

* [PATCH v9a 17/22] ci: Don't run setup twice
@ 2026-06-03 17:38 Andres Freund <[email protected]>
  0 siblings, 0 replies; 159+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index a570b9e2c8d..fa347847e02 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -317,7 +317,7 @@ jobs:
           meson test ${{env.MTEST_ARGS}} --suite setup --logbase setup || exit 1
           echo ::endgroup::
 
-          meson test ${{env.MTEST_ARGS}} --num-processes ${{env.TEST_JOBS}} ${{env.MTEST_TARGET}}
+          meson test ${{env.MTEST_ARGS}} --num-processes ${{env.TEST_JOBS}} --no-suite setup ${{env.MTEST_TARGET}}
 
       - &linux_collect_cores_step
         name: Core backtraces
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0018-ci-Only-use-pwsh-not-pwsh-and-powershell.patch"



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

* [PATCH v9a 17/22] ci: Don't run setup twice
@ 2026-06-03 17:38 Andres Freund <[email protected]>
  0 siblings, 0 replies; 159+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index a570b9e2c8d..fa347847e02 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -317,7 +317,7 @@ jobs:
           meson test ${{env.MTEST_ARGS}} --suite setup --logbase setup || exit 1
           echo ::endgroup::
 
-          meson test ${{env.MTEST_ARGS}} --num-processes ${{env.TEST_JOBS}} ${{env.MTEST_TARGET}}
+          meson test ${{env.MTEST_ARGS}} --num-processes ${{env.TEST_JOBS}} --no-suite setup ${{env.MTEST_TARGET}}
 
       - &linux_collect_cores_step
         name: Core backtraces
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0018-ci-Only-use-pwsh-not-pwsh-and-powershell.patch"



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

* [PATCH v9a 17/22] ci: Don't run setup twice
@ 2026-06-03 17:38 Andres Freund <[email protected]>
  0 siblings, 0 replies; 159+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index a570b9e2c8d..fa347847e02 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -317,7 +317,7 @@ jobs:
           meson test ${{env.MTEST_ARGS}} --suite setup --logbase setup || exit 1
           echo ::endgroup::
 
-          meson test ${{env.MTEST_ARGS}} --num-processes ${{env.TEST_JOBS}} ${{env.MTEST_TARGET}}
+          meson test ${{env.MTEST_ARGS}} --num-processes ${{env.TEST_JOBS}} --no-suite setup ${{env.MTEST_TARGET}}
 
       - &linux_collect_cores_step
         name: Core backtraces
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0018-ci-Only-use-pwsh-not-pwsh-and-powershell.patch"



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

* [PATCH v9a 17/22] ci: Don't run setup twice
@ 2026-06-03 17:38 Andres Freund <[email protected]>
  0 siblings, 0 replies; 159+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index a570b9e2c8d..fa347847e02 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -317,7 +317,7 @@ jobs:
           meson test ${{env.MTEST_ARGS}} --suite setup --logbase setup || exit 1
           echo ::endgroup::
 
-          meson test ${{env.MTEST_ARGS}} --num-processes ${{env.TEST_JOBS}} ${{env.MTEST_TARGET}}
+          meson test ${{env.MTEST_ARGS}} --num-processes ${{env.TEST_JOBS}} --no-suite setup ${{env.MTEST_TARGET}}
 
       - &linux_collect_cores_step
         name: Core backtraces
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0018-ci-Only-use-pwsh-not-pwsh-and-powershell.patch"



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

* [PATCH v9a 17/22] ci: Don't run setup twice
@ 2026-06-03 17:38 Andres Freund <[email protected]>
  0 siblings, 0 replies; 159+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index a570b9e2c8d..fa347847e02 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -317,7 +317,7 @@ jobs:
           meson test ${{env.MTEST_ARGS}} --suite setup --logbase setup || exit 1
           echo ::endgroup::
 
-          meson test ${{env.MTEST_ARGS}} --num-processes ${{env.TEST_JOBS}} ${{env.MTEST_TARGET}}
+          meson test ${{env.MTEST_ARGS}} --num-processes ${{env.TEST_JOBS}} --no-suite setup ${{env.MTEST_TARGET}}
 
       - &linux_collect_cores_step
         name: Core backtraces
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0018-ci-Only-use-pwsh-not-pwsh-and-powershell.patch"



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

* [PATCH v9a 17/22] ci: Don't run setup twice
@ 2026-06-03 17:38 Andres Freund <[email protected]>
  0 siblings, 0 replies; 159+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index a570b9e2c8d..fa347847e02 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -317,7 +317,7 @@ jobs:
           meson test ${{env.MTEST_ARGS}} --suite setup --logbase setup || exit 1
           echo ::endgroup::
 
-          meson test ${{env.MTEST_ARGS}} --num-processes ${{env.TEST_JOBS}} ${{env.MTEST_TARGET}}
+          meson test ${{env.MTEST_ARGS}} --num-processes ${{env.TEST_JOBS}} --no-suite setup ${{env.MTEST_TARGET}}
 
       - &linux_collect_cores_step
         name: Core backtraces
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0018-ci-Only-use-pwsh-not-pwsh-and-powershell.patch"



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

* [PATCH v9a 17/22] ci: Don't run setup twice
@ 2026-06-03 17:38 Andres Freund <[email protected]>
  0 siblings, 0 replies; 159+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index a570b9e2c8d..fa347847e02 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -317,7 +317,7 @@ jobs:
           meson test ${{env.MTEST_ARGS}} --suite setup --logbase setup || exit 1
           echo ::endgroup::
 
-          meson test ${{env.MTEST_ARGS}} --num-processes ${{env.TEST_JOBS}} ${{env.MTEST_TARGET}}
+          meson test ${{env.MTEST_ARGS}} --num-processes ${{env.TEST_JOBS}} --no-suite setup ${{env.MTEST_TARGET}}
 
       - &linux_collect_cores_step
         name: Core backtraces
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0018-ci-Only-use-pwsh-not-pwsh-and-powershell.patch"



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

* [PATCH v9a 17/22] ci: Don't run setup twice
@ 2026-06-03 17:38 Andres Freund <[email protected]>
  0 siblings, 0 replies; 159+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index a570b9e2c8d..fa347847e02 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -317,7 +317,7 @@ jobs:
           meson test ${{env.MTEST_ARGS}} --suite setup --logbase setup || exit 1
           echo ::endgroup::
 
-          meson test ${{env.MTEST_ARGS}} --num-processes ${{env.TEST_JOBS}} ${{env.MTEST_TARGET}}
+          meson test ${{env.MTEST_ARGS}} --num-processes ${{env.TEST_JOBS}} --no-suite setup ${{env.MTEST_TARGET}}
 
       - &linux_collect_cores_step
         name: Core backtraces
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0018-ci-Only-use-pwsh-not-pwsh-and-powershell.patch"



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

* [PATCH v9a 17/22] ci: Don't run setup twice
@ 2026-06-03 17:38 Andres Freund <[email protected]>
  0 siblings, 0 replies; 159+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index a570b9e2c8d..fa347847e02 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -317,7 +317,7 @@ jobs:
           meson test ${{env.MTEST_ARGS}} --suite setup --logbase setup || exit 1
           echo ::endgroup::
 
-          meson test ${{env.MTEST_ARGS}} --num-processes ${{env.TEST_JOBS}} ${{env.MTEST_TARGET}}
+          meson test ${{env.MTEST_ARGS}} --num-processes ${{env.TEST_JOBS}} --no-suite setup ${{env.MTEST_TARGET}}
 
       - &linux_collect_cores_step
         name: Core backtraces
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0018-ci-Only-use-pwsh-not-pwsh-and-powershell.patch"



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

* [PATCH v9a 17/22] ci: Don't run setup twice
@ 2026-06-03 17:38 Andres Freund <[email protected]>
  0 siblings, 0 replies; 159+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index a570b9e2c8d..fa347847e02 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -317,7 +317,7 @@ jobs:
           meson test ${{env.MTEST_ARGS}} --suite setup --logbase setup || exit 1
           echo ::endgroup::
 
-          meson test ${{env.MTEST_ARGS}} --num-processes ${{env.TEST_JOBS}} ${{env.MTEST_TARGET}}
+          meson test ${{env.MTEST_ARGS}} --num-processes ${{env.TEST_JOBS}} --no-suite setup ${{env.MTEST_TARGET}}
 
       - &linux_collect_cores_step
         name: Core backtraces
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0018-ci-Only-use-pwsh-not-pwsh-and-powershell.patch"



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

* [PATCH v9a 17/22] ci: Don't run setup twice
@ 2026-06-03 17:38 Andres Freund <[email protected]>
  0 siblings, 0 replies; 159+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index a570b9e2c8d..fa347847e02 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -317,7 +317,7 @@ jobs:
           meson test ${{env.MTEST_ARGS}} --suite setup --logbase setup || exit 1
           echo ::endgroup::
 
-          meson test ${{env.MTEST_ARGS}} --num-processes ${{env.TEST_JOBS}} ${{env.MTEST_TARGET}}
+          meson test ${{env.MTEST_ARGS}} --num-processes ${{env.TEST_JOBS}} --no-suite setup ${{env.MTEST_TARGET}}
 
       - &linux_collect_cores_step
         name: Core backtraces
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0018-ci-Only-use-pwsh-not-pwsh-and-powershell.patch"



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

* [PATCH v9a 17/22] ci: Don't run setup twice
@ 2026-06-03 17:38 Andres Freund <[email protected]>
  0 siblings, 0 replies; 159+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index a570b9e2c8d..fa347847e02 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -317,7 +317,7 @@ jobs:
           meson test ${{env.MTEST_ARGS}} --suite setup --logbase setup || exit 1
           echo ::endgroup::
 
-          meson test ${{env.MTEST_ARGS}} --num-processes ${{env.TEST_JOBS}} ${{env.MTEST_TARGET}}
+          meson test ${{env.MTEST_ARGS}} --num-processes ${{env.TEST_JOBS}} --no-suite setup ${{env.MTEST_TARGET}}
 
       - &linux_collect_cores_step
         name: Core backtraces
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0018-ci-Only-use-pwsh-not-pwsh-and-powershell.patch"



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

* [PATCH v9a 17/22] ci: Don't run setup twice
@ 2026-06-03 17:38 Andres Freund <[email protected]>
  0 siblings, 0 replies; 159+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index a570b9e2c8d..fa347847e02 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -317,7 +317,7 @@ jobs:
           meson test ${{env.MTEST_ARGS}} --suite setup --logbase setup || exit 1
           echo ::endgroup::
 
-          meson test ${{env.MTEST_ARGS}} --num-processes ${{env.TEST_JOBS}} ${{env.MTEST_TARGET}}
+          meson test ${{env.MTEST_ARGS}} --num-processes ${{env.TEST_JOBS}} --no-suite setup ${{env.MTEST_TARGET}}
 
       - &linux_collect_cores_step
         name: Core backtraces
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0018-ci-Only-use-pwsh-not-pwsh-and-powershell.patch"



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

* [PATCH v9a 17/22] ci: Don't run setup twice
@ 2026-06-03 17:38 Andres Freund <[email protected]>
  0 siblings, 0 replies; 159+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index a570b9e2c8d..fa347847e02 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -317,7 +317,7 @@ jobs:
           meson test ${{env.MTEST_ARGS}} --suite setup --logbase setup || exit 1
           echo ::endgroup::
 
-          meson test ${{env.MTEST_ARGS}} --num-processes ${{env.TEST_JOBS}} ${{env.MTEST_TARGET}}
+          meson test ${{env.MTEST_ARGS}} --num-processes ${{env.TEST_JOBS}} --no-suite setup ${{env.MTEST_TARGET}}
 
       - &linux_collect_cores_step
         name: Core backtraces
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0018-ci-Only-use-pwsh-not-pwsh-and-powershell.patch"



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

* [PATCH v9a 17/22] ci: Don't run setup twice
@ 2026-06-03 17:38 Andres Freund <[email protected]>
  0 siblings, 0 replies; 159+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index a570b9e2c8d..fa347847e02 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -317,7 +317,7 @@ jobs:
           meson test ${{env.MTEST_ARGS}} --suite setup --logbase setup || exit 1
           echo ::endgroup::
 
-          meson test ${{env.MTEST_ARGS}} --num-processes ${{env.TEST_JOBS}} ${{env.MTEST_TARGET}}
+          meson test ${{env.MTEST_ARGS}} --num-processes ${{env.TEST_JOBS}} --no-suite setup ${{env.MTEST_TARGET}}
 
       - &linux_collect_cores_step
         name: Core backtraces
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0018-ci-Only-use-pwsh-not-pwsh-and-powershell.patch"



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

* [PATCH v9a 17/22] ci: Don't run setup twice
@ 2026-06-03 17:38 Andres Freund <[email protected]>
  0 siblings, 0 replies; 159+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index a570b9e2c8d..fa347847e02 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -317,7 +317,7 @@ jobs:
           meson test ${{env.MTEST_ARGS}} --suite setup --logbase setup || exit 1
           echo ::endgroup::
 
-          meson test ${{env.MTEST_ARGS}} --num-processes ${{env.TEST_JOBS}} ${{env.MTEST_TARGET}}
+          meson test ${{env.MTEST_ARGS}} --num-processes ${{env.TEST_JOBS}} --no-suite setup ${{env.MTEST_TARGET}}
 
       - &linux_collect_cores_step
         name: Core backtraces
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0018-ci-Only-use-pwsh-not-pwsh-and-powershell.patch"



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

* [PATCH v9a 17/22] ci: Don't run setup twice
@ 2026-06-03 17:38 Andres Freund <[email protected]>
  0 siblings, 0 replies; 159+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index a570b9e2c8d..fa347847e02 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -317,7 +317,7 @@ jobs:
           meson test ${{env.MTEST_ARGS}} --suite setup --logbase setup || exit 1
           echo ::endgroup::
 
-          meson test ${{env.MTEST_ARGS}} --num-processes ${{env.TEST_JOBS}} ${{env.MTEST_TARGET}}
+          meson test ${{env.MTEST_ARGS}} --num-processes ${{env.TEST_JOBS}} --no-suite setup ${{env.MTEST_TARGET}}
 
       - &linux_collect_cores_step
         name: Core backtraces
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0018-ci-Only-use-pwsh-not-pwsh-and-powershell.patch"



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

* [PATCH v9a 17/22] ci: Don't run setup twice
@ 2026-06-03 17:38 Andres Freund <[email protected]>
  0 siblings, 0 replies; 159+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index a570b9e2c8d..fa347847e02 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -317,7 +317,7 @@ jobs:
           meson test ${{env.MTEST_ARGS}} --suite setup --logbase setup || exit 1
           echo ::endgroup::
 
-          meson test ${{env.MTEST_ARGS}} --num-processes ${{env.TEST_JOBS}} ${{env.MTEST_TARGET}}
+          meson test ${{env.MTEST_ARGS}} --num-processes ${{env.TEST_JOBS}} --no-suite setup ${{env.MTEST_TARGET}}
 
       - &linux_collect_cores_step
         name: Core backtraces
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0018-ci-Only-use-pwsh-not-pwsh-and-powershell.patch"



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

* [PATCH v9a 17/22] ci: Don't run setup twice
@ 2026-06-03 17:38 Andres Freund <[email protected]>
  0 siblings, 0 replies; 159+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index a570b9e2c8d..fa347847e02 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -317,7 +317,7 @@ jobs:
           meson test ${{env.MTEST_ARGS}} --suite setup --logbase setup || exit 1
           echo ::endgroup::
 
-          meson test ${{env.MTEST_ARGS}} --num-processes ${{env.TEST_JOBS}} ${{env.MTEST_TARGET}}
+          meson test ${{env.MTEST_ARGS}} --num-processes ${{env.TEST_JOBS}} --no-suite setup ${{env.MTEST_TARGET}}
 
       - &linux_collect_cores_step
         name: Core backtraces
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0018-ci-Only-use-pwsh-not-pwsh-and-powershell.patch"



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

* [PATCH v9a 17/22] ci: Don't run setup twice
@ 2026-06-03 17:38 Andres Freund <[email protected]>
  0 siblings, 0 replies; 159+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index a570b9e2c8d..fa347847e02 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -317,7 +317,7 @@ jobs:
           meson test ${{env.MTEST_ARGS}} --suite setup --logbase setup || exit 1
           echo ::endgroup::
 
-          meson test ${{env.MTEST_ARGS}} --num-processes ${{env.TEST_JOBS}} ${{env.MTEST_TARGET}}
+          meson test ${{env.MTEST_ARGS}} --num-processes ${{env.TEST_JOBS}} --no-suite setup ${{env.MTEST_TARGET}}
 
       - &linux_collect_cores_step
         name: Core backtraces
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0018-ci-Only-use-pwsh-not-pwsh-and-powershell.patch"



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

* [PATCH v9a 17/22] ci: Don't run setup twice
@ 2026-06-03 17:38 Andres Freund <[email protected]>
  0 siblings, 0 replies; 159+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index a570b9e2c8d..fa347847e02 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -317,7 +317,7 @@ jobs:
           meson test ${{env.MTEST_ARGS}} --suite setup --logbase setup || exit 1
           echo ::endgroup::
 
-          meson test ${{env.MTEST_ARGS}} --num-processes ${{env.TEST_JOBS}} ${{env.MTEST_TARGET}}
+          meson test ${{env.MTEST_ARGS}} --num-processes ${{env.TEST_JOBS}} --no-suite setup ${{env.MTEST_TARGET}}
 
       - &linux_collect_cores_step
         name: Core backtraces
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0018-ci-Only-use-pwsh-not-pwsh-and-powershell.patch"



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

* [PATCH v9a 17/22] ci: Don't run setup twice
@ 2026-06-03 17:38 Andres Freund <[email protected]>
  0 siblings, 0 replies; 159+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index a570b9e2c8d..fa347847e02 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -317,7 +317,7 @@ jobs:
           meson test ${{env.MTEST_ARGS}} --suite setup --logbase setup || exit 1
           echo ::endgroup::
 
-          meson test ${{env.MTEST_ARGS}} --num-processes ${{env.TEST_JOBS}} ${{env.MTEST_TARGET}}
+          meson test ${{env.MTEST_ARGS}} --num-processes ${{env.TEST_JOBS}} --no-suite setup ${{env.MTEST_TARGET}}
 
       - &linux_collect_cores_step
         name: Core backtraces
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0018-ci-Only-use-pwsh-not-pwsh-and-powershell.patch"



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

* [PATCH v9a 17/22] ci: Don't run setup twice
@ 2026-06-03 17:38 Andres Freund <[email protected]>
  0 siblings, 0 replies; 159+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index a570b9e2c8d..fa347847e02 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -317,7 +317,7 @@ jobs:
           meson test ${{env.MTEST_ARGS}} --suite setup --logbase setup || exit 1
           echo ::endgroup::
 
-          meson test ${{env.MTEST_ARGS}} --num-processes ${{env.TEST_JOBS}} ${{env.MTEST_TARGET}}
+          meson test ${{env.MTEST_ARGS}} --num-processes ${{env.TEST_JOBS}} --no-suite setup ${{env.MTEST_TARGET}}
 
       - &linux_collect_cores_step
         name: Core backtraces
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0018-ci-Only-use-pwsh-not-pwsh-and-powershell.patch"



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

* [PATCH v9a 17/22] ci: Don't run setup twice
@ 2026-06-03 17:38 Andres Freund <[email protected]>
  0 siblings, 0 replies; 159+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index a570b9e2c8d..fa347847e02 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -317,7 +317,7 @@ jobs:
           meson test ${{env.MTEST_ARGS}} --suite setup --logbase setup || exit 1
           echo ::endgroup::
 
-          meson test ${{env.MTEST_ARGS}} --num-processes ${{env.TEST_JOBS}} ${{env.MTEST_TARGET}}
+          meson test ${{env.MTEST_ARGS}} --num-processes ${{env.TEST_JOBS}} --no-suite setup ${{env.MTEST_TARGET}}
 
       - &linux_collect_cores_step
         name: Core backtraces
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0018-ci-Only-use-pwsh-not-pwsh-and-powershell.patch"



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

* [PATCH v9a 17/22] ci: Don't run setup twice
@ 2026-06-03 17:38 Andres Freund <[email protected]>
  0 siblings, 0 replies; 159+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index a570b9e2c8d..fa347847e02 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -317,7 +317,7 @@ jobs:
           meson test ${{env.MTEST_ARGS}} --suite setup --logbase setup || exit 1
           echo ::endgroup::
 
-          meson test ${{env.MTEST_ARGS}} --num-processes ${{env.TEST_JOBS}} ${{env.MTEST_TARGET}}
+          meson test ${{env.MTEST_ARGS}} --num-processes ${{env.TEST_JOBS}} --no-suite setup ${{env.MTEST_TARGET}}
 
       - &linux_collect_cores_step
         name: Core backtraces
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0018-ci-Only-use-pwsh-not-pwsh-and-powershell.patch"



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

* [PATCH v9a 17/22] ci: Don't run setup twice
@ 2026-06-03 17:38 Andres Freund <[email protected]>
  0 siblings, 0 replies; 159+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index a570b9e2c8d..fa347847e02 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -317,7 +317,7 @@ jobs:
           meson test ${{env.MTEST_ARGS}} --suite setup --logbase setup || exit 1
           echo ::endgroup::
 
-          meson test ${{env.MTEST_ARGS}} --num-processes ${{env.TEST_JOBS}} ${{env.MTEST_TARGET}}
+          meson test ${{env.MTEST_ARGS}} --num-processes ${{env.TEST_JOBS}} --no-suite setup ${{env.MTEST_TARGET}}
 
       - &linux_collect_cores_step
         name: Core backtraces
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0018-ci-Only-use-pwsh-not-pwsh-and-powershell.patch"



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

* [PATCH v9a 17/22] ci: Don't run setup twice
@ 2026-06-03 17:38 Andres Freund <[email protected]>
  0 siblings, 0 replies; 159+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index a570b9e2c8d..fa347847e02 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -317,7 +317,7 @@ jobs:
           meson test ${{env.MTEST_ARGS}} --suite setup --logbase setup || exit 1
           echo ::endgroup::
 
-          meson test ${{env.MTEST_ARGS}} --num-processes ${{env.TEST_JOBS}} ${{env.MTEST_TARGET}}
+          meson test ${{env.MTEST_ARGS}} --num-processes ${{env.TEST_JOBS}} --no-suite setup ${{env.MTEST_TARGET}}
 
       - &linux_collect_cores_step
         name: Core backtraces
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0018-ci-Only-use-pwsh-not-pwsh-and-powershell.patch"



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

* [PATCH v9a 17/22] ci: Don't run setup twice
@ 2026-06-03 17:38 Andres Freund <[email protected]>
  0 siblings, 0 replies; 159+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index a570b9e2c8d..fa347847e02 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -317,7 +317,7 @@ jobs:
           meson test ${{env.MTEST_ARGS}} --suite setup --logbase setup || exit 1
           echo ::endgroup::
 
-          meson test ${{env.MTEST_ARGS}} --num-processes ${{env.TEST_JOBS}} ${{env.MTEST_TARGET}}
+          meson test ${{env.MTEST_ARGS}} --num-processes ${{env.TEST_JOBS}} --no-suite setup ${{env.MTEST_TARGET}}
 
       - &linux_collect_cores_step
         name: Core backtraces
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0018-ci-Only-use-pwsh-not-pwsh-and-powershell.patch"



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

* [PATCH v9a 17/22] ci: Don't run setup twice
@ 2026-06-03 17:38 Andres Freund <[email protected]>
  0 siblings, 0 replies; 159+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index a570b9e2c8d..fa347847e02 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -317,7 +317,7 @@ jobs:
           meson test ${{env.MTEST_ARGS}} --suite setup --logbase setup || exit 1
           echo ::endgroup::
 
-          meson test ${{env.MTEST_ARGS}} --num-processes ${{env.TEST_JOBS}} ${{env.MTEST_TARGET}}
+          meson test ${{env.MTEST_ARGS}} --num-processes ${{env.TEST_JOBS}} --no-suite setup ${{env.MTEST_TARGET}}
 
       - &linux_collect_cores_step
         name: Core backtraces
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0018-ci-Only-use-pwsh-not-pwsh-and-powershell.patch"



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

* [PATCH v9a 17/22] ci: Don't run setup twice
@ 2026-06-03 17:38 Andres Freund <[email protected]>
  0 siblings, 0 replies; 159+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index a570b9e2c8d..fa347847e02 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -317,7 +317,7 @@ jobs:
           meson test ${{env.MTEST_ARGS}} --suite setup --logbase setup || exit 1
           echo ::endgroup::
 
-          meson test ${{env.MTEST_ARGS}} --num-processes ${{env.TEST_JOBS}} ${{env.MTEST_TARGET}}
+          meson test ${{env.MTEST_ARGS}} --num-processes ${{env.TEST_JOBS}} --no-suite setup ${{env.MTEST_TARGET}}
 
       - &linux_collect_cores_step
         name: Core backtraces
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0018-ci-Only-use-pwsh-not-pwsh-and-powershell.patch"



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

* [PATCH v9a 17/22] ci: Don't run setup twice
@ 2026-06-03 17:38 Andres Freund <[email protected]>
  0 siblings, 0 replies; 159+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index a570b9e2c8d..fa347847e02 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -317,7 +317,7 @@ jobs:
           meson test ${{env.MTEST_ARGS}} --suite setup --logbase setup || exit 1
           echo ::endgroup::
 
-          meson test ${{env.MTEST_ARGS}} --num-processes ${{env.TEST_JOBS}} ${{env.MTEST_TARGET}}
+          meson test ${{env.MTEST_ARGS}} --num-processes ${{env.TEST_JOBS}} --no-suite setup ${{env.MTEST_TARGET}}
 
       - &linux_collect_cores_step
         name: Core backtraces
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0018-ci-Only-use-pwsh-not-pwsh-and-powershell.patch"



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

* [PATCH v9a 17/22] ci: Don't run setup twice
@ 2026-06-03 17:38 Andres Freund <[email protected]>
  0 siblings, 0 replies; 159+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index a570b9e2c8d..fa347847e02 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -317,7 +317,7 @@ jobs:
           meson test ${{env.MTEST_ARGS}} --suite setup --logbase setup || exit 1
           echo ::endgroup::
 
-          meson test ${{env.MTEST_ARGS}} --num-processes ${{env.TEST_JOBS}} ${{env.MTEST_TARGET}}
+          meson test ${{env.MTEST_ARGS}} --num-processes ${{env.TEST_JOBS}} --no-suite setup ${{env.MTEST_TARGET}}
 
       - &linux_collect_cores_step
         name: Core backtraces
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0018-ci-Only-use-pwsh-not-pwsh-and-powershell.patch"



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

* [PATCH v9a 17/22] ci: Don't run setup twice
@ 2026-06-03 17:38 Andres Freund <[email protected]>
  0 siblings, 0 replies; 159+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index a570b9e2c8d..fa347847e02 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -317,7 +317,7 @@ jobs:
           meson test ${{env.MTEST_ARGS}} --suite setup --logbase setup || exit 1
           echo ::endgroup::
 
-          meson test ${{env.MTEST_ARGS}} --num-processes ${{env.TEST_JOBS}} ${{env.MTEST_TARGET}}
+          meson test ${{env.MTEST_ARGS}} --num-processes ${{env.TEST_JOBS}} --no-suite setup ${{env.MTEST_TARGET}}
 
       - &linux_collect_cores_step
         name: Core backtraces
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0018-ci-Only-use-pwsh-not-pwsh-and-powershell.patch"



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

* [PATCH v9a 17/22] ci: Don't run setup twice
@ 2026-06-03 17:38 Andres Freund <[email protected]>
  0 siblings, 0 replies; 159+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index a570b9e2c8d..fa347847e02 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -317,7 +317,7 @@ jobs:
           meson test ${{env.MTEST_ARGS}} --suite setup --logbase setup || exit 1
           echo ::endgroup::
 
-          meson test ${{env.MTEST_ARGS}} --num-processes ${{env.TEST_JOBS}} ${{env.MTEST_TARGET}}
+          meson test ${{env.MTEST_ARGS}} --num-processes ${{env.TEST_JOBS}} --no-suite setup ${{env.MTEST_TARGET}}
 
       - &linux_collect_cores_step
         name: Core backtraces
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0018-ci-Only-use-pwsh-not-pwsh-and-powershell.patch"



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

* [PATCH v9a 17/22] ci: Don't run setup twice
@ 2026-06-03 17:38 Andres Freund <[email protected]>
  0 siblings, 0 replies; 159+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index a570b9e2c8d..fa347847e02 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -317,7 +317,7 @@ jobs:
           meson test ${{env.MTEST_ARGS}} --suite setup --logbase setup || exit 1
           echo ::endgroup::
 
-          meson test ${{env.MTEST_ARGS}} --num-processes ${{env.TEST_JOBS}} ${{env.MTEST_TARGET}}
+          meson test ${{env.MTEST_ARGS}} --num-processes ${{env.TEST_JOBS}} --no-suite setup ${{env.MTEST_TARGET}}
 
       - &linux_collect_cores_step
         name: Core backtraces
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0018-ci-Only-use-pwsh-not-pwsh-and-powershell.patch"



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

* [PATCH v9a 17/22] ci: Don't run setup twice
@ 2026-06-03 17:38 Andres Freund <[email protected]>
  0 siblings, 0 replies; 159+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index a570b9e2c8d..fa347847e02 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -317,7 +317,7 @@ jobs:
           meson test ${{env.MTEST_ARGS}} --suite setup --logbase setup || exit 1
           echo ::endgroup::
 
-          meson test ${{env.MTEST_ARGS}} --num-processes ${{env.TEST_JOBS}} ${{env.MTEST_TARGET}}
+          meson test ${{env.MTEST_ARGS}} --num-processes ${{env.TEST_JOBS}} --no-suite setup ${{env.MTEST_TARGET}}
 
       - &linux_collect_cores_step
         name: Core backtraces
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0018-ci-Only-use-pwsh-not-pwsh-and-powershell.patch"



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

* [PATCH v9a 17/22] ci: Don't run setup twice
@ 2026-06-03 17:38 Andres Freund <[email protected]>
  0 siblings, 0 replies; 159+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index a570b9e2c8d..fa347847e02 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -317,7 +317,7 @@ jobs:
           meson test ${{env.MTEST_ARGS}} --suite setup --logbase setup || exit 1
           echo ::endgroup::
 
-          meson test ${{env.MTEST_ARGS}} --num-processes ${{env.TEST_JOBS}} ${{env.MTEST_TARGET}}
+          meson test ${{env.MTEST_ARGS}} --num-processes ${{env.TEST_JOBS}} --no-suite setup ${{env.MTEST_TARGET}}
 
       - &linux_collect_cores_step
         name: Core backtraces
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0018-ci-Only-use-pwsh-not-pwsh-and-powershell.patch"



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

* [PATCH v9a 17/22] ci: Don't run setup twice
@ 2026-06-03 17:38 Andres Freund <[email protected]>
  0 siblings, 0 replies; 159+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index a570b9e2c8d..fa347847e02 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -317,7 +317,7 @@ jobs:
           meson test ${{env.MTEST_ARGS}} --suite setup --logbase setup || exit 1
           echo ::endgroup::
 
-          meson test ${{env.MTEST_ARGS}} --num-processes ${{env.TEST_JOBS}} ${{env.MTEST_TARGET}}
+          meson test ${{env.MTEST_ARGS}} --num-processes ${{env.TEST_JOBS}} --no-suite setup ${{env.MTEST_TARGET}}
 
       - &linux_collect_cores_step
         name: Core backtraces
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0018-ci-Only-use-pwsh-not-pwsh-and-powershell.patch"



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

* [PATCH v9a 17/22] ci: Don't run setup twice
@ 2026-06-03 17:38 Andres Freund <[email protected]>
  0 siblings, 0 replies; 159+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index a570b9e2c8d..fa347847e02 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -317,7 +317,7 @@ jobs:
           meson test ${{env.MTEST_ARGS}} --suite setup --logbase setup || exit 1
           echo ::endgroup::
 
-          meson test ${{env.MTEST_ARGS}} --num-processes ${{env.TEST_JOBS}} ${{env.MTEST_TARGET}}
+          meson test ${{env.MTEST_ARGS}} --num-processes ${{env.TEST_JOBS}} --no-suite setup ${{env.MTEST_TARGET}}
 
       - &linux_collect_cores_step
         name: Core backtraces
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0018-ci-Only-use-pwsh-not-pwsh-and-powershell.patch"



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

* [PATCH v9a 17/22] ci: Don't run setup twice
@ 2026-06-03 17:38 Andres Freund <[email protected]>
  0 siblings, 0 replies; 159+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index a570b9e2c8d..fa347847e02 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -317,7 +317,7 @@ jobs:
           meson test ${{env.MTEST_ARGS}} --suite setup --logbase setup || exit 1
           echo ::endgroup::
 
-          meson test ${{env.MTEST_ARGS}} --num-processes ${{env.TEST_JOBS}} ${{env.MTEST_TARGET}}
+          meson test ${{env.MTEST_ARGS}} --num-processes ${{env.TEST_JOBS}} --no-suite setup ${{env.MTEST_TARGET}}
 
       - &linux_collect_cores_step
         name: Core backtraces
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0018-ci-Only-use-pwsh-not-pwsh-and-powershell.patch"



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

* [PATCH v9a 17/22] ci: Don't run setup twice
@ 2026-06-03 17:38 Andres Freund <[email protected]>
  0 siblings, 0 replies; 159+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index a570b9e2c8d..fa347847e02 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -317,7 +317,7 @@ jobs:
           meson test ${{env.MTEST_ARGS}} --suite setup --logbase setup || exit 1
           echo ::endgroup::
 
-          meson test ${{env.MTEST_ARGS}} --num-processes ${{env.TEST_JOBS}} ${{env.MTEST_TARGET}}
+          meson test ${{env.MTEST_ARGS}} --num-processes ${{env.TEST_JOBS}} --no-suite setup ${{env.MTEST_TARGET}}
 
       - &linux_collect_cores_step
         name: Core backtraces
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0018-ci-Only-use-pwsh-not-pwsh-and-powershell.patch"



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

* [PATCH v9a 17/22] ci: Don't run setup twice
@ 2026-06-03 17:38 Andres Freund <[email protected]>
  0 siblings, 0 replies; 159+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index a570b9e2c8d..fa347847e02 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -317,7 +317,7 @@ jobs:
           meson test ${{env.MTEST_ARGS}} --suite setup --logbase setup || exit 1
           echo ::endgroup::
 
-          meson test ${{env.MTEST_ARGS}} --num-processes ${{env.TEST_JOBS}} ${{env.MTEST_TARGET}}
+          meson test ${{env.MTEST_ARGS}} --num-processes ${{env.TEST_JOBS}} --no-suite setup ${{env.MTEST_TARGET}}
 
       - &linux_collect_cores_step
         name: Core backtraces
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0018-ci-Only-use-pwsh-not-pwsh-and-powershell.patch"



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

* [PATCH v9a 17/22] ci: Don't run setup twice
@ 2026-06-03 17:38 Andres Freund <[email protected]>
  0 siblings, 0 replies; 159+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index a570b9e2c8d..fa347847e02 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -317,7 +317,7 @@ jobs:
           meson test ${{env.MTEST_ARGS}} --suite setup --logbase setup || exit 1
           echo ::endgroup::
 
-          meson test ${{env.MTEST_ARGS}} --num-processes ${{env.TEST_JOBS}} ${{env.MTEST_TARGET}}
+          meson test ${{env.MTEST_ARGS}} --num-processes ${{env.TEST_JOBS}} --no-suite setup ${{env.MTEST_TARGET}}
 
       - &linux_collect_cores_step
         name: Core backtraces
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0018-ci-Only-use-pwsh-not-pwsh-and-powershell.patch"



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

* [PATCH v9a 17/22] ci: Don't run setup twice
@ 2026-06-03 17:38 Andres Freund <[email protected]>
  0 siblings, 0 replies; 159+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index a570b9e2c8d..fa347847e02 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -317,7 +317,7 @@ jobs:
           meson test ${{env.MTEST_ARGS}} --suite setup --logbase setup || exit 1
           echo ::endgroup::
 
-          meson test ${{env.MTEST_ARGS}} --num-processes ${{env.TEST_JOBS}} ${{env.MTEST_TARGET}}
+          meson test ${{env.MTEST_ARGS}} --num-processes ${{env.TEST_JOBS}} --no-suite setup ${{env.MTEST_TARGET}}
 
       - &linux_collect_cores_step
         name: Core backtraces
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0018-ci-Only-use-pwsh-not-pwsh-and-powershell.patch"



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

* [PATCH v9a 17/22] ci: Don't run setup twice
@ 2026-06-03 17:38 Andres Freund <[email protected]>
  0 siblings, 0 replies; 159+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index a570b9e2c8d..fa347847e02 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -317,7 +317,7 @@ jobs:
           meson test ${{env.MTEST_ARGS}} --suite setup --logbase setup || exit 1
           echo ::endgroup::
 
-          meson test ${{env.MTEST_ARGS}} --num-processes ${{env.TEST_JOBS}} ${{env.MTEST_TARGET}}
+          meson test ${{env.MTEST_ARGS}} --num-processes ${{env.TEST_JOBS}} --no-suite setup ${{env.MTEST_TARGET}}
 
       - &linux_collect_cores_step
         name: Core backtraces
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0018-ci-Only-use-pwsh-not-pwsh-and-powershell.patch"



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

* [PATCH v9a 17/22] ci: Don't run setup twice
@ 2026-06-03 17:38 Andres Freund <[email protected]>
  0 siblings, 0 replies; 159+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index a570b9e2c8d..fa347847e02 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -317,7 +317,7 @@ jobs:
           meson test ${{env.MTEST_ARGS}} --suite setup --logbase setup || exit 1
           echo ::endgroup::
 
-          meson test ${{env.MTEST_ARGS}} --num-processes ${{env.TEST_JOBS}} ${{env.MTEST_TARGET}}
+          meson test ${{env.MTEST_ARGS}} --num-processes ${{env.TEST_JOBS}} --no-suite setup ${{env.MTEST_TARGET}}
 
       - &linux_collect_cores_step
         name: Core backtraces
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0018-ci-Only-use-pwsh-not-pwsh-and-powershell.patch"



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

* [PATCH v9a 17/22] ci: Don't run setup twice
@ 2026-06-03 17:38 Andres Freund <[email protected]>
  0 siblings, 0 replies; 159+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index a570b9e2c8d..fa347847e02 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -317,7 +317,7 @@ jobs:
           meson test ${{env.MTEST_ARGS}} --suite setup --logbase setup || exit 1
           echo ::endgroup::
 
-          meson test ${{env.MTEST_ARGS}} --num-processes ${{env.TEST_JOBS}} ${{env.MTEST_TARGET}}
+          meson test ${{env.MTEST_ARGS}} --num-processes ${{env.TEST_JOBS}} --no-suite setup ${{env.MTEST_TARGET}}
 
       - &linux_collect_cores_step
         name: Core backtraces
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0018-ci-Only-use-pwsh-not-pwsh-and-powershell.patch"



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

* [PATCH v9a 17/22] ci: Don't run setup twice
@ 2026-06-03 17:38 Andres Freund <[email protected]>
  0 siblings, 0 replies; 159+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index a570b9e2c8d..fa347847e02 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -317,7 +317,7 @@ jobs:
           meson test ${{env.MTEST_ARGS}} --suite setup --logbase setup || exit 1
           echo ::endgroup::
 
-          meson test ${{env.MTEST_ARGS}} --num-processes ${{env.TEST_JOBS}} ${{env.MTEST_TARGET}}
+          meson test ${{env.MTEST_ARGS}} --num-processes ${{env.TEST_JOBS}} --no-suite setup ${{env.MTEST_TARGET}}
 
       - &linux_collect_cores_step
         name: Core backtraces
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0018-ci-Only-use-pwsh-not-pwsh-and-powershell.patch"



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

* [PATCH v9a 17/22] ci: Don't run setup twice
@ 2026-06-03 17:38 Andres Freund <[email protected]>
  0 siblings, 0 replies; 159+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index a570b9e2c8d..fa347847e02 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -317,7 +317,7 @@ jobs:
           meson test ${{env.MTEST_ARGS}} --suite setup --logbase setup || exit 1
           echo ::endgroup::
 
-          meson test ${{env.MTEST_ARGS}} --num-processes ${{env.TEST_JOBS}} ${{env.MTEST_TARGET}}
+          meson test ${{env.MTEST_ARGS}} --num-processes ${{env.TEST_JOBS}} --no-suite setup ${{env.MTEST_TARGET}}
 
       - &linux_collect_cores_step
         name: Core backtraces
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0018-ci-Only-use-pwsh-not-pwsh-and-powershell.patch"



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

* [PATCH v9a 17/22] ci: Don't run setup twice
@ 2026-06-03 17:38 Andres Freund <[email protected]>
  0 siblings, 0 replies; 159+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index a570b9e2c8d..fa347847e02 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -317,7 +317,7 @@ jobs:
           meson test ${{env.MTEST_ARGS}} --suite setup --logbase setup || exit 1
           echo ::endgroup::
 
-          meson test ${{env.MTEST_ARGS}} --num-processes ${{env.TEST_JOBS}} ${{env.MTEST_TARGET}}
+          meson test ${{env.MTEST_ARGS}} --num-processes ${{env.TEST_JOBS}} --no-suite setup ${{env.MTEST_TARGET}}
 
       - &linux_collect_cores_step
         name: Core backtraces
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0018-ci-Only-use-pwsh-not-pwsh-and-powershell.patch"



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

* [PATCH v9a 17/22] ci: Don't run setup twice
@ 2026-06-03 17:38 Andres Freund <[email protected]>
  0 siblings, 0 replies; 159+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index a570b9e2c8d..fa347847e02 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -317,7 +317,7 @@ jobs:
           meson test ${{env.MTEST_ARGS}} --suite setup --logbase setup || exit 1
           echo ::endgroup::
 
-          meson test ${{env.MTEST_ARGS}} --num-processes ${{env.TEST_JOBS}} ${{env.MTEST_TARGET}}
+          meson test ${{env.MTEST_ARGS}} --num-processes ${{env.TEST_JOBS}} --no-suite setup ${{env.MTEST_TARGET}}
 
       - &linux_collect_cores_step
         name: Core backtraces
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0018-ci-Only-use-pwsh-not-pwsh-and-powershell.patch"



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

* [PATCH v9a 17/22] ci: Don't run setup twice
@ 2026-06-03 17:38 Andres Freund <[email protected]>
  0 siblings, 0 replies; 159+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index a570b9e2c8d..fa347847e02 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -317,7 +317,7 @@ jobs:
           meson test ${{env.MTEST_ARGS}} --suite setup --logbase setup || exit 1
           echo ::endgroup::
 
-          meson test ${{env.MTEST_ARGS}} --num-processes ${{env.TEST_JOBS}} ${{env.MTEST_TARGET}}
+          meson test ${{env.MTEST_ARGS}} --num-processes ${{env.TEST_JOBS}} --no-suite setup ${{env.MTEST_TARGET}}
 
       - &linux_collect_cores_step
         name: Core backtraces
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0018-ci-Only-use-pwsh-not-pwsh-and-powershell.patch"



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

* [PATCH v9a 17/22] ci: Don't run setup twice
@ 2026-06-03 17:38 Andres Freund <[email protected]>
  0 siblings, 0 replies; 159+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index a570b9e2c8d..fa347847e02 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -317,7 +317,7 @@ jobs:
           meson test ${{env.MTEST_ARGS}} --suite setup --logbase setup || exit 1
           echo ::endgroup::
 
-          meson test ${{env.MTEST_ARGS}} --num-processes ${{env.TEST_JOBS}} ${{env.MTEST_TARGET}}
+          meson test ${{env.MTEST_ARGS}} --num-processes ${{env.TEST_JOBS}} --no-suite setup ${{env.MTEST_TARGET}}
 
       - &linux_collect_cores_step
         name: Core backtraces
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0018-ci-Only-use-pwsh-not-pwsh-and-powershell.patch"



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

* [PATCH v9a 17/22] ci: Don't run setup twice
@ 2026-06-03 17:38 Andres Freund <[email protected]>
  0 siblings, 0 replies; 159+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index a570b9e2c8d..fa347847e02 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -317,7 +317,7 @@ jobs:
           meson test ${{env.MTEST_ARGS}} --suite setup --logbase setup || exit 1
           echo ::endgroup::
 
-          meson test ${{env.MTEST_ARGS}} --num-processes ${{env.TEST_JOBS}} ${{env.MTEST_TARGET}}
+          meson test ${{env.MTEST_ARGS}} --num-processes ${{env.TEST_JOBS}} --no-suite setup ${{env.MTEST_TARGET}}
 
       - &linux_collect_cores_step
         name: Core backtraces
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0018-ci-Only-use-pwsh-not-pwsh-and-powershell.patch"



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

* [PATCH v9a 17/22] ci: Don't run setup twice
@ 2026-06-03 17:38 Andres Freund <[email protected]>
  0 siblings, 0 replies; 159+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index a570b9e2c8d..fa347847e02 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -317,7 +317,7 @@ jobs:
           meson test ${{env.MTEST_ARGS}} --suite setup --logbase setup || exit 1
           echo ::endgroup::
 
-          meson test ${{env.MTEST_ARGS}} --num-processes ${{env.TEST_JOBS}} ${{env.MTEST_TARGET}}
+          meson test ${{env.MTEST_ARGS}} --num-processes ${{env.TEST_JOBS}} --no-suite setup ${{env.MTEST_TARGET}}
 
       - &linux_collect_cores_step
         name: Core backtraces
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0018-ci-Only-use-pwsh-not-pwsh-and-powershell.patch"



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

* [PATCH v9a 17/22] ci: Don't run setup twice
@ 2026-06-03 17:38 Andres Freund <[email protected]>
  0 siblings, 0 replies; 159+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index a570b9e2c8d..fa347847e02 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -317,7 +317,7 @@ jobs:
           meson test ${{env.MTEST_ARGS}} --suite setup --logbase setup || exit 1
           echo ::endgroup::
 
-          meson test ${{env.MTEST_ARGS}} --num-processes ${{env.TEST_JOBS}} ${{env.MTEST_TARGET}}
+          meson test ${{env.MTEST_ARGS}} --num-processes ${{env.TEST_JOBS}} --no-suite setup ${{env.MTEST_TARGET}}
 
       - &linux_collect_cores_step
         name: Core backtraces
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0018-ci-Only-use-pwsh-not-pwsh-and-powershell.patch"



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

* [PATCH v9a 17/22] ci: Don't run setup twice
@ 2026-06-03 17:38 Andres Freund <[email protected]>
  0 siblings, 0 replies; 159+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index a570b9e2c8d..fa347847e02 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -317,7 +317,7 @@ jobs:
           meson test ${{env.MTEST_ARGS}} --suite setup --logbase setup || exit 1
           echo ::endgroup::
 
-          meson test ${{env.MTEST_ARGS}} --num-processes ${{env.TEST_JOBS}} ${{env.MTEST_TARGET}}
+          meson test ${{env.MTEST_ARGS}} --num-processes ${{env.TEST_JOBS}} --no-suite setup ${{env.MTEST_TARGET}}
 
       - &linux_collect_cores_step
         name: Core backtraces
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0018-ci-Only-use-pwsh-not-pwsh-and-powershell.patch"



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

* [PATCH v9a 17/22] ci: Don't run setup twice
@ 2026-06-03 17:38 Andres Freund <[email protected]>
  0 siblings, 0 replies; 159+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index a570b9e2c8d..fa347847e02 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -317,7 +317,7 @@ jobs:
           meson test ${{env.MTEST_ARGS}} --suite setup --logbase setup || exit 1
           echo ::endgroup::
 
-          meson test ${{env.MTEST_ARGS}} --num-processes ${{env.TEST_JOBS}} ${{env.MTEST_TARGET}}
+          meson test ${{env.MTEST_ARGS}} --num-processes ${{env.TEST_JOBS}} --no-suite setup ${{env.MTEST_TARGET}}
 
       - &linux_collect_cores_step
         name: Core backtraces
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0018-ci-Only-use-pwsh-not-pwsh-and-powershell.patch"



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

* [PATCH v9a 17/22] ci: Don't run setup twice
@ 2026-06-03 17:38 Andres Freund <[email protected]>
  0 siblings, 0 replies; 159+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index a570b9e2c8d..fa347847e02 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -317,7 +317,7 @@ jobs:
           meson test ${{env.MTEST_ARGS}} --suite setup --logbase setup || exit 1
           echo ::endgroup::
 
-          meson test ${{env.MTEST_ARGS}} --num-processes ${{env.TEST_JOBS}} ${{env.MTEST_TARGET}}
+          meson test ${{env.MTEST_ARGS}} --num-processes ${{env.TEST_JOBS}} --no-suite setup ${{env.MTEST_TARGET}}
 
       - &linux_collect_cores_step
         name: Core backtraces
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0018-ci-Only-use-pwsh-not-pwsh-and-powershell.patch"



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

* [PATCH v9a 17/22] ci: Don't run setup twice
@ 2026-06-03 17:38 Andres Freund <[email protected]>
  0 siblings, 0 replies; 159+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index a570b9e2c8d..fa347847e02 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -317,7 +317,7 @@ jobs:
           meson test ${{env.MTEST_ARGS}} --suite setup --logbase setup || exit 1
           echo ::endgroup::
 
-          meson test ${{env.MTEST_ARGS}} --num-processes ${{env.TEST_JOBS}} ${{env.MTEST_TARGET}}
+          meson test ${{env.MTEST_ARGS}} --num-processes ${{env.TEST_JOBS}} --no-suite setup ${{env.MTEST_TARGET}}
 
       - &linux_collect_cores_step
         name: Core backtraces
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0018-ci-Only-use-pwsh-not-pwsh-and-powershell.patch"



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

* [PATCH v9a 17/22] ci: Don't run setup twice
@ 2026-06-03 17:38 Andres Freund <[email protected]>
  0 siblings, 0 replies; 159+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index a570b9e2c8d..fa347847e02 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -317,7 +317,7 @@ jobs:
           meson test ${{env.MTEST_ARGS}} --suite setup --logbase setup || exit 1
           echo ::endgroup::
 
-          meson test ${{env.MTEST_ARGS}} --num-processes ${{env.TEST_JOBS}} ${{env.MTEST_TARGET}}
+          meson test ${{env.MTEST_ARGS}} --num-processes ${{env.TEST_JOBS}} --no-suite setup ${{env.MTEST_TARGET}}
 
       - &linux_collect_cores_step
         name: Core backtraces
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0018-ci-Only-use-pwsh-not-pwsh-and-powershell.patch"



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

* [PATCH v9a 17/22] ci: Don't run setup twice
@ 2026-06-03 17:38 Andres Freund <[email protected]>
  0 siblings, 0 replies; 159+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index a570b9e2c8d..fa347847e02 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -317,7 +317,7 @@ jobs:
           meson test ${{env.MTEST_ARGS}} --suite setup --logbase setup || exit 1
           echo ::endgroup::
 
-          meson test ${{env.MTEST_ARGS}} --num-processes ${{env.TEST_JOBS}} ${{env.MTEST_TARGET}}
+          meson test ${{env.MTEST_ARGS}} --num-processes ${{env.TEST_JOBS}} --no-suite setup ${{env.MTEST_TARGET}}
 
       - &linux_collect_cores_step
         name: Core backtraces
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0018-ci-Only-use-pwsh-not-pwsh-and-powershell.patch"



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

* [PATCH v9a 17/22] ci: Don't run setup twice
@ 2026-06-03 17:38 Andres Freund <[email protected]>
  0 siblings, 0 replies; 159+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index a570b9e2c8d..fa347847e02 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -317,7 +317,7 @@ jobs:
           meson test ${{env.MTEST_ARGS}} --suite setup --logbase setup || exit 1
           echo ::endgroup::
 
-          meson test ${{env.MTEST_ARGS}} --num-processes ${{env.TEST_JOBS}} ${{env.MTEST_TARGET}}
+          meson test ${{env.MTEST_ARGS}} --num-processes ${{env.TEST_JOBS}} --no-suite setup ${{env.MTEST_TARGET}}
 
       - &linux_collect_cores_step
         name: Core backtraces
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0018-ci-Only-use-pwsh-not-pwsh-and-powershell.patch"



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

* [PATCH v9a 17/22] ci: Don't run setup twice
@ 2026-06-03 17:38 Andres Freund <[email protected]>
  0 siblings, 0 replies; 159+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index a570b9e2c8d..fa347847e02 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -317,7 +317,7 @@ jobs:
           meson test ${{env.MTEST_ARGS}} --suite setup --logbase setup || exit 1
           echo ::endgroup::
 
-          meson test ${{env.MTEST_ARGS}} --num-processes ${{env.TEST_JOBS}} ${{env.MTEST_TARGET}}
+          meson test ${{env.MTEST_ARGS}} --num-processes ${{env.TEST_JOBS}} --no-suite setup ${{env.MTEST_TARGET}}
 
       - &linux_collect_cores_step
         name: Core backtraces
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0018-ci-Only-use-pwsh-not-pwsh-and-powershell.patch"



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

* [PATCH v9a 17/22] ci: Don't run setup twice
@ 2026-06-03 17:38 Andres Freund <[email protected]>
  0 siblings, 0 replies; 159+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index a570b9e2c8d..fa347847e02 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -317,7 +317,7 @@ jobs:
           meson test ${{env.MTEST_ARGS}} --suite setup --logbase setup || exit 1
           echo ::endgroup::
 
-          meson test ${{env.MTEST_ARGS}} --num-processes ${{env.TEST_JOBS}} ${{env.MTEST_TARGET}}
+          meson test ${{env.MTEST_ARGS}} --num-processes ${{env.TEST_JOBS}} --no-suite setup ${{env.MTEST_TARGET}}
 
       - &linux_collect_cores_step
         name: Core backtraces
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0018-ci-Only-use-pwsh-not-pwsh-and-powershell.patch"



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

* [PATCH v9a 17/22] ci: Don't run setup twice
@ 2026-06-03 17:38 Andres Freund <[email protected]>
  0 siblings, 0 replies; 159+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index a570b9e2c8d..fa347847e02 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -317,7 +317,7 @@ jobs:
           meson test ${{env.MTEST_ARGS}} --suite setup --logbase setup || exit 1
           echo ::endgroup::
 
-          meson test ${{env.MTEST_ARGS}} --num-processes ${{env.TEST_JOBS}} ${{env.MTEST_TARGET}}
+          meson test ${{env.MTEST_ARGS}} --num-processes ${{env.TEST_JOBS}} --no-suite setup ${{env.MTEST_TARGET}}
 
       - &linux_collect_cores_step
         name: Core backtraces
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0018-ci-Only-use-pwsh-not-pwsh-and-powershell.patch"



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

* [PATCH v9a 17/22] ci: Don't run setup twice
@ 2026-06-03 17:38 Andres Freund <[email protected]>
  0 siblings, 0 replies; 159+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index a570b9e2c8d..fa347847e02 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -317,7 +317,7 @@ jobs:
           meson test ${{env.MTEST_ARGS}} --suite setup --logbase setup || exit 1
           echo ::endgroup::
 
-          meson test ${{env.MTEST_ARGS}} --num-processes ${{env.TEST_JOBS}} ${{env.MTEST_TARGET}}
+          meson test ${{env.MTEST_ARGS}} --num-processes ${{env.TEST_JOBS}} --no-suite setup ${{env.MTEST_TARGET}}
 
       - &linux_collect_cores_step
         name: Core backtraces
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0018-ci-Only-use-pwsh-not-pwsh-and-powershell.patch"



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

* [PATCH v9a 17/22] ci: Don't run setup twice
@ 2026-06-03 17:38 Andres Freund <[email protected]>
  0 siblings, 0 replies; 159+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index a570b9e2c8d..fa347847e02 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -317,7 +317,7 @@ jobs:
           meson test ${{env.MTEST_ARGS}} --suite setup --logbase setup || exit 1
           echo ::endgroup::
 
-          meson test ${{env.MTEST_ARGS}} --num-processes ${{env.TEST_JOBS}} ${{env.MTEST_TARGET}}
+          meson test ${{env.MTEST_ARGS}} --num-processes ${{env.TEST_JOBS}} --no-suite setup ${{env.MTEST_TARGET}}
 
       - &linux_collect_cores_step
         name: Core backtraces
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0018-ci-Only-use-pwsh-not-pwsh-and-powershell.patch"



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

* [PATCH v9a 17/22] ci: Don't run setup twice
@ 2026-06-03 17:38 Andres Freund <[email protected]>
  0 siblings, 0 replies; 159+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index a570b9e2c8d..fa347847e02 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -317,7 +317,7 @@ jobs:
           meson test ${{env.MTEST_ARGS}} --suite setup --logbase setup || exit 1
           echo ::endgroup::
 
-          meson test ${{env.MTEST_ARGS}} --num-processes ${{env.TEST_JOBS}} ${{env.MTEST_TARGET}}
+          meson test ${{env.MTEST_ARGS}} --num-processes ${{env.TEST_JOBS}} --no-suite setup ${{env.MTEST_TARGET}}
 
       - &linux_collect_cores_step
         name: Core backtraces
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0018-ci-Only-use-pwsh-not-pwsh-and-powershell.patch"



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

* [PATCH v9a 17/22] ci: Don't run setup twice
@ 2026-06-03 17:38 Andres Freund <[email protected]>
  0 siblings, 0 replies; 159+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index a570b9e2c8d..fa347847e02 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -317,7 +317,7 @@ jobs:
           meson test ${{env.MTEST_ARGS}} --suite setup --logbase setup || exit 1
           echo ::endgroup::
 
-          meson test ${{env.MTEST_ARGS}} --num-processes ${{env.TEST_JOBS}} ${{env.MTEST_TARGET}}
+          meson test ${{env.MTEST_ARGS}} --num-processes ${{env.TEST_JOBS}} --no-suite setup ${{env.MTEST_TARGET}}
 
       - &linux_collect_cores_step
         name: Core backtraces
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0018-ci-Only-use-pwsh-not-pwsh-and-powershell.patch"



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

* [PATCH v9a 17/22] ci: Don't run setup twice
@ 2026-06-03 17:38 Andres Freund <[email protected]>
  0 siblings, 0 replies; 159+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index a570b9e2c8d..fa347847e02 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -317,7 +317,7 @@ jobs:
           meson test ${{env.MTEST_ARGS}} --suite setup --logbase setup || exit 1
           echo ::endgroup::
 
-          meson test ${{env.MTEST_ARGS}} --num-processes ${{env.TEST_JOBS}} ${{env.MTEST_TARGET}}
+          meson test ${{env.MTEST_ARGS}} --num-processes ${{env.TEST_JOBS}} --no-suite setup ${{env.MTEST_TARGET}}
 
       - &linux_collect_cores_step
         name: Core backtraces
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0018-ci-Only-use-pwsh-not-pwsh-and-powershell.patch"



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

* [PATCH v9a 17/22] ci: Don't run setup twice
@ 2026-06-03 17:38 Andres Freund <[email protected]>
  0 siblings, 0 replies; 159+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index a570b9e2c8d..fa347847e02 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -317,7 +317,7 @@ jobs:
           meson test ${{env.MTEST_ARGS}} --suite setup --logbase setup || exit 1
           echo ::endgroup::
 
-          meson test ${{env.MTEST_ARGS}} --num-processes ${{env.TEST_JOBS}} ${{env.MTEST_TARGET}}
+          meson test ${{env.MTEST_ARGS}} --num-processes ${{env.TEST_JOBS}} --no-suite setup ${{env.MTEST_TARGET}}
 
       - &linux_collect_cores_step
         name: Core backtraces
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0018-ci-Only-use-pwsh-not-pwsh-and-powershell.patch"



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

* [PATCH v9a 17/22] ci: Don't run setup twice
@ 2026-06-03 17:38 Andres Freund <[email protected]>
  0 siblings, 0 replies; 159+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index a570b9e2c8d..fa347847e02 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -317,7 +317,7 @@ jobs:
           meson test ${{env.MTEST_ARGS}} --suite setup --logbase setup || exit 1
           echo ::endgroup::
 
-          meson test ${{env.MTEST_ARGS}} --num-processes ${{env.TEST_JOBS}} ${{env.MTEST_TARGET}}
+          meson test ${{env.MTEST_ARGS}} --num-processes ${{env.TEST_JOBS}} --no-suite setup ${{env.MTEST_TARGET}}
 
       - &linux_collect_cores_step
         name: Core backtraces
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0018-ci-Only-use-pwsh-not-pwsh-and-powershell.patch"



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

* [PATCH v9a 17/22] ci: Don't run setup twice
@ 2026-06-03 17:38 Andres Freund <[email protected]>
  0 siblings, 0 replies; 159+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index a570b9e2c8d..fa347847e02 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -317,7 +317,7 @@ jobs:
           meson test ${{env.MTEST_ARGS}} --suite setup --logbase setup || exit 1
           echo ::endgroup::
 
-          meson test ${{env.MTEST_ARGS}} --num-processes ${{env.TEST_JOBS}} ${{env.MTEST_TARGET}}
+          meson test ${{env.MTEST_ARGS}} --num-processes ${{env.TEST_JOBS}} --no-suite setup ${{env.MTEST_TARGET}}
 
       - &linux_collect_cores_step
         name: Core backtraces
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0018-ci-Only-use-pwsh-not-pwsh-and-powershell.patch"



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

* [PATCH v9a 17/22] ci: Don't run setup twice
@ 2026-06-03 17:38 Andres Freund <[email protected]>
  0 siblings, 0 replies; 159+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index a570b9e2c8d..fa347847e02 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -317,7 +317,7 @@ jobs:
           meson test ${{env.MTEST_ARGS}} --suite setup --logbase setup || exit 1
           echo ::endgroup::
 
-          meson test ${{env.MTEST_ARGS}} --num-processes ${{env.TEST_JOBS}} ${{env.MTEST_TARGET}}
+          meson test ${{env.MTEST_ARGS}} --num-processes ${{env.TEST_JOBS}} --no-suite setup ${{env.MTEST_TARGET}}
 
       - &linux_collect_cores_step
         name: Core backtraces
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0018-ci-Only-use-pwsh-not-pwsh-and-powershell.patch"



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

* [PATCH v9a 17/22] ci: Don't run setup twice
@ 2026-06-03 17:38 Andres Freund <[email protected]>
  0 siblings, 0 replies; 159+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index a570b9e2c8d..fa347847e02 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -317,7 +317,7 @@ jobs:
           meson test ${{env.MTEST_ARGS}} --suite setup --logbase setup || exit 1
           echo ::endgroup::
 
-          meson test ${{env.MTEST_ARGS}} --num-processes ${{env.TEST_JOBS}} ${{env.MTEST_TARGET}}
+          meson test ${{env.MTEST_ARGS}} --num-processes ${{env.TEST_JOBS}} --no-suite setup ${{env.MTEST_TARGET}}
 
       - &linux_collect_cores_step
         name: Core backtraces
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0018-ci-Only-use-pwsh-not-pwsh-and-powershell.patch"



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

* [PATCH v9a 17/22] ci: Don't run setup twice
@ 2026-06-03 17:38 Andres Freund <[email protected]>
  0 siblings, 0 replies; 159+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index a570b9e2c8d..fa347847e02 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -317,7 +317,7 @@ jobs:
           meson test ${{env.MTEST_ARGS}} --suite setup --logbase setup || exit 1
           echo ::endgroup::
 
-          meson test ${{env.MTEST_ARGS}} --num-processes ${{env.TEST_JOBS}} ${{env.MTEST_TARGET}}
+          meson test ${{env.MTEST_ARGS}} --num-processes ${{env.TEST_JOBS}} --no-suite setup ${{env.MTEST_TARGET}}
 
       - &linux_collect_cores_step
         name: Core backtraces
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0018-ci-Only-use-pwsh-not-pwsh-and-powershell.patch"



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

* [PATCH v9a 17/22] ci: Don't run setup twice
@ 2026-06-03 17:38 Andres Freund <[email protected]>
  0 siblings, 0 replies; 159+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index a570b9e2c8d..fa347847e02 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -317,7 +317,7 @@ jobs:
           meson test ${{env.MTEST_ARGS}} --suite setup --logbase setup || exit 1
           echo ::endgroup::
 
-          meson test ${{env.MTEST_ARGS}} --num-processes ${{env.TEST_JOBS}} ${{env.MTEST_TARGET}}
+          meson test ${{env.MTEST_ARGS}} --num-processes ${{env.TEST_JOBS}} --no-suite setup ${{env.MTEST_TARGET}}
 
       - &linux_collect_cores_step
         name: Core backtraces
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0018-ci-Only-use-pwsh-not-pwsh-and-powershell.patch"



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

* [PATCH v9a 17/22] ci: Don't run setup twice
@ 2026-06-03 17:38 Andres Freund <[email protected]>
  0 siblings, 0 replies; 159+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index a570b9e2c8d..fa347847e02 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -317,7 +317,7 @@ jobs:
           meson test ${{env.MTEST_ARGS}} --suite setup --logbase setup || exit 1
           echo ::endgroup::
 
-          meson test ${{env.MTEST_ARGS}} --num-processes ${{env.TEST_JOBS}} ${{env.MTEST_TARGET}}
+          meson test ${{env.MTEST_ARGS}} --num-processes ${{env.TEST_JOBS}} --no-suite setup ${{env.MTEST_TARGET}}
 
       - &linux_collect_cores_step
         name: Core backtraces
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0018-ci-Only-use-pwsh-not-pwsh-and-powershell.patch"



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

* [PATCH v9a 17/22] ci: Don't run setup twice
@ 2026-06-03 17:38 Andres Freund <[email protected]>
  0 siblings, 0 replies; 159+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index a570b9e2c8d..fa347847e02 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -317,7 +317,7 @@ jobs:
           meson test ${{env.MTEST_ARGS}} --suite setup --logbase setup || exit 1
           echo ::endgroup::
 
-          meson test ${{env.MTEST_ARGS}} --num-processes ${{env.TEST_JOBS}} ${{env.MTEST_TARGET}}
+          meson test ${{env.MTEST_ARGS}} --num-processes ${{env.TEST_JOBS}} --no-suite setup ${{env.MTEST_TARGET}}
 
       - &linux_collect_cores_step
         name: Core backtraces
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0018-ci-Only-use-pwsh-not-pwsh-and-powershell.patch"



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

* [PATCH v9a 17/22] ci: Don't run setup twice
@ 2026-06-03 17:38 Andres Freund <[email protected]>
  0 siblings, 0 replies; 159+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index a570b9e2c8d..fa347847e02 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -317,7 +317,7 @@ jobs:
           meson test ${{env.MTEST_ARGS}} --suite setup --logbase setup || exit 1
           echo ::endgroup::
 
-          meson test ${{env.MTEST_ARGS}} --num-processes ${{env.TEST_JOBS}} ${{env.MTEST_TARGET}}
+          meson test ${{env.MTEST_ARGS}} --num-processes ${{env.TEST_JOBS}} --no-suite setup ${{env.MTEST_TARGET}}
 
       - &linux_collect_cores_step
         name: Core backtraces
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0018-ci-Only-use-pwsh-not-pwsh-and-powershell.patch"



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

* [PATCH v9a 17/22] ci: Don't run setup twice
@ 2026-06-03 17:38 Andres Freund <[email protected]>
  0 siblings, 0 replies; 159+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index a570b9e2c8d..fa347847e02 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -317,7 +317,7 @@ jobs:
           meson test ${{env.MTEST_ARGS}} --suite setup --logbase setup || exit 1
           echo ::endgroup::
 
-          meson test ${{env.MTEST_ARGS}} --num-processes ${{env.TEST_JOBS}} ${{env.MTEST_TARGET}}
+          meson test ${{env.MTEST_ARGS}} --num-processes ${{env.TEST_JOBS}} --no-suite setup ${{env.MTEST_TARGET}}
 
       - &linux_collect_cores_step
         name: Core backtraces
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0018-ci-Only-use-pwsh-not-pwsh-and-powershell.patch"



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

* [PATCH v9a 17/22] ci: Don't run setup twice
@ 2026-06-03 17:38 Andres Freund <[email protected]>
  0 siblings, 0 replies; 159+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index a570b9e2c8d..fa347847e02 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -317,7 +317,7 @@ jobs:
           meson test ${{env.MTEST_ARGS}} --suite setup --logbase setup || exit 1
           echo ::endgroup::
 
-          meson test ${{env.MTEST_ARGS}} --num-processes ${{env.TEST_JOBS}} ${{env.MTEST_TARGET}}
+          meson test ${{env.MTEST_ARGS}} --num-processes ${{env.TEST_JOBS}} --no-suite setup ${{env.MTEST_TARGET}}
 
       - &linux_collect_cores_step
         name: Core backtraces
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0018-ci-Only-use-pwsh-not-pwsh-and-powershell.patch"



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

* [PATCH v9a 17/22] ci: Don't run setup twice
@ 2026-06-03 17:38 Andres Freund <[email protected]>
  0 siblings, 0 replies; 159+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index a570b9e2c8d..fa347847e02 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -317,7 +317,7 @@ jobs:
           meson test ${{env.MTEST_ARGS}} --suite setup --logbase setup || exit 1
           echo ::endgroup::
 
-          meson test ${{env.MTEST_ARGS}} --num-processes ${{env.TEST_JOBS}} ${{env.MTEST_TARGET}}
+          meson test ${{env.MTEST_ARGS}} --num-processes ${{env.TEST_JOBS}} --no-suite setup ${{env.MTEST_TARGET}}
 
       - &linux_collect_cores_step
         name: Core backtraces
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0018-ci-Only-use-pwsh-not-pwsh-and-powershell.patch"



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

* [PATCH v9a 17/22] ci: Don't run setup twice
@ 2026-06-03 17:38 Andres Freund <[email protected]>
  0 siblings, 0 replies; 159+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index a570b9e2c8d..fa347847e02 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -317,7 +317,7 @@ jobs:
           meson test ${{env.MTEST_ARGS}} --suite setup --logbase setup || exit 1
           echo ::endgroup::
 
-          meson test ${{env.MTEST_ARGS}} --num-processes ${{env.TEST_JOBS}} ${{env.MTEST_TARGET}}
+          meson test ${{env.MTEST_ARGS}} --num-processes ${{env.TEST_JOBS}} --no-suite setup ${{env.MTEST_TARGET}}
 
       - &linux_collect_cores_step
         name: Core backtraces
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0018-ci-Only-use-pwsh-not-pwsh-and-powershell.patch"



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

* [PATCH v9a 17/22] ci: Don't run setup twice
@ 2026-06-03 17:38 Andres Freund <[email protected]>
  0 siblings, 0 replies; 159+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index a570b9e2c8d..fa347847e02 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -317,7 +317,7 @@ jobs:
           meson test ${{env.MTEST_ARGS}} --suite setup --logbase setup || exit 1
           echo ::endgroup::
 
-          meson test ${{env.MTEST_ARGS}} --num-processes ${{env.TEST_JOBS}} ${{env.MTEST_TARGET}}
+          meson test ${{env.MTEST_ARGS}} --num-processes ${{env.TEST_JOBS}} --no-suite setup ${{env.MTEST_TARGET}}
 
       - &linux_collect_cores_step
         name: Core backtraces
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0018-ci-Only-use-pwsh-not-pwsh-and-powershell.patch"



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

* [PATCH v9a 17/22] ci: Don't run setup twice
@ 2026-06-03 17:38 Andres Freund <[email protected]>
  0 siblings, 0 replies; 159+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index a570b9e2c8d..fa347847e02 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -317,7 +317,7 @@ jobs:
           meson test ${{env.MTEST_ARGS}} --suite setup --logbase setup || exit 1
           echo ::endgroup::
 
-          meson test ${{env.MTEST_ARGS}} --num-processes ${{env.TEST_JOBS}} ${{env.MTEST_TARGET}}
+          meson test ${{env.MTEST_ARGS}} --num-processes ${{env.TEST_JOBS}} --no-suite setup ${{env.MTEST_TARGET}}
 
       - &linux_collect_cores_step
         name: Core backtraces
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0018-ci-Only-use-pwsh-not-pwsh-and-powershell.patch"



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

* [PATCH v9a 17/22] ci: Don't run setup twice
@ 2026-06-03 17:38 Andres Freund <[email protected]>
  0 siblings, 0 replies; 159+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index a570b9e2c8d..fa347847e02 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -317,7 +317,7 @@ jobs:
           meson test ${{env.MTEST_ARGS}} --suite setup --logbase setup || exit 1
           echo ::endgroup::
 
-          meson test ${{env.MTEST_ARGS}} --num-processes ${{env.TEST_JOBS}} ${{env.MTEST_TARGET}}
+          meson test ${{env.MTEST_ARGS}} --num-processes ${{env.TEST_JOBS}} --no-suite setup ${{env.MTEST_TARGET}}
 
       - &linux_collect_cores_step
         name: Core backtraces
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0018-ci-Only-use-pwsh-not-pwsh-and-powershell.patch"



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

* [PATCH v9a 17/22] ci: Don't run setup twice
@ 2026-06-03 17:38 Andres Freund <[email protected]>
  0 siblings, 0 replies; 159+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index a570b9e2c8d..fa347847e02 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -317,7 +317,7 @@ jobs:
           meson test ${{env.MTEST_ARGS}} --suite setup --logbase setup || exit 1
           echo ::endgroup::
 
-          meson test ${{env.MTEST_ARGS}} --num-processes ${{env.TEST_JOBS}} ${{env.MTEST_TARGET}}
+          meson test ${{env.MTEST_ARGS}} --num-processes ${{env.TEST_JOBS}} --no-suite setup ${{env.MTEST_TARGET}}
 
       - &linux_collect_cores_step
         name: Core backtraces
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0018-ci-Only-use-pwsh-not-pwsh-and-powershell.patch"



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

* [PATCH v9a 17/22] ci: Don't run setup twice
@ 2026-06-03 17:38 Andres Freund <[email protected]>
  0 siblings, 0 replies; 159+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index a570b9e2c8d..fa347847e02 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -317,7 +317,7 @@ jobs:
           meson test ${{env.MTEST_ARGS}} --suite setup --logbase setup || exit 1
           echo ::endgroup::
 
-          meson test ${{env.MTEST_ARGS}} --num-processes ${{env.TEST_JOBS}} ${{env.MTEST_TARGET}}
+          meson test ${{env.MTEST_ARGS}} --num-processes ${{env.TEST_JOBS}} --no-suite setup ${{env.MTEST_TARGET}}
 
       - &linux_collect_cores_step
         name: Core backtraces
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0018-ci-Only-use-pwsh-not-pwsh-and-powershell.patch"



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

* [PATCH v9a 17/22] ci: Don't run setup twice
@ 2026-06-03 17:38 Andres Freund <[email protected]>
  0 siblings, 0 replies; 159+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index a570b9e2c8d..fa347847e02 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -317,7 +317,7 @@ jobs:
           meson test ${{env.MTEST_ARGS}} --suite setup --logbase setup || exit 1
           echo ::endgroup::
 
-          meson test ${{env.MTEST_ARGS}} --num-processes ${{env.TEST_JOBS}} ${{env.MTEST_TARGET}}
+          meson test ${{env.MTEST_ARGS}} --num-processes ${{env.TEST_JOBS}} --no-suite setup ${{env.MTEST_TARGET}}
 
       - &linux_collect_cores_step
         name: Core backtraces
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0018-ci-Only-use-pwsh-not-pwsh-and-powershell.patch"



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

* [PATCH v9a 17/22] ci: Don't run setup twice
@ 2026-06-03 17:38 Andres Freund <[email protected]>
  0 siblings, 0 replies; 159+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index a570b9e2c8d..fa347847e02 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -317,7 +317,7 @@ jobs:
           meson test ${{env.MTEST_ARGS}} --suite setup --logbase setup || exit 1
           echo ::endgroup::
 
-          meson test ${{env.MTEST_ARGS}} --num-processes ${{env.TEST_JOBS}} ${{env.MTEST_TARGET}}
+          meson test ${{env.MTEST_ARGS}} --num-processes ${{env.TEST_JOBS}} --no-suite setup ${{env.MTEST_TARGET}}
 
       - &linux_collect_cores_step
         name: Core backtraces
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0018-ci-Only-use-pwsh-not-pwsh-and-powershell.patch"



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

* [PATCH v9a 17/22] ci: Don't run setup twice
@ 2026-06-03 17:38 Andres Freund <[email protected]>
  0 siblings, 0 replies; 159+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index a570b9e2c8d..fa347847e02 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -317,7 +317,7 @@ jobs:
           meson test ${{env.MTEST_ARGS}} --suite setup --logbase setup || exit 1
           echo ::endgroup::
 
-          meson test ${{env.MTEST_ARGS}} --num-processes ${{env.TEST_JOBS}} ${{env.MTEST_TARGET}}
+          meson test ${{env.MTEST_ARGS}} --num-processes ${{env.TEST_JOBS}} --no-suite setup ${{env.MTEST_TARGET}}
 
       - &linux_collect_cores_step
         name: Core backtraces
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0018-ci-Only-use-pwsh-not-pwsh-and-powershell.patch"



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

* [PATCH v9a 17/22] ci: Don't run setup twice
@ 2026-06-03 17:38 Andres Freund <[email protected]>
  0 siblings, 0 replies; 159+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index a570b9e2c8d..fa347847e02 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -317,7 +317,7 @@ jobs:
           meson test ${{env.MTEST_ARGS}} --suite setup --logbase setup || exit 1
           echo ::endgroup::
 
-          meson test ${{env.MTEST_ARGS}} --num-processes ${{env.TEST_JOBS}} ${{env.MTEST_TARGET}}
+          meson test ${{env.MTEST_ARGS}} --num-processes ${{env.TEST_JOBS}} --no-suite setup ${{env.MTEST_TARGET}}
 
       - &linux_collect_cores_step
         name: Core backtraces
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0018-ci-Only-use-pwsh-not-pwsh-and-powershell.patch"



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

* [PATCH v9a 17/22] ci: Don't run setup twice
@ 2026-06-03 17:38 Andres Freund <[email protected]>
  0 siblings, 0 replies; 159+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index a570b9e2c8d..fa347847e02 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -317,7 +317,7 @@ jobs:
           meson test ${{env.MTEST_ARGS}} --suite setup --logbase setup || exit 1
           echo ::endgroup::
 
-          meson test ${{env.MTEST_ARGS}} --num-processes ${{env.TEST_JOBS}} ${{env.MTEST_TARGET}}
+          meson test ${{env.MTEST_ARGS}} --num-processes ${{env.TEST_JOBS}} --no-suite setup ${{env.MTEST_TARGET}}
 
       - &linux_collect_cores_step
         name: Core backtraces
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0018-ci-Only-use-pwsh-not-pwsh-and-powershell.patch"



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

* [PATCH v9a 17/22] ci: Don't run setup twice
@ 2026-06-03 17:38 Andres Freund <[email protected]>
  0 siblings, 0 replies; 159+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index a570b9e2c8d..fa347847e02 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -317,7 +317,7 @@ jobs:
           meson test ${{env.MTEST_ARGS}} --suite setup --logbase setup || exit 1
           echo ::endgroup::
 
-          meson test ${{env.MTEST_ARGS}} --num-processes ${{env.TEST_JOBS}} ${{env.MTEST_TARGET}}
+          meson test ${{env.MTEST_ARGS}} --num-processes ${{env.TEST_JOBS}} --no-suite setup ${{env.MTEST_TARGET}}
 
       - &linux_collect_cores_step
         name: Core backtraces
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0018-ci-Only-use-pwsh-not-pwsh-and-powershell.patch"



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

* [PATCH v9a 17/22] ci: Don't run setup twice
@ 2026-06-03 17:38 Andres Freund <[email protected]>
  0 siblings, 0 replies; 159+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index a570b9e2c8d..fa347847e02 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -317,7 +317,7 @@ jobs:
           meson test ${{env.MTEST_ARGS}} --suite setup --logbase setup || exit 1
           echo ::endgroup::
 
-          meson test ${{env.MTEST_ARGS}} --num-processes ${{env.TEST_JOBS}} ${{env.MTEST_TARGET}}
+          meson test ${{env.MTEST_ARGS}} --num-processes ${{env.TEST_JOBS}} --no-suite setup ${{env.MTEST_TARGET}}
 
       - &linux_collect_cores_step
         name: Core backtraces
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0018-ci-Only-use-pwsh-not-pwsh-and-powershell.patch"



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

* [PATCH v9a 17/22] ci: Don't run setup twice
@ 2026-06-03 17:38 Andres Freund <[email protected]>
  0 siblings, 0 replies; 159+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index a570b9e2c8d..fa347847e02 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -317,7 +317,7 @@ jobs:
           meson test ${{env.MTEST_ARGS}} --suite setup --logbase setup || exit 1
           echo ::endgroup::
 
-          meson test ${{env.MTEST_ARGS}} --num-processes ${{env.TEST_JOBS}} ${{env.MTEST_TARGET}}
+          meson test ${{env.MTEST_ARGS}} --num-processes ${{env.TEST_JOBS}} --no-suite setup ${{env.MTEST_TARGET}}
 
       - &linux_collect_cores_step
         name: Core backtraces
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0018-ci-Only-use-pwsh-not-pwsh-and-powershell.patch"



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

* [PATCH v9a 17/22] ci: Don't run setup twice
@ 2026-06-03 17:38 Andres Freund <[email protected]>
  0 siblings, 0 replies; 159+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index a570b9e2c8d..fa347847e02 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -317,7 +317,7 @@ jobs:
           meson test ${{env.MTEST_ARGS}} --suite setup --logbase setup || exit 1
           echo ::endgroup::
 
-          meson test ${{env.MTEST_ARGS}} --num-processes ${{env.TEST_JOBS}} ${{env.MTEST_TARGET}}
+          meson test ${{env.MTEST_ARGS}} --num-processes ${{env.TEST_JOBS}} --no-suite setup ${{env.MTEST_TARGET}}
 
       - &linux_collect_cores_step
         name: Core backtraces
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0018-ci-Only-use-pwsh-not-pwsh-and-powershell.patch"



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

* [PATCH v9a 17/22] ci: Don't run setup twice
@ 2026-06-03 17:38 Andres Freund <[email protected]>
  0 siblings, 0 replies; 159+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index a570b9e2c8d..fa347847e02 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -317,7 +317,7 @@ jobs:
           meson test ${{env.MTEST_ARGS}} --suite setup --logbase setup || exit 1
           echo ::endgroup::
 
-          meson test ${{env.MTEST_ARGS}} --num-processes ${{env.TEST_JOBS}} ${{env.MTEST_TARGET}}
+          meson test ${{env.MTEST_ARGS}} --num-processes ${{env.TEST_JOBS}} --no-suite setup ${{env.MTEST_TARGET}}
 
       - &linux_collect_cores_step
         name: Core backtraces
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0018-ci-Only-use-pwsh-not-pwsh-and-powershell.patch"



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

* [PATCH v9a 17/22] ci: Don't run setup twice
@ 2026-06-03 17:38 Andres Freund <[email protected]>
  0 siblings, 0 replies; 159+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index a570b9e2c8d..fa347847e02 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -317,7 +317,7 @@ jobs:
           meson test ${{env.MTEST_ARGS}} --suite setup --logbase setup || exit 1
           echo ::endgroup::
 
-          meson test ${{env.MTEST_ARGS}} --num-processes ${{env.TEST_JOBS}} ${{env.MTEST_TARGET}}
+          meson test ${{env.MTEST_ARGS}} --num-processes ${{env.TEST_JOBS}} --no-suite setup ${{env.MTEST_TARGET}}
 
       - &linux_collect_cores_step
         name: Core backtraces
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0018-ci-Only-use-pwsh-not-pwsh-and-powershell.patch"



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

* [PATCH v9a 17/22] ci: Don't run setup twice
@ 2026-06-03 17:38 Andres Freund <[email protected]>
  0 siblings, 0 replies; 159+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index a570b9e2c8d..fa347847e02 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -317,7 +317,7 @@ jobs:
           meson test ${{env.MTEST_ARGS}} --suite setup --logbase setup || exit 1
           echo ::endgroup::
 
-          meson test ${{env.MTEST_ARGS}} --num-processes ${{env.TEST_JOBS}} ${{env.MTEST_TARGET}}
+          meson test ${{env.MTEST_ARGS}} --num-processes ${{env.TEST_JOBS}} --no-suite setup ${{env.MTEST_TARGET}}
 
       - &linux_collect_cores_step
         name: Core backtraces
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0018-ci-Only-use-pwsh-not-pwsh-and-powershell.patch"



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

* [PATCH v9a 17/22] ci: Don't run setup twice
@ 2026-06-03 17:38 Andres Freund <[email protected]>
  0 siblings, 0 replies; 159+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index a570b9e2c8d..fa347847e02 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -317,7 +317,7 @@ jobs:
           meson test ${{env.MTEST_ARGS}} --suite setup --logbase setup || exit 1
           echo ::endgroup::
 
-          meson test ${{env.MTEST_ARGS}} --num-processes ${{env.TEST_JOBS}} ${{env.MTEST_TARGET}}
+          meson test ${{env.MTEST_ARGS}} --num-processes ${{env.TEST_JOBS}} --no-suite setup ${{env.MTEST_TARGET}}
 
       - &linux_collect_cores_step
         name: Core backtraces
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0018-ci-Only-use-pwsh-not-pwsh-and-powershell.patch"



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

* [PATCH v9a 17/22] ci: Don't run setup twice
@ 2026-06-03 17:38 Andres Freund <[email protected]>
  0 siblings, 0 replies; 159+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index a570b9e2c8d..fa347847e02 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -317,7 +317,7 @@ jobs:
           meson test ${{env.MTEST_ARGS}} --suite setup --logbase setup || exit 1
           echo ::endgroup::
 
-          meson test ${{env.MTEST_ARGS}} --num-processes ${{env.TEST_JOBS}} ${{env.MTEST_TARGET}}
+          meson test ${{env.MTEST_ARGS}} --num-processes ${{env.TEST_JOBS}} --no-suite setup ${{env.MTEST_TARGET}}
 
       - &linux_collect_cores_step
         name: Core backtraces
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0018-ci-Only-use-pwsh-not-pwsh-and-powershell.patch"



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

* [PATCH v9a 17/22] ci: Don't run setup twice
@ 2026-06-03 17:38 Andres Freund <[email protected]>
  0 siblings, 0 replies; 159+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index a570b9e2c8d..fa347847e02 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -317,7 +317,7 @@ jobs:
           meson test ${{env.MTEST_ARGS}} --suite setup --logbase setup || exit 1
           echo ::endgroup::
 
-          meson test ${{env.MTEST_ARGS}} --num-processes ${{env.TEST_JOBS}} ${{env.MTEST_TARGET}}
+          meson test ${{env.MTEST_ARGS}} --num-processes ${{env.TEST_JOBS}} --no-suite setup ${{env.MTEST_TARGET}}
 
       - &linux_collect_cores_step
         name: Core backtraces
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0018-ci-Only-use-pwsh-not-pwsh-and-powershell.patch"



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

* [PATCH v9a 17/22] ci: Don't run setup twice
@ 2026-06-03 17:38 Andres Freund <[email protected]>
  0 siblings, 0 replies; 159+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index a570b9e2c8d..fa347847e02 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -317,7 +317,7 @@ jobs:
           meson test ${{env.MTEST_ARGS}} --suite setup --logbase setup || exit 1
           echo ::endgroup::
 
-          meson test ${{env.MTEST_ARGS}} --num-processes ${{env.TEST_JOBS}} ${{env.MTEST_TARGET}}
+          meson test ${{env.MTEST_ARGS}} --num-processes ${{env.TEST_JOBS}} --no-suite setup ${{env.MTEST_TARGET}}
 
       - &linux_collect_cores_step
         name: Core backtraces
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0018-ci-Only-use-pwsh-not-pwsh-and-powershell.patch"



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

* [PATCH v9a 17/22] ci: Don't run setup twice
@ 2026-06-03 17:38 Andres Freund <[email protected]>
  0 siblings, 0 replies; 159+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index a570b9e2c8d..fa347847e02 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -317,7 +317,7 @@ jobs:
           meson test ${{env.MTEST_ARGS}} --suite setup --logbase setup || exit 1
           echo ::endgroup::
 
-          meson test ${{env.MTEST_ARGS}} --num-processes ${{env.TEST_JOBS}} ${{env.MTEST_TARGET}}
+          meson test ${{env.MTEST_ARGS}} --num-processes ${{env.TEST_JOBS}} --no-suite setup ${{env.MTEST_TARGET}}
 
       - &linux_collect_cores_step
         name: Core backtraces
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0018-ci-Only-use-pwsh-not-pwsh-and-powershell.patch"



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

* [PATCH v9a 17/22] ci: Don't run setup twice
@ 2026-06-03 17:38 Andres Freund <[email protected]>
  0 siblings, 0 replies; 159+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index a570b9e2c8d..fa347847e02 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -317,7 +317,7 @@ jobs:
           meson test ${{env.MTEST_ARGS}} --suite setup --logbase setup || exit 1
           echo ::endgroup::
 
-          meson test ${{env.MTEST_ARGS}} --num-processes ${{env.TEST_JOBS}} ${{env.MTEST_TARGET}}
+          meson test ${{env.MTEST_ARGS}} --num-processes ${{env.TEST_JOBS}} --no-suite setup ${{env.MTEST_TARGET}}
 
       - &linux_collect_cores_step
         name: Core backtraces
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0018-ci-Only-use-pwsh-not-pwsh-and-powershell.patch"



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

* [PATCH v9a 17/22] ci: Don't run setup twice
@ 2026-06-03 17:38 Andres Freund <[email protected]>
  0 siblings, 0 replies; 159+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index a570b9e2c8d..fa347847e02 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -317,7 +317,7 @@ jobs:
           meson test ${{env.MTEST_ARGS}} --suite setup --logbase setup || exit 1
           echo ::endgroup::
 
-          meson test ${{env.MTEST_ARGS}} --num-processes ${{env.TEST_JOBS}} ${{env.MTEST_TARGET}}
+          meson test ${{env.MTEST_ARGS}} --num-processes ${{env.TEST_JOBS}} --no-suite setup ${{env.MTEST_TARGET}}
 
       - &linux_collect_cores_step
         name: Core backtraces
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0018-ci-Only-use-pwsh-not-pwsh-and-powershell.patch"



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

* [PATCH v9a 17/22] ci: Don't run setup twice
@ 2026-06-03 17:38 Andres Freund <[email protected]>
  0 siblings, 0 replies; 159+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index a570b9e2c8d..fa347847e02 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -317,7 +317,7 @@ jobs:
           meson test ${{env.MTEST_ARGS}} --suite setup --logbase setup || exit 1
           echo ::endgroup::
 
-          meson test ${{env.MTEST_ARGS}} --num-processes ${{env.TEST_JOBS}} ${{env.MTEST_TARGET}}
+          meson test ${{env.MTEST_ARGS}} --num-processes ${{env.TEST_JOBS}} --no-suite setup ${{env.MTEST_TARGET}}
 
       - &linux_collect_cores_step
         name: Core backtraces
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0018-ci-Only-use-pwsh-not-pwsh-and-powershell.patch"



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

* [PATCH v9a 17/22] ci: Don't run setup twice
@ 2026-06-03 17:38 Andres Freund <[email protected]>
  0 siblings, 0 replies; 159+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index a570b9e2c8d..fa347847e02 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -317,7 +317,7 @@ jobs:
           meson test ${{env.MTEST_ARGS}} --suite setup --logbase setup || exit 1
           echo ::endgroup::
 
-          meson test ${{env.MTEST_ARGS}} --num-processes ${{env.TEST_JOBS}} ${{env.MTEST_TARGET}}
+          meson test ${{env.MTEST_ARGS}} --num-processes ${{env.TEST_JOBS}} --no-suite setup ${{env.MTEST_TARGET}}
 
       - &linux_collect_cores_step
         name: Core backtraces
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0018-ci-Only-use-pwsh-not-pwsh-and-powershell.patch"



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

* [PATCH v9a 17/22] ci: Don't run setup twice
@ 2026-06-03 17:38 Andres Freund <[email protected]>
  0 siblings, 0 replies; 159+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index a570b9e2c8d..fa347847e02 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -317,7 +317,7 @@ jobs:
           meson test ${{env.MTEST_ARGS}} --suite setup --logbase setup || exit 1
           echo ::endgroup::
 
-          meson test ${{env.MTEST_ARGS}} --num-processes ${{env.TEST_JOBS}} ${{env.MTEST_TARGET}}
+          meson test ${{env.MTEST_ARGS}} --num-processes ${{env.TEST_JOBS}} --no-suite setup ${{env.MTEST_TARGET}}
 
       - &linux_collect_cores_step
         name: Core backtraces
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0018-ci-Only-use-pwsh-not-pwsh-and-powershell.patch"



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


end of thread, other threads:[~2026-06-03 17:38 UTC | newest]

Thread overview: 159+ messages (download: mbox mbox.gz follow: Atom feed)
-- links below jump to the message on this page --
2026-06-03 05:31 [PATCH v9a 04/22] ci: Store build/meson-logs and name "id: os" task Andres Freund <[email protected]>
2026-06-03 17:38 [PATCH v9a 17/22] ci: Don't run setup twice Andres Freund <[email protected]>
2026-06-03 17:38 [PATCH v9a 17/22] ci: Don't run setup twice Andres Freund <[email protected]>
2026-06-03 17:38 [PATCH v9a 17/22] ci: Don't run setup twice Andres Freund <[email protected]>
2026-06-03 17:38 [PATCH v9a 17/22] ci: Don't run setup twice Andres Freund <[email protected]>
2026-06-03 17:38 [PATCH v9a 17/22] ci: Don't run setup twice Andres Freund <[email protected]>
2026-06-03 17:38 [PATCH v9a 17/22] ci: Don't run setup twice Andres Freund <[email protected]>
2026-06-03 17:38 [PATCH v9a 17/22] ci: Don't run setup twice Andres Freund <[email protected]>
2026-06-03 17:38 [PATCH v9a 17/22] ci: Don't run setup twice Andres Freund <[email protected]>
2026-06-03 17:38 [PATCH v9a 17/22] ci: Don't run setup twice Andres Freund <[email protected]>
2026-06-03 17:38 [PATCH v9a 17/22] ci: Don't run setup twice Andres Freund <[email protected]>
2026-06-03 17:38 [PATCH v9a 17/22] ci: Don't run setup twice Andres Freund <[email protected]>
2026-06-03 17:38 [PATCH v9a 17/22] ci: Don't run setup twice Andres Freund <[email protected]>
2026-06-03 17:38 [PATCH v9a 17/22] ci: Don't run setup twice Andres Freund <[email protected]>
2026-06-03 17:38 [PATCH v9a 17/22] ci: Don't run setup twice Andres Freund <[email protected]>
2026-06-03 17:38 [PATCH v9a 17/22] ci: Don't run setup twice Andres Freund <[email protected]>
2026-06-03 17:38 [PATCH v9a 17/22] ci: Don't run setup twice Andres Freund <[email protected]>
2026-06-03 17:38 [PATCH v9a 17/22] ci: Don't run setup twice Andres Freund <[email protected]>
2026-06-03 17:38 [PATCH v9a 17/22] ci: Don't run setup twice Andres Freund <[email protected]>
2026-06-03 17:38 [PATCH v9a 17/22] ci: Don't run setup twice Andres Freund <[email protected]>
2026-06-03 17:38 [PATCH v9a 17/22] ci: Don't run setup twice Andres Freund <[email protected]>
2026-06-03 17:38 [PATCH v9a 17/22] ci: Don't run setup twice Andres Freund <[email protected]>
2026-06-03 17:38 [PATCH v9a 17/22] ci: Don't run setup twice Andres Freund <[email protected]>
2026-06-03 17:38 [PATCH v9a 17/22] ci: Don't run setup twice Andres Freund <[email protected]>
2026-06-03 17:38 [PATCH v9a 17/22] ci: Don't run setup twice Andres Freund <[email protected]>
2026-06-03 17:38 [PATCH v9a 17/22] ci: Don't run setup twice Andres Freund <[email protected]>
2026-06-03 17:38 [PATCH v9a 17/22] ci: Don't run setup twice Andres Freund <[email protected]>
2026-06-03 17:38 [PATCH v9a 17/22] ci: Don't run setup twice Andres Freund <[email protected]>
2026-06-03 17:38 [PATCH v9a 17/22] ci: Don't run setup twice Andres Freund <[email protected]>
2026-06-03 17:38 [PATCH v9a 17/22] ci: Don't run setup twice Andres Freund <[email protected]>
2026-06-03 17:38 [PATCH v9a 17/22] ci: Don't run setup twice Andres Freund <[email protected]>
2026-06-03 17:38 [PATCH v9a 17/22] ci: Don't run setup twice Andres Freund <[email protected]>
2026-06-03 17:38 [PATCH v9a 17/22] ci: Don't run setup twice Andres Freund <[email protected]>
2026-06-03 17:38 [PATCH v9a 17/22] ci: Don't run setup twice Andres Freund <[email protected]>
2026-06-03 17:38 [PATCH v9a 17/22] ci: Don't run setup twice Andres Freund <[email protected]>
2026-06-03 17:38 [PATCH v9a 17/22] ci: Don't run setup twice Andres Freund <[email protected]>
2026-06-03 17:38 [PATCH v9a 17/22] ci: Don't run setup twice Andres Freund <[email protected]>
2026-06-03 17:38 [PATCH v9a 17/22] ci: Don't run setup twice Andres Freund <[email protected]>
2026-06-03 17:38 [PATCH v9a 17/22] ci: Don't run setup twice Andres Freund <[email protected]>
2026-06-03 17:38 [PATCH v9a 17/22] ci: Don't run setup twice Andres Freund <[email protected]>
2026-06-03 17:38 [PATCH v9a 17/22] ci: Don't run setup twice Andres Freund <[email protected]>
2026-06-03 17:38 [PATCH v9a 17/22] ci: Don't run setup twice Andres Freund <[email protected]>
2026-06-03 17:38 [PATCH v9a 17/22] ci: Don't run setup twice Andres Freund <[email protected]>
2026-06-03 17:38 [PATCH v9a 17/22] ci: Don't run setup twice Andres Freund <[email protected]>
2026-06-03 17:38 [PATCH v9a 17/22] ci: Don't run setup twice Andres Freund <[email protected]>
2026-06-03 17:38 [PATCH v9a 17/22] ci: Don't run setup twice Andres Freund <[email protected]>
2026-06-03 17:38 [PATCH v9a 17/22] ci: Don't run setup twice Andres Freund <[email protected]>
2026-06-03 17:38 [PATCH v9a 17/22] ci: Don't run setup twice Andres Freund <[email protected]>
2026-06-03 17:38 [PATCH v9a 17/22] ci: Don't run setup twice Andres Freund <[email protected]>
2026-06-03 17:38 [PATCH v9a 17/22] ci: Don't run setup twice Andres Freund <[email protected]>
2026-06-03 17:38 [PATCH v9a 17/22] ci: Don't run setup twice Andres Freund <[email protected]>
2026-06-03 17:38 [PATCH v9a 17/22] ci: Don't run setup twice Andres Freund <[email protected]>
2026-06-03 17:38 [PATCH v9a 17/22] ci: Don't run setup twice Andres Freund <[email protected]>
2026-06-03 17:38 [PATCH v9a 17/22] ci: Don't run setup twice Andres Freund <[email protected]>
2026-06-03 17:38 [PATCH v9a 17/22] ci: Don't run setup twice Andres Freund <[email protected]>
2026-06-03 17:38 [PATCH v9a 17/22] ci: Don't run setup twice Andres Freund <[email protected]>
2026-06-03 17:38 [PATCH v9a 17/22] ci: Don't run setup twice Andres Freund <[email protected]>
2026-06-03 17:38 [PATCH v9a 17/22] ci: Don't run setup twice Andres Freund <[email protected]>
2026-06-03 17:38 [PATCH v9a 17/22] ci: Don't run setup twice Andres Freund <[email protected]>
2026-06-03 17:38 [PATCH v9a 17/22] ci: Don't run setup twice Andres Freund <[email protected]>
2026-06-03 17:38 [PATCH v9a 17/22] ci: Don't run setup twice Andres Freund <[email protected]>
2026-06-03 17:38 [PATCH v9a 17/22] ci: Don't run setup twice Andres Freund <[email protected]>
2026-06-03 17:38 [PATCH v9a 17/22] ci: Don't run setup twice Andres Freund <[email protected]>
2026-06-03 17:38 [PATCH v9a 17/22] ci: Don't run setup twice Andres Freund <[email protected]>
2026-06-03 17:38 [PATCH v9a 17/22] ci: Don't run setup twice Andres Freund <[email protected]>
2026-06-03 17:38 [PATCH v9a 17/22] ci: Don't run setup twice Andres Freund <[email protected]>
2026-06-03 17:38 [PATCH v9a 17/22] ci: Don't run setup twice Andres Freund <[email protected]>
2026-06-03 17:38 [PATCH v9a 17/22] ci: Don't run setup twice Andres Freund <[email protected]>
2026-06-03 17:38 [PATCH v9a 17/22] ci: Don't run setup twice Andres Freund <[email protected]>
2026-06-03 17:38 [PATCH v9a 17/22] ci: Don't run setup twice Andres Freund <[email protected]>
2026-06-03 17:38 [PATCH v9a 17/22] ci: Don't run setup twice Andres Freund <[email protected]>
2026-06-03 17:38 [PATCH v9a 17/22] ci: Don't run setup twice Andres Freund <[email protected]>
2026-06-03 17:38 [PATCH v9a 17/22] ci: Don't run setup twice Andres Freund <[email protected]>
2026-06-03 17:38 [PATCH v9a 17/22] ci: Don't run setup twice Andres Freund <[email protected]>
2026-06-03 17:38 [PATCH v9a 17/22] ci: Don't run setup twice Andres Freund <[email protected]>
2026-06-03 17:38 [PATCH v9a 17/22] ci: Don't run setup twice Andres Freund <[email protected]>
2026-06-03 17:38 [PATCH v9a 17/22] ci: Don't run setup twice Andres Freund <[email protected]>
2026-06-03 17:38 [PATCH v9a 17/22] ci: Don't run setup twice Andres Freund <[email protected]>
2026-06-03 17:38 [PATCH v9a 17/22] ci: Don't run setup twice Andres Freund <[email protected]>
2026-06-03 17:38 [PATCH v9a 17/22] ci: Don't run setup twice Andres Freund <[email protected]>
2026-06-03 17:38 [PATCH v9a 17/22] ci: Don't run setup twice Andres Freund <[email protected]>
2026-06-03 17:38 [PATCH v9a 17/22] ci: Don't run setup twice Andres Freund <[email protected]>
2026-06-03 17:38 [PATCH v9a 17/22] ci: Don't run setup twice Andres Freund <[email protected]>
2026-06-03 17:38 [PATCH v9a 17/22] ci: Don't run setup twice Andres Freund <[email protected]>
2026-06-03 17:38 [PATCH v9a 17/22] ci: Don't run setup twice Andres Freund <[email protected]>
2026-06-03 17:38 [PATCH v9a 17/22] ci: Don't run setup twice Andres Freund <[email protected]>
2026-06-03 17:38 [PATCH v9a 17/22] ci: Don't run setup twice Andres Freund <[email protected]>
2026-06-03 17:38 [PATCH v9a 17/22] ci: Don't run setup twice Andres Freund <[email protected]>
2026-06-03 17:38 [PATCH v9a 17/22] ci: Don't run setup twice Andres Freund <[email protected]>
2026-06-03 17:38 [PATCH v9a 17/22] ci: Don't run setup twice Andres Freund <[email protected]>
2026-06-03 17:38 [PATCH v9a 17/22] ci: Don't run setup twice Andres Freund <[email protected]>
2026-06-03 17:38 [PATCH v9a 17/22] ci: Don't run setup twice Andres Freund <[email protected]>
2026-06-03 17:38 [PATCH v9a 17/22] ci: Don't run setup twice Andres Freund <[email protected]>
2026-06-03 17:38 [PATCH v9a 17/22] ci: Don't run setup twice Andres Freund <[email protected]>
2026-06-03 17:38 [PATCH v9a 17/22] ci: Don't run setup twice Andres Freund <[email protected]>
2026-06-03 17:38 [PATCH v9a 17/22] ci: Don't run setup twice Andres Freund <[email protected]>
2026-06-03 17:38 [PATCH v9a 17/22] ci: Don't run setup twice Andres Freund <[email protected]>
2026-06-03 17:38 [PATCH v9a 17/22] ci: Don't run setup twice Andres Freund <[email protected]>
2026-06-03 17:38 [PATCH v9a 17/22] ci: Don't run setup twice Andres Freund <[email protected]>
2026-06-03 17:38 [PATCH v9a 17/22] ci: Don't run setup twice Andres Freund <[email protected]>
2026-06-03 17:38 [PATCH v9a 17/22] ci: Don't run setup twice Andres Freund <[email protected]>
2026-06-03 17:38 [PATCH v9a 17/22] ci: Don't run setup twice Andres Freund <[email protected]>
2026-06-03 17:38 [PATCH v9a 17/22] ci: Don't run setup twice Andres Freund <[email protected]>
2026-06-03 17:38 [PATCH v9a 17/22] ci: Don't run setup twice Andres Freund <[email protected]>
2026-06-03 17:38 [PATCH v9a 17/22] ci: Don't run setup twice Andres Freund <[email protected]>
2026-06-03 17:38 [PATCH v9a 17/22] ci: Don't run setup twice Andres Freund <[email protected]>
2026-06-03 17:38 [PATCH v9a 17/22] ci: Don't run setup twice Andres Freund <[email protected]>
2026-06-03 17:38 [PATCH v9a 17/22] ci: Don't run setup twice Andres Freund <[email protected]>
2026-06-03 17:38 [PATCH v9a 17/22] ci: Don't run setup twice Andres Freund <[email protected]>
2026-06-03 17:38 [PATCH v9a 17/22] ci: Don't run setup twice Andres Freund <[email protected]>
2026-06-03 17:38 [PATCH v9a 17/22] ci: Don't run setup twice Andres Freund <[email protected]>
2026-06-03 17:38 [PATCH v9a 17/22] ci: Don't run setup twice Andres Freund <[email protected]>
2026-06-03 17:38 [PATCH v9a 17/22] ci: Don't run setup twice Andres Freund <[email protected]>
2026-06-03 17:38 [PATCH v9a 17/22] ci: Don't run setup twice Andres Freund <[email protected]>
2026-06-03 17:38 [PATCH v9a 17/22] ci: Don't run setup twice Andres Freund <[email protected]>
2026-06-03 17:38 [PATCH v9a 17/22] ci: Don't run setup twice Andres Freund <[email protected]>
2026-06-03 17:38 [PATCH v9a 17/22] ci: Don't run setup twice Andres Freund <[email protected]>
2026-06-03 17:38 [PATCH v9a 17/22] ci: Don't run setup twice Andres Freund <[email protected]>
2026-06-03 17:38 [PATCH v9a 17/22] ci: Don't run setup twice Andres Freund <[email protected]>
2026-06-03 17:38 [PATCH v9a 17/22] ci: Don't run setup twice Andres Freund <[email protected]>
2026-06-03 17:38 [PATCH v9a 17/22] ci: Don't run setup twice Andres Freund <[email protected]>
2026-06-03 17:38 [PATCH v9a 17/22] ci: Don't run setup twice Andres Freund <[email protected]>
2026-06-03 17:38 [PATCH v9a 17/22] ci: Don't run setup twice Andres Freund <[email protected]>
2026-06-03 17:38 [PATCH v9a 17/22] ci: Don't run setup twice Andres Freund <[email protected]>
2026-06-03 17:38 [PATCH v9a 17/22] ci: Don't run setup twice Andres Freund <[email protected]>
2026-06-03 17:38 [PATCH v9a 17/22] ci: Don't run setup twice Andres Freund <[email protected]>
2026-06-03 17:38 [PATCH v9a 17/22] ci: Don't run setup twice Andres Freund <[email protected]>
2026-06-03 17:38 [PATCH v9a 17/22] ci: Don't run setup twice Andres Freund <[email protected]>
2026-06-03 17:38 [PATCH v9a 17/22] ci: Don't run setup twice Andres Freund <[email protected]>
2026-06-03 17:38 [PATCH v9a 17/22] ci: Don't run setup twice Andres Freund <[email protected]>
2026-06-03 17:38 [PATCH v9a 17/22] ci: Don't run setup twice Andres Freund <[email protected]>
2026-06-03 17:38 [PATCH v9a 17/22] ci: Don't run setup twice Andres Freund <[email protected]>
2026-06-03 17:38 [PATCH v9a 17/22] ci: Don't run setup twice Andres Freund <[email protected]>
2026-06-03 17:38 [PATCH v9a 17/22] ci: Don't run setup twice Andres Freund <[email protected]>
2026-06-03 17:38 [PATCH v9a 17/22] ci: Don't run setup twice Andres Freund <[email protected]>
2026-06-03 17:38 [PATCH v9a 17/22] ci: Don't run setup twice Andres Freund <[email protected]>
2026-06-03 17:38 [PATCH v9a 17/22] ci: Don't run setup twice Andres Freund <[email protected]>
2026-06-03 17:38 [PATCH v9a 17/22] ci: Don't run setup twice Andres Freund <[email protected]>
2026-06-03 17:38 [PATCH v9a 17/22] ci: Don't run setup twice Andres Freund <[email protected]>
2026-06-03 17:38 [PATCH v9a 17/22] ci: Don't run setup twice Andres Freund <[email protected]>
2026-06-03 17:38 [PATCH v9a 17/22] ci: Don't run setup twice Andres Freund <[email protected]>
2026-06-03 17:38 [PATCH v9a 17/22] ci: Don't run setup twice Andres Freund <[email protected]>
2026-06-03 17:38 [PATCH v9a 17/22] ci: Don't run setup twice Andres Freund <[email protected]>
2026-06-03 17:38 [PATCH v9a 17/22] ci: Don't run setup twice Andres Freund <[email protected]>
2026-06-03 17:38 [PATCH v9a 17/22] ci: Don't run setup twice Andres Freund <[email protected]>
2026-06-03 17:38 [PATCH v9a 17/22] ci: Don't run setup twice Andres Freund <[email protected]>
2026-06-03 17:38 [PATCH v9a 17/22] ci: Don't run setup twice Andres Freund <[email protected]>
2026-06-03 17:38 [PATCH v9a 17/22] ci: Don't run setup twice Andres Freund <[email protected]>
2026-06-03 17:38 [PATCH v9a 17/22] ci: Don't run setup twice Andres Freund <[email protected]>
2026-06-03 17:38 [PATCH v9a 17/22] ci: Don't run setup twice Andres Freund <[email protected]>
2026-06-03 17:38 [PATCH v9a 17/22] ci: Don't run setup twice Andres Freund <[email protected]>
2026-06-03 17:38 [PATCH v9a 17/22] ci: Don't run setup twice Andres Freund <[email protected]>
2026-06-03 17:38 [PATCH v9a 17/22] ci: Don't run setup twice Andres Freund <[email protected]>
2026-06-03 17:38 [PATCH v9a 17/22] ci: Don't run setup twice Andres Freund <[email protected]>
2026-06-03 17:38 [PATCH v9a 17/22] ci: Don't run setup twice Andres Freund <[email protected]>
2026-06-03 17:38 [PATCH v9a 17/22] ci: Don't run setup twice Andres Freund <[email protected]>
2026-06-03 17:38 [PATCH v9a 17/22] ci: Don't run setup twice Andres Freund <[email protected]>
2026-06-03 17:38 [PATCH v9a 17/22] ci: Don't run setup twice Andres Freund <[email protected]>
2026-06-03 17:38 [PATCH v9a 17/22] ci: Don't run setup twice Andres Freund <[email protected]>

This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox