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

Amit Kapila
Fix a random failure in 038_save_logical_slots_shutdown.pl.
The test ensures that all the WAL on the publisher is sent to thesubscriber before shutdown by comparing the confirmed_flush_lsn of theassociated slot with the shutdown_checkpoint WAL location. But if theshutdown_checkpoint location falls into a new page in the WAL then thecheck won't work. So, ensure that the shutdown_checkpoint WAL recorddoesn't fall into a new page.Reported-by: Bharath RupireddyAuthor: Bharath RupireddyReviewed-by: Vignesh C, Kuroda Hayato, Amit KapilaDiscussion:https://postgr.es/m/CALj2ACVLzH5CN-h9=S26mdRHPuJ9yDLUw70yh4JOiPw03WL0CQ@mail.gmail.com1 parent0265e5c commit0b84f5c
1 file changed
+10
-0
lines changedLines changed: 10 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
60 | 60 |
| |
61 | 61 |
| |
62 | 62 |
| |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
63 | 69 |
| |
64 | 70 |
| |
65 | 71 |
| |
| |||
81 | 87 |
| |
82 | 88 |
| |
83 | 89 |
| |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
84 | 94 |
| |
85 | 95 |
| |
86 | 96 |
| |
|
0 commit comments
Comments
(0)