forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitf99dd98
committed
Fix BackgroundPsql's set_query_timer_restart() issue without argument.
The set_query_timer_restart() required an argument to define a valueto query_timer_restart, but none of the existing callers passes anargument to this function.This changes the function to set a value without an argument.Backpatch through 16 where the background psql TAP functions wererefactored by664d757.Reviewed-by: Bharath Rupireddy, Tom LaneDiscussion:https://postgr.es/m/CAD21AoA0B6VKe_5A9nZi8i5umwSN-zJJuPVNht9DaOZ9SJumMA@mail.gmail.comBackpatch-through: 161 parent0374932 commitf99dd98
1 file changed
+1
-1
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
301 | 301 |
| |
302 | 302 |
| |
303 | 303 |
| |
304 |
| - | |
| 304 | + | |
305 | 305 |
| |
306 | 306 |
| |
307 | 307 |
| |
|
0 commit comments
Comments
(0)