On Mon, Sep 21, 2020 at 5:59 PM Peter Geoghegan <p...@bowt.ie> wrote: > That's all I have for now.
One more thing. I don't think that this should be a bitwise AND: if ((offnum > maxoff) & (so->currPos.nextPage == P_NONE)) { .... } -- Peter Geoghegan
On Mon, Sep 21, 2020 at 5:59 PM Peter Geoghegan <p...@bowt.ie> wrote: > That's all I have for now.
One more thing. I don't think that this should be a bitwise AND: if ((offnum > maxoff) & (so->currPos.nextPage == P_NONE)) { .... } -- Peter Geoghegan