Simon Riggs <[EMAIL PROTECTED]> writes: > An additional patch enclosed that adds xlog blcksz onto the xlog long > header at the start of each xlog file, so we can cross-check between > file and system, as we do with xlog seg size.
That would require an xlog format change (XLOG_PAGE_MAGIC bump). Might be worth it anyway to avoid confusion in PITR log-shipping situations. I thought about it yesterday, and concluded it wasn't really worth the trouble, but am willing to reconsider. Note you forgot pg_resetxlog again .-) regards, tom lane ---------------------------(end of broadcast)--------------------------- TIP 9: In versions below 8.0, the planner will ignore your desire to choose an index scan if your joining column's datatypes do not match