• Simon Riggs's avatar
    Fix minor bug in XLogFileRead() that accidentally worked. · 8143a568
    Simon Riggs authored
    Cascading replication copied the incoming file into pg_xlog but
    didn't set path correctly, so the first attempt to open file failed
    causing it to loop around and look for file in pg_xlog. So the
    earlier coding worked, but accidentally rather than by design.
    
    Spotted by Fujii Masao, fix by Fujii Masao and Simon Riggs
    8143a568
xlog.c 315 KB