> I looked into your XLOG stuff a little. > It seems that XLogFileOpen() isn't implemented yet. > Would/should XLogFIleOpen() guarantee to open a Relation > properly at any time ? If each relation will have unique file name then there will be no problem. If a relation was dropped then after crash redo will try to open probably unexisted file. XLogFileOpen will return NULL in this case (redo will do nothing) and remember this fact (ie - "file deletion is expected"). Vadim

Reply via email to