forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit8803df4
committed
Update some tests in 013_crash_restart.pl.
The expected backend message after SIGQUIT changed in commit7e784d1, but we missed updating this test case. Also, experienceshows that we might sometimes get "could not send data to server"instead of either of the libpq messages the test is looking for.Per report from Mark Dilger. Back-patch to v14 where thebackend message changed.Discussion:https://postgr.es/m/17BD82D7-49AC-40C9-8204-E7ADD30321A0@enterprisedb.com1 parent32558a8 commit8803df4
1 file changed
+4
-4
lines changedLines changed: 4 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
117 | 117 |
| |
118 | 118 |
| |
119 | 119 |
| |
120 |
| - | |
| 120 | + | |
121 | 121 |
| |
122 | 122 |
| |
123 | 123 |
| |
| |||
130 | 130 |
| |
131 | 131 |
| |
132 | 132 |
| |
133 |
| - | |
| 133 | + | |
134 | 134 |
| |
135 | 135 |
| |
136 | 136 |
| |
| |||
195 | 195 |
| |
196 | 196 |
| |
197 | 197 |
| |
198 |
| - | |
| 198 | + | |
199 | 199 |
| |
200 | 200 |
| |
201 | 201 |
| |
| |||
206 | 206 |
| |
207 | 207 |
| |
208 | 208 |
| |
209 |
| - | |
| 209 | + | |
210 | 210 |
| |
211 | 211 |
| |
212 | 212 |
| |
|
0 commit comments
Comments
(0)