mirror of
https://github.com/postgres/postgres.git
synced 2025-11-09 06:21:09 +03:00
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...