v25--v26-diff-for-0004.patch
text/x-patch
Filename: v25--v26-diff-for-0004.patch
Type: text/x-patch
Part: 6
Patch
Same data as JSON:
GET /api/v1/attachments/:id/patch
the parsed metadata as JSON — format, series position, per-file stats; never the diff bytes.
API reference →
Format: format-patch
Series: patch v25-0002
Subject: fixes for 0004 patch
| File | + | − |
|---|---|---|
| src/test/modules/test_autovacuum/t/001_parallel_autovacuum.pl | 2 | 2 |
From 0326bcc5f0d059ed4b4f1ec3ad48d9ce0d8405aa Mon Sep 17 00:00:00 2001
From: Daniil Davidov <d.davydov@postgrespro.ru>
Date: Mon, 16 Mar 2026 18:57:04 +0700
Subject: [PATCH 2/2] fixes for 0004 patch
---
src/test/modules/test_autovacuum/t/001_parallel_autovacuum.pl | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/test/modules/test_autovacuum/t/001_parallel_autovacuum.pl b/src/test/modules/test_autovacuum/t/001_parallel_autovacuum.pl
index e5dacf59980..34f11193dfd 100644
--- a/src/test/modules/test_autovacuum/t/001_parallel_autovacuum.pl
+++ b/src/test/modules/test_autovacuum/t/001_parallel_autovacuum.pl
@@ -109,7 +109,7 @@ $node->safe_psql('postgres', qq{
# Wait until the parallel autovacuum on table is completed. At the same time,
# we check that the required number of parallel workers has been started.
$log_start = $node->wait_for_log(
- qr/parallel workers: index vacuum: 2 planned, 2 reserved, 2 launched/,
+ qr/autovacuum worker: 2 parallel workers has been released/,
$log_start
);
@@ -214,7 +214,7 @@ $node->safe_psql('postgres', qq{
# Wait until the end of parallel processing
$log_start = $node->wait_for_log(
- qr/parallel workers: index vacuum: 2 planned, 2 reserved, 2 launched/,
+ qr/autovacuum worker: 2 parallel workers has been released/,
$log_start
);
--
2.43.0