Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 5abff2a

Browse filesBrowse files
Fix wrong description of BackgroundPsql's timeout.
Backpatch through 16 where this was introduced by 664d757. Reviewed-by: Daniel Gustafsson Backpatch-through: 16 Discussion: http://postgr.es/m/CAD21AoBXMEqDBLoDuAWVWoTLYB4aNsxx4oYNmyJJbhfq_vGQBQ@mail.gmail.com
1 parent f99dd98 commit 5abff2a
Copy full SHA for 5abff2a

File tree

Expand file treeCollapse file tree

1 file changed

+2
-4
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-4
lines changed

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

Copy file name to clipboardExpand all lines: src/test/perl/PostgreSQL/Test/Cluster.pm
+2-4Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2028,8 +2028,7 @@ sub psql
20282028
20292029
Invoke B<psql> on B<$dbname> and return a BackgroundPsql object.
20302030
2031-
A default timeout of $PostgreSQL::Test::Utils::timeout_default is set up,
2032-
which can be modified later.
2031+
A timeout of $PostgreSQL::Test::Utils::timeout_default is set up.
20332032
20342033
psql is invoked in tuples-only unaligned mode with reading of B<.psqlrc>
20352034
disabled. That may be overridden by passing extra psql parameters.
@@ -2095,8 +2094,7 @@ sub background_psql
20952094
Invoke B<psql> on B<$dbname> and return a BackgroundPsql object, which the
20962095
caller may use to send interactive input to B<psql>.
20972096
2098-
A default timeout of $PostgreSQL::Test::Utils::timeout_default is set up,
2099-
which can be modified later.
2097+
A timeout of $PostgreSQL::Test::Utils::timeout_default is set up.
21002098
21012099
psql is invoked in tuples-only unaligned mode with reading of B<.psqlrc>
21022100
disabled. That may be overridden by passing extra psql parameters.

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.