agora inbox for pgsql-hackers@postgresql.org  
help / color / mirror / Atom feed
[PATCH] Do not push the active snapshot for copy_table_data before it's needed.
497+ messages / 2 participants
[nested] [flat]

* [PATCH] Do not push the active snapshot for copy_table_data before it's needed.
@ 2026-04-10 10:17 Antonin Houska <ah@cybertec.at>
  0 siblings, 0 replies; 497+ messages in thread

From: Antonin Houska @ 2026-04-10 10:17 UTC (permalink / raw)

make_new_heap() can launch parallel workers when building index on TOAST
relation. If the snapshot for copy_table_data() is already the active
snapshot, the workers can incorrectly consider it their transaction snapshot.
---
 src/backend/commands/repack.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/backend/commands/repack.c b/src/backend/commands/repack.c
index 58e3867246f..08fd132a4e3 100644
--- a/src/backend/commands/repack.c
+++ b/src/backend/commands/repack.c
@@ -1013,8 +1013,6 @@ rebuild_relation(Relation OldHeap, Relation index, bool verbose,
 		 * Wait until the worker has the initial snapshot and retrieve it.
 		 */
 		snapshot = get_initial_snapshot(decoding_worker);
-
-		PushActiveSnapshot(snapshot);
 	}
 
 	/* for CLUSTER or REPACK USING INDEX, mark the index as the one to use */
@@ -1038,6 +1036,8 @@ rebuild_relation(Relation OldHeap, Relation index, bool verbose,
 	NewHeap = table_open(OIDNewHeap, NoLock);
 
 	/* Copy the heap data into the new table in the desired order */
+	if (snapshot)
+		PushActiveSnapshot(snapshot);
 	copy_table_data(NewHeap, OldHeap, index, snapshot, verbose,
 					&swap_toast_by_content, &frozenXid, &cutoffMulti);
 
-- 
2.47.3


--=-=-=--





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

* [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--vphnza2cz5zw5t4a
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v8a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



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

* [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



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

* [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--vphnza2cz5zw5t4a
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v8a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



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

* [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--vphnza2cz5zw5t4a
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v8a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



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

* [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--vphnza2cz5zw5t4a
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v8a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



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

* [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



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

* [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--vphnza2cz5zw5t4a
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v8a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



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

* [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--vphnza2cz5zw5t4a
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v8a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



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

* [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



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

* [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--vphnza2cz5zw5t4a
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v8a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



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

* [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--vphnza2cz5zw5t4a
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v8a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



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

* [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



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

* [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



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

* [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



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

* [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--vphnza2cz5zw5t4a
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v8a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



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

* [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--vphnza2cz5zw5t4a
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v8a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



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

* [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



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

* [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



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

* [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--vphnza2cz5zw5t4a
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v8a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



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

* [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--vphnza2cz5zw5t4a
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v8a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



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

* [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--vphnza2cz5zw5t4a
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v8a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



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

* [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



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

* [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--vphnza2cz5zw5t4a
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v8a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



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

* [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



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

* [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--vphnza2cz5zw5t4a
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v8a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



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

* [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



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

* [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



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

* [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



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

* [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--vphnza2cz5zw5t4a
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v8a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



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

* [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



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

* [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



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

* [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--vphnza2cz5zw5t4a
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v8a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



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

* [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



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

* [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--vphnza2cz5zw5t4a
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v8a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



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

* [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--vphnza2cz5zw5t4a
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v8a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



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

* [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--vphnza2cz5zw5t4a
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v8a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



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

* [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



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

* [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--vphnza2cz5zw5t4a
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v8a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



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

* [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



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

* [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



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

* [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



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

* [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



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

* [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



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

* [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--vphnza2cz5zw5t4a
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v8a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



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

* [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--vphnza2cz5zw5t4a
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v8a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



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

* [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--vphnza2cz5zw5t4a
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v8a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



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

* [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



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

* [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--vphnza2cz5zw5t4a
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v8a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



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

* [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--vphnza2cz5zw5t4a
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v8a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



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

* [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--vphnza2cz5zw5t4a
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v8a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



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

* [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



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

* [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--vphnza2cz5zw5t4a
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v8a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



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

* [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



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

* [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



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

* [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--vphnza2cz5zw5t4a
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v8a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



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

* [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



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

* [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



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

* [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



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

* [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



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

* [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



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

* [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--vphnza2cz5zw5t4a
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v8a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



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

* [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--vphnza2cz5zw5t4a
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v8a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



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

* [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--vphnza2cz5zw5t4a
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v8a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



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

* [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--vphnza2cz5zw5t4a
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v8a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



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

* [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--vphnza2cz5zw5t4a
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v8a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



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

* [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



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

* [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--vphnza2cz5zw5t4a
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v8a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



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

* [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--vphnza2cz5zw5t4a
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v8a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



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

* [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--vphnza2cz5zw5t4a
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v8a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



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

* [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



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

* [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



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

* [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--vphnza2cz5zw5t4a
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v8a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



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

* [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



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

* [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--vphnza2cz5zw5t4a
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v8a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



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

* [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



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

* [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--vphnza2cz5zw5t4a
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v8a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



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

* [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--vphnza2cz5zw5t4a
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v8a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



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

* [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--vphnza2cz5zw5t4a
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v8a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



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

* [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



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

* [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



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

* [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



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

* [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--vphnza2cz5zw5t4a
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v8a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



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

* [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--vphnza2cz5zw5t4a
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v8a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



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

* [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--vphnza2cz5zw5t4a
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v8a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



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

* [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--vphnza2cz5zw5t4a
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v8a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



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

* [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--vphnza2cz5zw5t4a
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v8a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



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

* [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--vphnza2cz5zw5t4a
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v8a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



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

* [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



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

* [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



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

* [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



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

* [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--vphnza2cz5zw5t4a
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v8a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



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

* [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--vphnza2cz5zw5t4a
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v8a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



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

* [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--vphnza2cz5zw5t4a
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v8a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



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

* [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



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

* [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--vphnza2cz5zw5t4a
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v8a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



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

* [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



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

* [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



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

* [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--vphnza2cz5zw5t4a
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v8a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



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

* [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--vphnza2cz5zw5t4a
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v8a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



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

* [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



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

* [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



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

* [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--vphnza2cz5zw5t4a
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v8a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



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

* [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



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

* [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



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

* [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--vphnza2cz5zw5t4a
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v8a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



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

* [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--vphnza2cz5zw5t4a
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v8a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



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

* [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--vphnza2cz5zw5t4a
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v8a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



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

* [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



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

* [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



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

* [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



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

* [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



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

* [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--vphnza2cz5zw5t4a
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v8a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



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

* [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



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

* [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--vphnza2cz5zw5t4a
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v8a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



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

* [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--vphnza2cz5zw5t4a
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v8a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



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

* [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



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

* [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--vphnza2cz5zw5t4a
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v8a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



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

* [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



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

* [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--vphnza2cz5zw5t4a
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v8a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



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

* [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--vphnza2cz5zw5t4a
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v8a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



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

* [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



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

* [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



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

* [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



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

* [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



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

* [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



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

* [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



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

* [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--vphnza2cz5zw5t4a
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v8a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



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

* [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



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

* [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--vphnza2cz5zw5t4a
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v8a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



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

* [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--vphnza2cz5zw5t4a
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v8a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



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

* [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--vphnza2cz5zw5t4a
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v8a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



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

* [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--vphnza2cz5zw5t4a
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v8a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



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

* [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--vphnza2cz5zw5t4a
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v8a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



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

* [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



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

* [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--vphnza2cz5zw5t4a
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v8a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



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

* [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--vphnza2cz5zw5t4a
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v8a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



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

* [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--vphnza2cz5zw5t4a
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v8a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



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

* [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--vphnza2cz5zw5t4a
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v8a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



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

* [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--vphnza2cz5zw5t4a
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v8a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



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

* [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



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

* [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



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

* [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



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

* [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



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

* [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--vphnza2cz5zw5t4a
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v8a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



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

* [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--vphnza2cz5zw5t4a
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v8a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



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

* [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



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

* [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--vphnza2cz5zw5t4a
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v8a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



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

* [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--vphnza2cz5zw5t4a
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v8a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



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

* [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--vphnza2cz5zw5t4a
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v8a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



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

* [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



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

* [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



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

* [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--vphnza2cz5zw5t4a
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v8a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



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

* [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



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

* [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--vphnza2cz5zw5t4a
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v8a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



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

* [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



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

* [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--vphnza2cz5zw5t4a
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v8a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



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

* [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--vphnza2cz5zw5t4a
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v8a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



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

* [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--vphnza2cz5zw5t4a
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v8a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



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

* [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



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

* [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



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

* [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--vphnza2cz5zw5t4a
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v8a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



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

* [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



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

* [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--vphnza2cz5zw5t4a
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v8a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



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

* [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



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

* [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--vphnza2cz5zw5t4a
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v8a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



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

* [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



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

* [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--vphnza2cz5zw5t4a
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v8a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



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

* [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--vphnza2cz5zw5t4a
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v8a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



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

* [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--vphnza2cz5zw5t4a
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v8a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



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

* [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--vphnza2cz5zw5t4a
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v8a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



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

* [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--vphnza2cz5zw5t4a
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v8a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



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

* [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



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

* [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--vphnza2cz5zw5t4a
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v8a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



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

* [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



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

* [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



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

* [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--vphnza2cz5zw5t4a
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v8a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



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

* [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--vphnza2cz5zw5t4a
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v8a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



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

* [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



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

* [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



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

* [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



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

* [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--vphnza2cz5zw5t4a
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v8a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



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

* [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



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

* [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--vphnza2cz5zw5t4a
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v8a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



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

* [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



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

* [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



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

* [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--vphnza2cz5zw5t4a
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v8a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



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

* [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



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

* [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



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

* [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--vphnza2cz5zw5t4a
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v8a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



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

* [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



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

* [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



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

* [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--vphnza2cz5zw5t4a
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v8a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



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

* [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



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

* [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



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

* [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--vphnza2cz5zw5t4a
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v8a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



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

* [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



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

* [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--vphnza2cz5zw5t4a
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v8a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



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

* [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



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

* [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



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

* [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



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

* [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



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

* [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--vphnza2cz5zw5t4a
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v8a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



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

* [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



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

* [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--vphnza2cz5zw5t4a
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v8a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



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

* [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



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

* [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



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

* [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--vphnza2cz5zw5t4a
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v8a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



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

* [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



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

* [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



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

* [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--vphnza2cz5zw5t4a
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v8a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



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

* [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



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

* [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--vphnza2cz5zw5t4a
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v8a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



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

* [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



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

* [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--vphnza2cz5zw5t4a
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v8a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



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

* [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



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

* [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--vphnza2cz5zw5t4a
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v8a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



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

* [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



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

* [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--vphnza2cz5zw5t4a
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v8a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



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

* [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--vphnza2cz5zw5t4a
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v8a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



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

* [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--vphnza2cz5zw5t4a
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v8a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



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

* [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--vphnza2cz5zw5t4a
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v8a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



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

* [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



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

* [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



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

* [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



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

* [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--vphnza2cz5zw5t4a
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v8a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



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

* [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--vphnza2cz5zw5t4a
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v8a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



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

* [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



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

* [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



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

* [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



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

* [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--vphnza2cz5zw5t4a
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v8a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



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

* [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



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

* [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--vphnza2cz5zw5t4a
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v8a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



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

* [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



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

* [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



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

* [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--vphnza2cz5zw5t4a
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v8a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



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

* [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--vphnza2cz5zw5t4a
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v8a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



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

* [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--vphnza2cz5zw5t4a
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v8a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



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

* [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



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

* [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



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

* [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



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

* [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--vphnza2cz5zw5t4a
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v8a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



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

* [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--vphnza2cz5zw5t4a
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v8a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



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

* [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--vphnza2cz5zw5t4a
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v8a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



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

* [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--vphnza2cz5zw5t4a
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v8a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



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

* [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



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

* [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



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

* [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--vphnza2cz5zw5t4a
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v8a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



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

* [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--vphnza2cz5zw5t4a
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v8a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



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

* [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--vphnza2cz5zw5t4a
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v8a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



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

* [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



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

* [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



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

* [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



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

* [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



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

* [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--vphnza2cz5zw5t4a
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v8a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



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

* [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--vphnza2cz5zw5t4a
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v8a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



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

* [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



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

* [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--vphnza2cz5zw5t4a
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v8a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



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

* [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--vphnza2cz5zw5t4a
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v8a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



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

* [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



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

* [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



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

* [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--vphnza2cz5zw5t4a
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v8a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



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

* [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--vphnza2cz5zw5t4a
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v8a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



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

* [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--vphnza2cz5zw5t4a
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v8a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



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

* [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



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

* [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--vphnza2cz5zw5t4a
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v8a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



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

* [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

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

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

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



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

* [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

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

---
 .github/workflows/pg-ci.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



^ permalink  raw  reply  [nested|flat] 497+ messages in thread

* [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

From: Andres Freund @ 2026-06-03 06:22 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--vphnza2cz5zw5t4a
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v8a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



^ permalink  raw  reply  [nested|flat] 497+ messages in thread

* [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

From: Andres Freund @ 2026-06-03 06:22 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--vphnza2cz5zw5t4a
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v8a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



^ permalink  raw  reply  [nested|flat] 497+ messages in thread

* [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

From: Andres Freund @ 2026-06-03 06:22 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



^ permalink  raw  reply  [nested|flat] 497+ messages in thread

* [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

From: Andres Freund @ 2026-06-03 06:22 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--vphnza2cz5zw5t4a
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v8a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



^ permalink  raw  reply  [nested|flat] 497+ messages in thread

* [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

From: Andres Freund @ 2026-06-03 06:22 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--vphnza2cz5zw5t4a
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v8a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



^ permalink  raw  reply  [nested|flat] 497+ messages in thread

* [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

From: Andres Freund @ 2026-06-03 06:22 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



^ permalink  raw  reply  [nested|flat] 497+ messages in thread

* [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

From: Andres Freund @ 2026-06-03 06:22 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



^ permalink  raw  reply  [nested|flat] 497+ messages in thread

* [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

From: Andres Freund @ 2026-06-03 06:22 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



^ permalink  raw  reply  [nested|flat] 497+ messages in thread

* [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

From: Andres Freund @ 2026-06-03 06:22 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



^ permalink  raw  reply  [nested|flat] 497+ messages in thread

* [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

From: Andres Freund @ 2026-06-03 06:22 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--vphnza2cz5zw5t4a
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v8a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



^ permalink  raw  reply  [nested|flat] 497+ messages in thread

* [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

From: Andres Freund @ 2026-06-03 06:22 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



^ permalink  raw  reply  [nested|flat] 497+ messages in thread

* [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

From: Andres Freund @ 2026-06-03 06:22 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--vphnza2cz5zw5t4a
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v8a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



^ permalink  raw  reply  [nested|flat] 497+ messages in thread

* [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

From: Andres Freund @ 2026-06-03 06:22 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



^ permalink  raw  reply  [nested|flat] 497+ messages in thread

* [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

From: Andres Freund @ 2026-06-03 06:22 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--vphnza2cz5zw5t4a
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v8a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



^ permalink  raw  reply  [nested|flat] 497+ messages in thread

* [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

From: Andres Freund @ 2026-06-03 06:22 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



^ permalink  raw  reply  [nested|flat] 497+ messages in thread

* [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

From: Andres Freund @ 2026-06-03 06:22 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--vphnza2cz5zw5t4a
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v8a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



^ permalink  raw  reply  [nested|flat] 497+ messages in thread

* [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

From: Andres Freund @ 2026-06-03 06:22 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--vphnza2cz5zw5t4a
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v8a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



^ permalink  raw  reply  [nested|flat] 497+ messages in thread

* [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

From: Andres Freund @ 2026-06-03 06:22 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



^ permalink  raw  reply  [nested|flat] 497+ messages in thread

* [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

From: Andres Freund @ 2026-06-03 06:22 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



^ permalink  raw  reply  [nested|flat] 497+ messages in thread

* [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

From: Andres Freund @ 2026-06-03 06:22 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



^ permalink  raw  reply  [nested|flat] 497+ messages in thread

* [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

From: Andres Freund @ 2026-06-03 06:22 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



^ permalink  raw  reply  [nested|flat] 497+ messages in thread

* [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

From: Andres Freund @ 2026-06-03 06:22 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--vphnza2cz5zw5t4a
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v8a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



^ permalink  raw  reply  [nested|flat] 497+ messages in thread

* [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

From: Andres Freund @ 2026-06-03 06:22 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--vphnza2cz5zw5t4a
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v8a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



^ permalink  raw  reply  [nested|flat] 497+ messages in thread

* [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

From: Andres Freund @ 2026-06-03 06:22 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--vphnza2cz5zw5t4a
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v8a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



^ permalink  raw  reply  [nested|flat] 497+ messages in thread

* [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

From: Andres Freund @ 2026-06-03 06:22 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



^ permalink  raw  reply  [nested|flat] 497+ messages in thread

* [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

From: Andres Freund @ 2026-06-03 06:22 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



^ permalink  raw  reply  [nested|flat] 497+ messages in thread

* [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

From: Andres Freund @ 2026-06-03 06:22 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--vphnza2cz5zw5t4a
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v8a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



^ permalink  raw  reply  [nested|flat] 497+ messages in thread

* [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

From: Andres Freund @ 2026-06-03 06:22 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--vphnza2cz5zw5t4a
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v8a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



^ permalink  raw  reply  [nested|flat] 497+ messages in thread

* [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

From: Andres Freund @ 2026-06-03 06:22 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



^ permalink  raw  reply  [nested|flat] 497+ messages in thread

* [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

From: Andres Freund @ 2026-06-03 06:22 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



^ permalink  raw  reply  [nested|flat] 497+ messages in thread

* [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

From: Andres Freund @ 2026-06-03 06:22 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--vphnza2cz5zw5t4a
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v8a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



^ permalink  raw  reply  [nested|flat] 497+ messages in thread

* [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

From: Andres Freund @ 2026-06-03 06:22 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



^ permalink  raw  reply  [nested|flat] 497+ messages in thread

* [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

From: Andres Freund @ 2026-06-03 06:22 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--vphnza2cz5zw5t4a
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v8a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



^ permalink  raw  reply  [nested|flat] 497+ messages in thread

* [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

From: Andres Freund @ 2026-06-03 06:22 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--vphnza2cz5zw5t4a
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v8a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



^ permalink  raw  reply  [nested|flat] 497+ messages in thread

* [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

From: Andres Freund @ 2026-06-03 06:22 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



^ permalink  raw  reply  [nested|flat] 497+ messages in thread

* [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

From: Andres Freund @ 2026-06-03 06:22 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--vphnza2cz5zw5t4a
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v8a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



^ permalink  raw  reply  [nested|flat] 497+ messages in thread

* [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

From: Andres Freund @ 2026-06-03 06:22 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



^ permalink  raw  reply  [nested|flat] 497+ messages in thread

* [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

From: Andres Freund @ 2026-06-03 06:22 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



^ permalink  raw  reply  [nested|flat] 497+ messages in thread

* [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

From: Andres Freund @ 2026-06-03 06:22 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--vphnza2cz5zw5t4a
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v8a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



^ permalink  raw  reply  [nested|flat] 497+ messages in thread

* [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

From: Andres Freund @ 2026-06-03 06:22 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--vphnza2cz5zw5t4a
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v8a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



^ permalink  raw  reply  [nested|flat] 497+ messages in thread

* [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

From: Andres Freund @ 2026-06-03 06:22 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--vphnza2cz5zw5t4a
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v8a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



^ permalink  raw  reply  [nested|flat] 497+ messages in thread

* [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

From: Andres Freund @ 2026-06-03 06:22 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



^ permalink  raw  reply  [nested|flat] 497+ messages in thread

* [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

From: Andres Freund @ 2026-06-03 06:22 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



^ permalink  raw  reply  [nested|flat] 497+ messages in thread

* [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

From: Andres Freund @ 2026-06-03 06:22 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--vphnza2cz5zw5t4a
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v8a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



^ permalink  raw  reply  [nested|flat] 497+ messages in thread

* [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

From: Andres Freund @ 2026-06-03 06:22 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--vphnza2cz5zw5t4a
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v8a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



^ permalink  raw  reply  [nested|flat] 497+ messages in thread

* [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

From: Andres Freund @ 2026-06-03 06:22 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



^ permalink  raw  reply  [nested|flat] 497+ messages in thread

* [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

From: Andres Freund @ 2026-06-03 06:22 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--vphnza2cz5zw5t4a
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v8a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



^ permalink  raw  reply  [nested|flat] 497+ messages in thread

* [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

From: Andres Freund @ 2026-06-03 06:22 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--vphnza2cz5zw5t4a
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v8a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



^ permalink  raw  reply  [nested|flat] 497+ messages in thread

* [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

From: Andres Freund @ 2026-06-03 06:22 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



^ permalink  raw  reply  [nested|flat] 497+ messages in thread

* [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

From: Andres Freund @ 2026-06-03 06:22 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--vphnza2cz5zw5t4a
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v8a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



^ permalink  raw  reply  [nested|flat] 497+ messages in thread

* [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

From: Andres Freund @ 2026-06-03 06:22 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



^ permalink  raw  reply  [nested|flat] 497+ messages in thread

* [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

From: Andres Freund @ 2026-06-03 06:22 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--vphnza2cz5zw5t4a
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v8a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



^ permalink  raw  reply  [nested|flat] 497+ messages in thread

* [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

From: Andres Freund @ 2026-06-03 06:22 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



^ permalink  raw  reply  [nested|flat] 497+ messages in thread

* [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

From: Andres Freund @ 2026-06-03 06:22 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--vphnza2cz5zw5t4a
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v8a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



^ permalink  raw  reply  [nested|flat] 497+ messages in thread

* [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

From: Andres Freund @ 2026-06-03 06:22 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--vphnza2cz5zw5t4a
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v8a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



^ permalink  raw  reply  [nested|flat] 497+ messages in thread

* [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

From: Andres Freund @ 2026-06-03 06:22 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



^ permalink  raw  reply  [nested|flat] 497+ messages in thread

* [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

From: Andres Freund @ 2026-06-03 06:22 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--vphnza2cz5zw5t4a
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v8a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



^ permalink  raw  reply  [nested|flat] 497+ messages in thread

* [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

From: Andres Freund @ 2026-06-03 06:22 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--vphnza2cz5zw5t4a
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v8a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



^ permalink  raw  reply  [nested|flat] 497+ messages in thread

* [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

From: Andres Freund @ 2026-06-03 06:22 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--vphnza2cz5zw5t4a
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v8a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



^ permalink  raw  reply  [nested|flat] 497+ messages in thread

* [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

From: Andres Freund @ 2026-06-03 06:22 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



^ permalink  raw  reply  [nested|flat] 497+ messages in thread

* [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

From: Andres Freund @ 2026-06-03 06:22 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--vphnza2cz5zw5t4a
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v8a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



^ permalink  raw  reply  [nested|flat] 497+ messages in thread

* [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

From: Andres Freund @ 2026-06-03 06:22 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--vphnza2cz5zw5t4a
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v8a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



^ permalink  raw  reply  [nested|flat] 497+ messages in thread

* [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

From: Andres Freund @ 2026-06-03 06:22 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



^ permalink  raw  reply  [nested|flat] 497+ messages in thread

* [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

From: Andres Freund @ 2026-06-03 06:22 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--vphnza2cz5zw5t4a
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v8a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



^ permalink  raw  reply  [nested|flat] 497+ messages in thread

* [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

From: Andres Freund @ 2026-06-03 06:22 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



^ permalink  raw  reply  [nested|flat] 497+ messages in thread

* [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

From: Andres Freund @ 2026-06-03 06:22 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--vphnza2cz5zw5t4a
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v8a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



^ permalink  raw  reply  [nested|flat] 497+ messages in thread

* [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

From: Andres Freund @ 2026-06-03 06:22 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--vphnza2cz5zw5t4a
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v8a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



^ permalink  raw  reply  [nested|flat] 497+ messages in thread

* [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

From: Andres Freund @ 2026-06-03 06:22 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--vphnza2cz5zw5t4a
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v8a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



^ permalink  raw  reply  [nested|flat] 497+ messages in thread

* [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

From: Andres Freund @ 2026-06-03 06:22 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--vphnza2cz5zw5t4a
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v8a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



^ permalink  raw  reply  [nested|flat] 497+ messages in thread

* [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

From: Andres Freund @ 2026-06-03 06:22 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



^ permalink  raw  reply  [nested|flat] 497+ messages in thread

* [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

From: Andres Freund @ 2026-06-03 06:22 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



^ permalink  raw  reply  [nested|flat] 497+ messages in thread

* [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

From: Andres Freund @ 2026-06-03 06:22 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



^ permalink  raw  reply  [nested|flat] 497+ messages in thread

* [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

From: Andres Freund @ 2026-06-03 06:22 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



^ permalink  raw  reply  [nested|flat] 497+ messages in thread

* [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

From: Andres Freund @ 2026-06-03 06:22 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



^ permalink  raw  reply  [nested|flat] 497+ messages in thread

* [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

From: Andres Freund @ 2026-06-03 06:22 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



^ permalink  raw  reply  [nested|flat] 497+ messages in thread

* [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

From: Andres Freund @ 2026-06-03 06:22 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--vphnza2cz5zw5t4a
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v8a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



^ permalink  raw  reply  [nested|flat] 497+ messages in thread

* [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

From: Andres Freund @ 2026-06-03 06:22 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



^ permalink  raw  reply  [nested|flat] 497+ messages in thread

* [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

From: Andres Freund @ 2026-06-03 06:22 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--vphnza2cz5zw5t4a
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v8a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



^ permalink  raw  reply  [nested|flat] 497+ messages in thread

* [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

From: Andres Freund @ 2026-06-03 06:22 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



^ permalink  raw  reply  [nested|flat] 497+ messages in thread

* [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

From: Andres Freund @ 2026-06-03 06:22 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



^ permalink  raw  reply  [nested|flat] 497+ messages in thread

* [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

From: Andres Freund @ 2026-06-03 06:22 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--vphnza2cz5zw5t4a
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v8a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



^ permalink  raw  reply  [nested|flat] 497+ messages in thread

* [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

From: Andres Freund @ 2026-06-03 06:22 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--vphnza2cz5zw5t4a
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v8a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



^ permalink  raw  reply  [nested|flat] 497+ messages in thread

* [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

From: Andres Freund @ 2026-06-03 06:22 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



^ permalink  raw  reply  [nested|flat] 497+ messages in thread

* [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

From: Andres Freund @ 2026-06-03 06:22 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



^ permalink  raw  reply  [nested|flat] 497+ messages in thread

* [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

From: Andres Freund @ 2026-06-03 06:22 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--vphnza2cz5zw5t4a
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v8a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



^ permalink  raw  reply  [nested|flat] 497+ messages in thread

* [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

From: Andres Freund @ 2026-06-03 06:22 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



^ permalink  raw  reply  [nested|flat] 497+ messages in thread

* [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

From: Andres Freund @ 2026-06-03 06:22 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



^ permalink  raw  reply  [nested|flat] 497+ messages in thread

* [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

From: Andres Freund @ 2026-06-03 06:22 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--vphnza2cz5zw5t4a
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v8a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



^ permalink  raw  reply  [nested|flat] 497+ messages in thread

* [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

From: Andres Freund @ 2026-06-03 06:22 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--vphnza2cz5zw5t4a
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v8a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



^ permalink  raw  reply  [nested|flat] 497+ messages in thread

* [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

From: Andres Freund @ 2026-06-03 06:22 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--vphnza2cz5zw5t4a
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v8a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



^ permalink  raw  reply  [nested|flat] 497+ messages in thread

* [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

From: Andres Freund @ 2026-06-03 06:22 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--vphnza2cz5zw5t4a
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v8a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



^ permalink  raw  reply  [nested|flat] 497+ messages in thread

* [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

From: Andres Freund @ 2026-06-03 06:22 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--vphnza2cz5zw5t4a
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v8a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



^ permalink  raw  reply  [nested|flat] 497+ messages in thread

* [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

From: Andres Freund @ 2026-06-03 06:22 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--vphnza2cz5zw5t4a
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v8a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



^ permalink  raw  reply  [nested|flat] 497+ messages in thread

* [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

From: Andres Freund @ 2026-06-03 06:22 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--vphnza2cz5zw5t4a
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v8a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



^ permalink  raw  reply  [nested|flat] 497+ messages in thread

* [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

From: Andres Freund @ 2026-06-03 06:22 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



^ permalink  raw  reply  [nested|flat] 497+ messages in thread

* [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

From: Andres Freund @ 2026-06-03 06:22 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--vphnza2cz5zw5t4a
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v8a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



^ permalink  raw  reply  [nested|flat] 497+ messages in thread

* [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

From: Andres Freund @ 2026-06-03 06:22 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



^ permalink  raw  reply  [nested|flat] 497+ messages in thread

* [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

From: Andres Freund @ 2026-06-03 06:22 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



^ permalink  raw  reply  [nested|flat] 497+ messages in thread

* [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

From: Andres Freund @ 2026-06-03 06:22 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



^ permalink  raw  reply  [nested|flat] 497+ messages in thread

* [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

From: Andres Freund @ 2026-06-03 06:22 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--vphnza2cz5zw5t4a
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v8a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



^ permalink  raw  reply  [nested|flat] 497+ messages in thread

* [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

From: Andres Freund @ 2026-06-03 06:22 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--vphnza2cz5zw5t4a
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v8a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



^ permalink  raw  reply  [nested|flat] 497+ messages in thread

* [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

From: Andres Freund @ 2026-06-03 06:22 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--vphnza2cz5zw5t4a
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v8a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



^ permalink  raw  reply  [nested|flat] 497+ messages in thread

* [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

From: Andres Freund @ 2026-06-03 06:22 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



^ permalink  raw  reply  [nested|flat] 497+ messages in thread

* [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

From: Andres Freund @ 2026-06-03 06:22 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



^ permalink  raw  reply  [nested|flat] 497+ messages in thread

* [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

From: Andres Freund @ 2026-06-03 06:22 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--vphnza2cz5zw5t4a
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v8a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



^ permalink  raw  reply  [nested|flat] 497+ messages in thread

* [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

From: Andres Freund @ 2026-06-03 06:22 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



^ permalink  raw  reply  [nested|flat] 497+ messages in thread

* [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

From: Andres Freund @ 2026-06-03 06:22 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



^ permalink  raw  reply  [nested|flat] 497+ messages in thread

* [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

From: Andres Freund @ 2026-06-03 06:22 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



^ permalink  raw  reply  [nested|flat] 497+ messages in thread

* [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

From: Andres Freund @ 2026-06-03 06:22 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--vphnza2cz5zw5t4a
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v8a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



^ permalink  raw  reply  [nested|flat] 497+ messages in thread

* [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

From: Andres Freund @ 2026-06-03 06:22 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



^ permalink  raw  reply  [nested|flat] 497+ messages in thread

* [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

From: Andres Freund @ 2026-06-03 06:22 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--vphnza2cz5zw5t4a
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v8a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



^ permalink  raw  reply  [nested|flat] 497+ messages in thread

* [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

From: Andres Freund @ 2026-06-03 06:22 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



^ permalink  raw  reply  [nested|flat] 497+ messages in thread

* [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

From: Andres Freund @ 2026-06-03 06:22 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



^ permalink  raw  reply  [nested|flat] 497+ messages in thread

* [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

From: Andres Freund @ 2026-06-03 06:22 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



^ permalink  raw  reply  [nested|flat] 497+ messages in thread

* [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

From: Andres Freund @ 2026-06-03 06:22 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



^ permalink  raw  reply  [nested|flat] 497+ messages in thread

* [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

From: Andres Freund @ 2026-06-03 06:22 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



^ permalink  raw  reply  [nested|flat] 497+ messages in thread

* [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

From: Andres Freund @ 2026-06-03 06:22 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



^ permalink  raw  reply  [nested|flat] 497+ messages in thread

* [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

From: Andres Freund @ 2026-06-03 06:22 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--vphnza2cz5zw5t4a
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v8a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



^ permalink  raw  reply  [nested|flat] 497+ messages in thread

* [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

From: Andres Freund @ 2026-06-03 06:22 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--vphnza2cz5zw5t4a
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v8a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



^ permalink  raw  reply  [nested|flat] 497+ messages in thread

* [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

From: Andres Freund @ 2026-06-03 06:22 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



^ permalink  raw  reply  [nested|flat] 497+ messages in thread

* [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

From: Andres Freund @ 2026-06-03 06:22 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



^ permalink  raw  reply  [nested|flat] 497+ messages in thread

* [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

From: Andres Freund @ 2026-06-03 06:22 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



^ permalink  raw  reply  [nested|flat] 497+ messages in thread

* [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

From: Andres Freund @ 2026-06-03 06:22 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



^ permalink  raw  reply  [nested|flat] 497+ messages in thread

* [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

From: Andres Freund @ 2026-06-03 06:22 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--vphnza2cz5zw5t4a
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v8a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



^ permalink  raw  reply  [nested|flat] 497+ messages in thread

* [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

From: Andres Freund @ 2026-06-03 06:22 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



^ permalink  raw  reply  [nested|flat] 497+ messages in thread

* [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

From: Andres Freund @ 2026-06-03 06:22 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



^ permalink  raw  reply  [nested|flat] 497+ messages in thread

* [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

From: Andres Freund @ 2026-06-03 06:22 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



^ permalink  raw  reply  [nested|flat] 497+ messages in thread

* [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

From: Andres Freund @ 2026-06-03 06:22 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--vphnza2cz5zw5t4a
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v8a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



^ permalink  raw  reply  [nested|flat] 497+ messages in thread

* [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

From: Andres Freund @ 2026-06-03 06:22 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--vphnza2cz5zw5t4a
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v8a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



^ permalink  raw  reply  [nested|flat] 497+ messages in thread

* [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

From: Andres Freund @ 2026-06-03 06:22 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--vphnza2cz5zw5t4a
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v8a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



^ permalink  raw  reply  [nested|flat] 497+ messages in thread

* [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

From: Andres Freund @ 2026-06-03 06:22 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



^ permalink  raw  reply  [nested|flat] 497+ messages in thread

* [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

From: Andres Freund @ 2026-06-03 06:22 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--vphnza2cz5zw5t4a
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v8a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



^ permalink  raw  reply  [nested|flat] 497+ messages in thread

* [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

From: Andres Freund @ 2026-06-03 06:22 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



^ permalink  raw  reply  [nested|flat] 497+ messages in thread

* [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

From: Andres Freund @ 2026-06-03 06:22 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



^ permalink  raw  reply  [nested|flat] 497+ messages in thread

* [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

From: Andres Freund @ 2026-06-03 06:22 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--vphnza2cz5zw5t4a
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v8a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



^ permalink  raw  reply  [nested|flat] 497+ messages in thread

* [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

From: Andres Freund @ 2026-06-03 06:22 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



^ permalink  raw  reply  [nested|flat] 497+ messages in thread

* [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

From: Andres Freund @ 2026-06-03 06:22 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--vphnza2cz5zw5t4a
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v8a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



^ permalink  raw  reply  [nested|flat] 497+ messages in thread

* [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

From: Andres Freund @ 2026-06-03 06:22 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



^ permalink  raw  reply  [nested|flat] 497+ messages in thread

* [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

From: Andres Freund @ 2026-06-03 06:22 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



^ permalink  raw  reply  [nested|flat] 497+ messages in thread

* [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

From: Andres Freund @ 2026-06-03 06:22 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--vphnza2cz5zw5t4a
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v8a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



^ permalink  raw  reply  [nested|flat] 497+ messages in thread

* [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

From: Andres Freund @ 2026-06-03 06:22 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



^ permalink  raw  reply  [nested|flat] 497+ messages in thread

* [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

From: Andres Freund @ 2026-06-03 06:22 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



^ permalink  raw  reply  [nested|flat] 497+ messages in thread

* [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

From: Andres Freund @ 2026-06-03 06:22 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



^ permalink  raw  reply  [nested|flat] 497+ messages in thread

* [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

From: Andres Freund @ 2026-06-03 06:22 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--vphnza2cz5zw5t4a
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v8a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



^ permalink  raw  reply  [nested|flat] 497+ messages in thread

* [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

From: Andres Freund @ 2026-06-03 06:22 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--vphnza2cz5zw5t4a
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v8a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



^ permalink  raw  reply  [nested|flat] 497+ messages in thread

* [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

From: Andres Freund @ 2026-06-03 06:22 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



^ permalink  raw  reply  [nested|flat] 497+ messages in thread

* [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

From: Andres Freund @ 2026-06-03 06:22 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



^ permalink  raw  reply  [nested|flat] 497+ messages in thread

* [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

From: Andres Freund @ 2026-06-03 06:22 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



^ permalink  raw  reply  [nested|flat] 497+ messages in thread

* [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

From: Andres Freund @ 2026-06-03 06:22 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--vphnza2cz5zw5t4a
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v8a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



^ permalink  raw  reply  [nested|flat] 497+ messages in thread

* [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

From: Andres Freund @ 2026-06-03 06:22 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



^ permalink  raw  reply  [nested|flat] 497+ messages in thread

* [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

From: Andres Freund @ 2026-06-03 06:22 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--vphnza2cz5zw5t4a
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v8a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



^ permalink  raw  reply  [nested|flat] 497+ messages in thread

* [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

From: Andres Freund @ 2026-06-03 06:22 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



^ permalink  raw  reply  [nested|flat] 497+ messages in thread

* [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

From: Andres Freund @ 2026-06-03 06:22 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



^ permalink  raw  reply  [nested|flat] 497+ messages in thread

* [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

From: Andres Freund @ 2026-06-03 06:22 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--vphnza2cz5zw5t4a
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v8a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



^ permalink  raw  reply  [nested|flat] 497+ messages in thread

* [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

From: Andres Freund @ 2026-06-03 06:22 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



^ permalink  raw  reply  [nested|flat] 497+ messages in thread

* [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

From: Andres Freund @ 2026-06-03 06:22 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



^ permalink  raw  reply  [nested|flat] 497+ messages in thread

* [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

From: Andres Freund @ 2026-06-03 06:22 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



^ permalink  raw  reply  [nested|flat] 497+ messages in thread

* [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

From: Andres Freund @ 2026-06-03 06:22 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--vphnza2cz5zw5t4a
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v8a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



^ permalink  raw  reply  [nested|flat] 497+ messages in thread

* [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

From: Andres Freund @ 2026-06-03 06:22 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



^ permalink  raw  reply  [nested|flat] 497+ messages in thread

* [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

From: Andres Freund @ 2026-06-03 06:22 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



^ permalink  raw  reply  [nested|flat] 497+ messages in thread

* [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

From: Andres Freund @ 2026-06-03 06:22 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



^ permalink  raw  reply  [nested|flat] 497+ messages in thread

* [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

From: Andres Freund @ 2026-06-03 06:22 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--vphnza2cz5zw5t4a
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v8a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



^ permalink  raw  reply  [nested|flat] 497+ messages in thread

* [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

From: Andres Freund @ 2026-06-03 06:22 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--vphnza2cz5zw5t4a
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v8a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



^ permalink  raw  reply  [nested|flat] 497+ messages in thread

* [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

From: Andres Freund @ 2026-06-03 06:22 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



^ permalink  raw  reply  [nested|flat] 497+ messages in thread

* [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

From: Andres Freund @ 2026-06-03 06:22 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



^ permalink  raw  reply  [nested|flat] 497+ messages in thread

* [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

From: Andres Freund @ 2026-06-03 06:22 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



^ permalink  raw  reply  [nested|flat] 497+ messages in thread

* [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

From: Andres Freund @ 2026-06-03 06:22 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



^ permalink  raw  reply  [nested|flat] 497+ messages in thread

* [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

From: Andres Freund @ 2026-06-03 06:22 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



^ permalink  raw  reply  [nested|flat] 497+ messages in thread

* [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

From: Andres Freund @ 2026-06-03 06:22 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



^ permalink  raw  reply  [nested|flat] 497+ messages in thread

* [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

From: Andres Freund @ 2026-06-03 06:22 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



^ permalink  raw  reply  [nested|flat] 497+ messages in thread

* [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

From: Andres Freund @ 2026-06-03 06:22 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--vphnza2cz5zw5t4a
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v8a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



^ permalink  raw  reply  [nested|flat] 497+ messages in thread

* [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

From: Andres Freund @ 2026-06-03 06:22 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



^ permalink  raw  reply  [nested|flat] 497+ messages in thread

* [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

From: Andres Freund @ 2026-06-03 06:22 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



^ permalink  raw  reply  [nested|flat] 497+ messages in thread

* [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

From: Andres Freund @ 2026-06-03 06:22 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--vphnza2cz5zw5t4a
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v8a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



^ permalink  raw  reply  [nested|flat] 497+ messages in thread

* [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

From: Andres Freund @ 2026-06-03 06:22 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--vphnza2cz5zw5t4a
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v8a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



^ permalink  raw  reply  [nested|flat] 497+ messages in thread

* [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

From: Andres Freund @ 2026-06-03 06:22 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



^ permalink  raw  reply  [nested|flat] 497+ messages in thread

* [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

From: Andres Freund @ 2026-06-03 06:22 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--vphnza2cz5zw5t4a
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v8a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



^ permalink  raw  reply  [nested|flat] 497+ messages in thread

* [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

From: Andres Freund @ 2026-06-03 06:22 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--vphnza2cz5zw5t4a
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v8a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



^ permalink  raw  reply  [nested|flat] 497+ messages in thread

* [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

From: Andres Freund @ 2026-06-03 06:22 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--vphnza2cz5zw5t4a
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v8a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



^ permalink  raw  reply  [nested|flat] 497+ messages in thread

* [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

From: Andres Freund @ 2026-06-03 06:22 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--vphnza2cz5zw5t4a
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v8a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



^ permalink  raw  reply  [nested|flat] 497+ messages in thread

* [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

From: Andres Freund @ 2026-06-03 06:22 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--vphnza2cz5zw5t4a
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v8a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



^ permalink  raw  reply  [nested|flat] 497+ messages in thread

* [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

From: Andres Freund @ 2026-06-03 06:22 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--vphnza2cz5zw5t4a
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v8a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



^ permalink  raw  reply  [nested|flat] 497+ messages in thread

* [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

From: Andres Freund @ 2026-06-03 06:22 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



^ permalink  raw  reply  [nested|flat] 497+ messages in thread

* [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

From: Andres Freund @ 2026-06-03 06:22 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



^ permalink  raw  reply  [nested|flat] 497+ messages in thread

* [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

From: Andres Freund @ 2026-06-03 06:22 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--vphnza2cz5zw5t4a
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v8a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



^ permalink  raw  reply  [nested|flat] 497+ messages in thread

* [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

From: Andres Freund @ 2026-06-03 06:22 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--vphnza2cz5zw5t4a
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v8a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



^ permalink  raw  reply  [nested|flat] 497+ messages in thread

* [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

From: Andres Freund @ 2026-06-03 06:22 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



^ permalink  raw  reply  [nested|flat] 497+ messages in thread

* [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

From: Andres Freund @ 2026-06-03 06:22 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--vphnza2cz5zw5t4a
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v8a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



^ permalink  raw  reply  [nested|flat] 497+ messages in thread

* [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

From: Andres Freund @ 2026-06-03 06:22 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--vphnza2cz5zw5t4a
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v8a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



^ permalink  raw  reply  [nested|flat] 497+ messages in thread

* [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

From: Andres Freund @ 2026-06-03 06:22 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



^ permalink  raw  reply  [nested|flat] 497+ messages in thread

* [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

From: Andres Freund @ 2026-06-03 06:22 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



^ permalink  raw  reply  [nested|flat] 497+ messages in thread

* [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

From: Andres Freund @ 2026-06-03 06:22 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--vphnza2cz5zw5t4a
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v8a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



^ permalink  raw  reply  [nested|flat] 497+ messages in thread

* [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

From: Andres Freund @ 2026-06-03 06:22 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--vphnza2cz5zw5t4a
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v8a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



^ permalink  raw  reply  [nested|flat] 497+ messages in thread

* [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

From: Andres Freund @ 2026-06-03 06:22 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



^ permalink  raw  reply  [nested|flat] 497+ messages in thread

* [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

From: Andres Freund @ 2026-06-03 06:22 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--vphnza2cz5zw5t4a
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v8a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



^ permalink  raw  reply  [nested|flat] 497+ messages in thread

* [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

From: Andres Freund @ 2026-06-03 06:22 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--vphnza2cz5zw5t4a
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v8a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



^ permalink  raw  reply  [nested|flat] 497+ messages in thread

* [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

From: Andres Freund @ 2026-06-03 06:22 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--vphnza2cz5zw5t4a
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v8a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



^ permalink  raw  reply  [nested|flat] 497+ messages in thread

* [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

From: Andres Freund @ 2026-06-03 06:22 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



^ permalink  raw  reply  [nested|flat] 497+ messages in thread

* [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

From: Andres Freund @ 2026-06-03 06:22 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--vphnza2cz5zw5t4a
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v8a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



^ permalink  raw  reply  [nested|flat] 497+ messages in thread

* [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

From: Andres Freund @ 2026-06-03 06:22 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



^ permalink  raw  reply  [nested|flat] 497+ messages in thread

* [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

From: Andres Freund @ 2026-06-03 06:22 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



^ permalink  raw  reply  [nested|flat] 497+ messages in thread

* [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

From: Andres Freund @ 2026-06-03 06:22 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



^ permalink  raw  reply  [nested|flat] 497+ messages in thread

* [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

From: Andres Freund @ 2026-06-03 06:22 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



^ permalink  raw  reply  [nested|flat] 497+ messages in thread

* [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

From: Andres Freund @ 2026-06-03 06:22 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--vphnza2cz5zw5t4a
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v8a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



^ permalink  raw  reply  [nested|flat] 497+ messages in thread

* [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

From: Andres Freund @ 2026-06-03 06:22 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



^ permalink  raw  reply  [nested|flat] 497+ messages in thread

* [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

From: Andres Freund @ 2026-06-03 06:22 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--vphnza2cz5zw5t4a
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v8a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



^ permalink  raw  reply  [nested|flat] 497+ messages in thread

* [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

From: Andres Freund @ 2026-06-03 06:22 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



^ permalink  raw  reply  [nested|flat] 497+ messages in thread

* [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

From: Andres Freund @ 2026-06-03 06:22 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--vphnza2cz5zw5t4a
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v8a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



^ permalink  raw  reply  [nested|flat] 497+ messages in thread

* [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

From: Andres Freund @ 2026-06-03 06:22 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--vphnza2cz5zw5t4a
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v8a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



^ permalink  raw  reply  [nested|flat] 497+ messages in thread

* [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

From: Andres Freund @ 2026-06-03 06:22 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--vphnza2cz5zw5t4a
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v8a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



^ permalink  raw  reply  [nested|flat] 497+ messages in thread

* [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

From: Andres Freund @ 2026-06-03 06:22 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--vphnza2cz5zw5t4a
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v8a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



^ permalink  raw  reply  [nested|flat] 497+ messages in thread

* [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

From: Andres Freund @ 2026-06-03 06:22 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--vphnza2cz5zw5t4a
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v8a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



^ permalink  raw  reply  [nested|flat] 497+ messages in thread

* [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

From: Andres Freund @ 2026-06-03 06:22 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--vphnza2cz5zw5t4a
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v8a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



^ permalink  raw  reply  [nested|flat] 497+ messages in thread

* [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

From: Andres Freund @ 2026-06-03 06:22 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



^ permalink  raw  reply  [nested|flat] 497+ messages in thread

* [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

From: Andres Freund @ 2026-06-03 06:22 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--vphnza2cz5zw5t4a
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v8a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



^ permalink  raw  reply  [nested|flat] 497+ messages in thread

* [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

From: Andres Freund @ 2026-06-03 06:22 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--vphnza2cz5zw5t4a
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v8a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



^ permalink  raw  reply  [nested|flat] 497+ messages in thread

* [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

From: Andres Freund @ 2026-06-03 06:22 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--vphnza2cz5zw5t4a
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v8a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



^ permalink  raw  reply  [nested|flat] 497+ messages in thread

* [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

From: Andres Freund @ 2026-06-03 06:22 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--vphnza2cz5zw5t4a
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v8a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



^ permalink  raw  reply  [nested|flat] 497+ messages in thread

* [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

From: Andres Freund @ 2026-06-03 06:22 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



^ permalink  raw  reply  [nested|flat] 497+ messages in thread

* [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

From: Andres Freund @ 2026-06-03 06:22 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



^ permalink  raw  reply  [nested|flat] 497+ messages in thread

* [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

From: Andres Freund @ 2026-06-03 06:22 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



^ permalink  raw  reply  [nested|flat] 497+ messages in thread

* [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

From: Andres Freund @ 2026-06-03 06:22 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



^ permalink  raw  reply  [nested|flat] 497+ messages in thread

* [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

From: Andres Freund @ 2026-06-03 06:22 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--vphnza2cz5zw5t4a
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v8a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



^ permalink  raw  reply  [nested|flat] 497+ messages in thread

* [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

From: Andres Freund @ 2026-06-03 06:22 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



^ permalink  raw  reply  [nested|flat] 497+ messages in thread

* [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

From: Andres Freund @ 2026-06-03 06:22 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--vphnza2cz5zw5t4a
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v8a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



^ permalink  raw  reply  [nested|flat] 497+ messages in thread

* [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

From: Andres Freund @ 2026-06-03 06:22 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--lyfxwjjve3vodszg
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v9a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



^ permalink  raw  reply  [nested|flat] 497+ messages in thread

* [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

From: Andres Freund @ 2026-06-03 06:22 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--vphnza2cz5zw5t4a
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v8a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



^ permalink  raw  reply  [nested|flat] 497+ messages in thread

* [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

From: Andres Freund @ 2026-06-03 06:22 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--vphnza2cz5zw5t4a
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v8a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



^ permalink  raw  reply  [nested|flat] 497+ messages in thread

* [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed
@ 2026-06-03 06:22 Andres Freund <andres@anarazel.de>
  0 siblings, 0 replies; 497+ messages in thread

From: Andres Freund @ 2026-06-03 06:22 UTC (permalink / raw)

---
 .github/workflows/pg-ci.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/pg-ci.yml b/.github/workflows/pg-ci.yml
index 9611686af90..f2543689fe5 100644
--- a/.github/workflows/pg-ci.yml
+++ b/.github/workflows/pg-ci.yml
@@ -906,6 +906,7 @@ jobs:
             ${MINGW_PACKAGE_PREFIX}-perl \
             ${MINGW_PACKAGE_PREFIX}-pkgconf \
             ${MINGW_PACKAGE_PREFIX}-readline \
+            ${MINGW_PACKAGE_PREFIX}-zstd \
             ${MINGW_PACKAGE_PREFIX}-zlib
 
       - *nix_sysinfo_step
-- 
2.54.0.380.gc69baaf57b


--vphnza2cz5zw5t4a
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment;
	filename="v8a-0010-ci-windows-Check-for-errors-cmd-powershell-don-t.patch"



^ permalink  raw  reply  [nested|flat] 497+ messages in thread


end of thread, other threads:[~2026-06-03 06:22 UTC | newest]

Thread overview: 497+ messages (download: mbox mbox.gz follow: Atom feed)
-- links below jump to the message on this page --
2026-04-10 10:17 [PATCH] Do not push the active snapshot for copy_table_data before it's needed. Antonin Houska <ah@cybertec.at>
2026-06-03 06:22 [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v9a 09/22] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>
2026-06-03 06:22 [PATCH v8a 09/14] ci: mingw: Don't rely on zstd implicitly being installed Andres Freund <andres@anarazel.de>

This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox