Hello all,
Can anyone point me to where in the code does Postgres Flush all theData to disk???When XLogFlush is called, it only flushes the XLOG to disk, right? Doesthe entire Data get flushed at the same time as the Log?
Thanks,
Diego