forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit8143a56
committed
Fix minor bug in XLogFileRead() that accidentally worked.
Cascading replication copied the incoming file into pg_xlog butdidn't set path correctly, so the first attempt to open file failedcausing it to loop around and look for file in pg_xlog. So theearlier coding worked, but accidentally rather than by design.Spotted by Fujii Masao, fix by Fujii Masao and Simon Riggs1 parent21786db commit8143a56
1 file changed
+5
-0
lines changedLines changed: 5 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2805 | 2805 |
| |
2806 | 2806 |
| |
2807 | 2807 |
| |
| 2808 | + | |
| 2809 | + | |
| 2810 | + | |
| 2811 | + | |
| 2812 | + | |
2808 | 2813 |
| |
2809 | 2814 |
| |
2810 | 2815 |
| |
|
0 commit comments
Comments
(0)