Murthy Kambhampaty <[EMAIL PROTECTED]> writes: > ... The script handles situations > where (i) the XFS filesystem containing $PGDATA has an external log and (ii) > the postmaster log ($PGDATA/pg_xlog) is written to a filesystem different > than the one containing the $PGDATA folder.
It does? How exactly can you ensure snapshot consistency between data files and XLOG if they are on different filesystems? regards, tom lane ---------------------------(end of broadcast)--------------------------- TIP 9: the planner will ignore your desire to choose an index scan if your joining column's datatypes do not match