forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit8589299
committed
Make new replication slot test code less racy
The new test code added inead9e51 is racy -- it hinges onshared-memory state, which changes before the WARNING message is logged.Put it the other way around.Backpatch to 13.Author: Álvaro Herrera <alvherre@alvh.no-ip.org>Discussion:https://postgr.es/m/202107161809.zclasccpfcg3@alvherre.pgsql1 parent665c585 commit8589299
1 file changed
+15
-12
lines changedLines changed: 15 additions & 12 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
177 | 177 |
| |
178 | 178 |
| |
179 | 179 |
| |
180 |
| - | |
181 |
| - | |
182 |
| - | |
183 |
| - | |
184 |
| - | |
185 |
| - | |
186 |
| - | |
187 |
| - | |
188 |
| - | |
189 |
| - | |
190 |
| - | |
191 |
| - | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
| 194 | + | |
192 | 195 |
| |
193 | 196 |
| |
194 | 197 |
| |
|
0 commit comments
Comments
(0)