agora inbox for [email protected]  
help / color / mirror / Atom feed
[PATCH v9a 17/22] ci: Don't run setup twice
241+ messages / 1 participants
[nested] [flat]

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


end of thread, other threads:[~2026-06-03 17:38 UTC | newest]

Thread overview: 241+ messages (download: mbox mbox.gz follow: Atom feed)
-- links below jump to the message on this page --
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]>
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