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
19721972
19731973Invoke B<psql > on B<$dbname > and return a BackgroundPsql object.
19741974
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.
19771976
19781977psql is invoked in tuples-only unaligned mode with reading of B<.psqlrc >
19791978disabled. That may be overridden by passing extra psql parameters.
@@ -2039,8 +2038,7 @@ sub background_psql
20392038Invoke B<psql > on B<$dbname > and return a BackgroundPsql object, which the
20402039caller may use to send interactive input to B<psql > .
20412040
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.
20442042
20452043psql is invoked in tuples-only unaligned mode with reading of B<.psqlrc >
20462044disabled. That may be overridden by passing extra psql parameters.
You can’t perform that action at this time.
0 commit comments