postgresql/src/backend/access/transam
Tom Lane 8cf63ba920 Repair boundary-case bug introduced by patch of two months ago that
fixed incorrect initial setting of StartUpID.  The logic in XLogWrite()
expects that Write->curridx is advanced to the next page as soon as
LogwrtResult points to the end of the current page, but StartupXLOG()
failed to make that happen when the old WAL ended exactly on a page
boundary.  Per trouble report from Hannu Krosing.
2003-07-17 16:45:04 +00:00
..
clog.c This patch extracts page buffer pooling and the simple 2003-06-11 22:37:46 +00:00
Makefile This patch extracts page buffer pooling and the simple 2003-06-11 22:37:46 +00:00
rmgr.c Make btree index structure adjustments and WAL logging changes needed to 2003-02-21 00:06:22 +00:00
slru.c This patch extracts page buffer pooling and the simple 2003-06-11 22:37:46 +00:00
transam.c pgindent run. 2002-09-04 20:31:48 +00:00
varsup.c pgindent run. 2002-09-04 20:31:48 +00:00
xact.c Backend support for autocommit removed, per recent discussions. The 2003-05-14 03:26:03 +00:00
xlog.c Repair boundary-case bug introduced by patch of two months ago that 2003-07-17 16:45:04 +00:00
xlogutils.c Update copyright to 2002. 2002-06-20 20:29:54 +00:00