You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Backpatch addition of pump_until() more completely.
In a2ab9c0 I just backpatched the introduction of pump_until(), without
changing the existing local definitions (as 6da65a3). The necessary
changes seemed more verbose than desirable. However, that leads to warnings,
as I failed to realize...
Backpatch to all versions containing pump_until() calls before
f74496d (there's none in 10).
Discussion: https://postgr.es/m/[email protected]
Discussion: https://postgr.es/m/[email protected]
Backpatch: 11-14
qr/WARNING: terminating connection because of unexpected SIGQUIT signal|server closed the connection unexpectedly|connection to server was lost|could not send data to server/m
121
122
),
@@ -129,6 +130,7 @@
129
130
# sending.
130
131
ok( pump_until(
131
132
$monitor,
133
+
$psql_timeout,
132
134
\$monitor_stderr,
133
135
qr/WARNING: terminating connection because of crash of another server process|server closed the connection unexpectedly|connection to server was lost|could not send data to server/m
qr/server closed the connection unexpectedly|connection to server was lost|could not send data to server/m
199
202
),
@@ -205,6 +208,7 @@
205
208
# sending.
206
209
ok( pump_until(
207
210
$monitor,
211
+
$psql_timeout,
208
212
\$monitor_stderr,
209
213
qr/WARNING: terminating connection because of crash of another server process|server closed the connection unexpectedly|connection to server was lost|could not send data to server/m
0 commit comments