Fix wrong description of BackgroundPsql's timeout.
authorMasahiko Sawada
Thu, 30 Nov 2023 02:23:05 +0000 (11:23 +0900)
committerMasahiko Sawada
Thu, 30 Nov 2023 02:23:05 +0000 (11:23 +0900)
Backpatch through 16 where this was introduced by 664d757531e1.

Reviewed-by: Daniel Gustafsson
Backpatch-through: 16
Discussion: http://postgr.es/m/CAD21AoBXMEqDBLoDuAWVWoTLYB4aNsxx4oYNmyJJbhfq_vGQBQ@mail.gmail.com

src/test/perl/PostgreSQL/Test/Cluster.pm

index 5e161dbee60758f5a1935829289bbd6ded877ab4..131edb074182eb4f8f12b8ad7aba3e951e3fed8c 100644 (file)
@@ -1972,8 +1972,7 @@ sub psql
 
 Invoke B on B<$dbname> and return a BackgroundPsql object.
 
-A default timeout of $PostgreSQL::Test::Utils::timeout_default is set up,
-which can be modified later.
+A timeout of $PostgreSQL::Test::Utils::timeout_default is set up.
 
 psql is invoked in tuples-only unaligned mode with reading of B<.psqlrc>
 disabled.  That may be overridden by passing extra psql parameters.
@@ -2039,8 +2038,7 @@ sub background_psql
 Invoke B on B<$dbname> and return a BackgroundPsql object, which the
 caller may use to send interactive input to B.
 
-A default timeout of $PostgreSQL::Test::Utils::timeout_default is set up,
-which can be modified later.
+A timeout of $PostgreSQL::Test::Utils::timeout_default is set up.
 
 psql is invoked in tuples-only unaligned mode with reading of B<.psqlrc>
 disabled.  That may be overridden by passing extra psql parameters.