forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit39f9f04
committed
Fix timing issue in pg_rewind test.
The test inserts a row in primary server, waits until the insertion hasbeen replicated to a cascaded standby, and checks that it's visible thereby querying the cascaded standby. In order for that to work reliably, thetest needs to wait until the insertion WAL record has been fully replayed.This should fix the occasional buildfarm failures. Diagnosis by Tom Lane.Discussion:https://www.postgresql.org/message-id/606796.1605424022@sss.pgh.pa.us1 parentb7edb5d commit39f9f04
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
155 | 155 |
| |
156 | 156 |
| |
157 | 157 |
| |
158 |
| - | |
| 158 | + | |
159 | 159 |
| |
160 | 160 |
| |
161 | 161 |
| |
|
0 commit comments
Comments
(0)