Re: [HACKERS] Typo in ginxlog.c

2006-05-04 Thread Jim C. Nasby
On Thu, May 04, 2006 at 08:46:54AM +0100, Simon Riggs wrote: > On Tue, 2006-05-02 at 15:01 -0400, Alvaro Herrera wrote: > > Just noticed a typo in newly added ginxlog.c. I don't have line > > numbers, but in ginRedoSplit() it reads: > > > > PageSetLSN(rpage, lsn); > > PageSetTLI(lpage, Th

Re: [HACKERS] Typo in ginxlog.c

2006-05-04 Thread Simon Riggs
On Tue, 2006-05-02 at 15:01 -0400, Alvaro Herrera wrote: > Just noticed a typo in newly added ginxlog.c. I don't have line > numbers, but in ginRedoSplit() it reads: > > PageSetLSN(rpage, lsn); > PageSetTLI(lpage, ThisTimeLineID); > MarkBufferDirty(rbuffer); > > PageSetLS

[HACKERS] Typo in ginxlog.c

2006-05-02 Thread Alvaro Herrera
Just noticed a typo in newly added ginxlog.c. I don't have line numbers, but in ginRedoSplit() it reads: PageSetLSN(rpage, lsn); PageSetTLI(lpage, ThisTimeLineID); MarkBufferDirty(rbuffer); PageSetLSN(lpage, lsn); PageSetTLI(lpage, ThisTimeLineID);