]> granicus.if.org Git - postgresql/commit
Change xlog page-header format to include StartUpID. Use the SUI to
authorTom Lane <tgl@sss.pgh.pa.us>
Tue, 13 Mar 2001 20:32:37 +0000 (20:32 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Tue, 13 Mar 2001 20:32:37 +0000 (20:32 +0000)
commit1b87e24c4abcb9bca5b2542f7dd11433fa347993
treebea5cf1ba5607591873650147b12ed4dcd10bbd8
parente2f91389a579424d9b11d0ab4d0fa4cb9734c246
Change xlog page-header format to include StartUpID.  Use the SUI to
detect case that next page in log came from an older run than the prior
page.  This avoids the necessity to re-zero the log after recovery from
a crash, which is good because we need not risk destroying valuable log
information.
This forces another initdb since yesterday :-(.  Need to get that log
reset utility done...
src/backend/access/transam/xlog.c
src/include/access/xlog.h