v1-0001-Fix-test-comment.patch
application/octet-stream
Filename: v1-0001-Fix-test-comment.patch
Type: application/octet-stream
Part: 0
Patch
Format: format-patch
Series: patch v1-0001
Subject: Fix test comment
| File | + | − |
|---|---|---|
| src/bin/pg_upgrade/t/004_subscription.pl | 2 | 2 |
From 2942d560d25c74164a26a9b356e98f7a98623c5e Mon Sep 17 00:00:00 2001
From: Peter Smith <peter.b.smith@fujitsu.com>
Date: Wed, 31 Jan 2024 15:47:57 +1100
Subject: [PATCH v1] Fix test comment
---
src/bin/pg_upgrade/t/004_subscription.pl | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/bin/pg_upgrade/t/004_subscription.pl b/src/bin/pg_upgrade/t/004_subscription.pl
index 792f221..a7655b0 100644
--- a/src/bin/pg_upgrade/t/004_subscription.pl
+++ b/src/bin/pg_upgrade/t/004_subscription.pl
@@ -138,8 +138,8 @@ $publisher->safe_psql(
$new_sub->start;
# The subscription's running status and failover option should be preserved.
-# Old subscription regress_sub1 should have enabled and failover as true while
-# old subscription regress_sub2 should have enabled and failover as false.
+# # Upgraded regress_sub1 should still have enabled and failover as true.
+# # Upgraded regress_sub2 should still have enabled and failover as false.
$result =
$new_sub->safe_psql('postgres',
"SELECT subname, subenabled, subfailover FROM pg_subscription ORDER BY subname");
--
1.8.3.1