File tree 1 file changed +2
-4
lines changed
src/test/perl/PostgreSQL/Test
1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -2028,8 +2028,7 @@ sub psql
2028
2028
2029
2029
Invoke B<psql > on B<$dbname > and return a BackgroundPsql object.
2030
2030
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.
2033
2032
2034
2033
psql is invoked in tuples-only unaligned mode with reading of B<.psqlrc >
2035
2034
disabled. That may be overridden by passing extra psql parameters.
@@ -2095,8 +2094,7 @@ sub background_psql
2095
2094
Invoke B<psql > on B<$dbname > and return a BackgroundPsql object, which the
2096
2095
caller may use to send interactive input to B<psql > .
2097
2096
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.
2100
2098
2101
2099
psql is invoked in tuples-only unaligned mode with reading of B<.psqlrc >
2102
2100
disabled. That may be overridden by passing extra psql parameters.
You can’t perform that action at this time.
0 commit comments