File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed
src/test/perl/PostgreSQL/Test Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -1972,8 +1972,7 @@ sub psql
1972
1972
1973
1973
Invoke B<psql > on B<$dbname > and return a BackgroundPsql object.
1974
1974
1975
- A default timeout of $PostgreSQL::Test::Utils::timeout_default is set up,
1976
- which can be modified later.
1975
+ A timeout of $PostgreSQL::Test::Utils::timeout_default is set up.
1977
1976
1978
1977
psql is invoked in tuples-only unaligned mode with reading of B<.psqlrc >
1979
1978
disabled. That may be overridden by passing extra psql parameters.
@@ -2039,8 +2038,7 @@ sub background_psql
2039
2038
Invoke B<psql > on B<$dbname > and return a BackgroundPsql object, which the
2040
2039
caller may use to send interactive input to B<psql > .
2041
2040
2042
- A default timeout of $PostgreSQL::Test::Utils::timeout_default is set up,
2043
- which can be modified later.
2041
+ A timeout of $PostgreSQL::Test::Utils::timeout_default is set up.
2044
2042
2045
2043
psql is invoked in tuples-only unaligned mode with reading of B<.psqlrc >
2046
2044
disabled. That may be overridden by passing extra psql parameters.
You can’t perform that action at this time.
0 commit comments