forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit4d26d93

Amit Kapila
Improve one of the test cases in 035_standby_logical_decoding.pl.
The test to ensure that decoding changes via logical slot from anotherdatabase will fail was incorrectly done on the primary node instead of onthe standby node.In the passing, make the test to wait for replay catchup by usingwait_for_replay_catchup(). This will make it consistent with the way wewait at other places in the test.Author: Shi yuReviewed-by: Bertrand Drouvot, Amit KapilaDiscussion:https://postgr.es/m/OSZPR01MB6310B0A507A0F2A2D379F38CFD6A9@OSZPR01MB6310.jpnprd01.prod.outlook.com1 parentb726236 commit4d26d93
1 file changed
+10
-5
lines changedLines changed: 10 additions & 5 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
361 | 361 |
| |
362 | 362 |
| |
363 | 363 |
| |
364 |
| - | |
| 364 | + | |
365 | 365 |
| |
366 | 366 |
| |
367 | 367 |
| |
| |||
384 | 384 |
| |
385 | 385 |
| |
386 | 386 |
| |
387 |
| - | |
| 387 | + | |
| 388 | + | |
| 389 | + | |
| 390 | + | |
| 391 | + | |
388 | 392 |
| |
389 | 393 |
| |
390 |
| - | |
391 |
| - | |
392 |
| - | |
| 394 | + | |
| 395 | + | |
| 396 | + | |
| 397 | + | |
393 | 398 |
| |
394 | 399 |
| |
395 | 400 |
| |
|
0 commit comments
Comments
(0)