Flush to Disk

From: Diego Montenegro <diego(dot)montenegro(at)yale(dot)edu>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Flush to Disk
Date: 2004-03-28 17:30:43
Message-ID: 1080495043.40670bc3284e8@www.mail.yale.edu
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hello all,

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

Thanks,

Diego

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2004-03-28 17:33:59 Fuzzy cost comparison to eliminate redundant planning work
Previous Message Marc G. Fournier 2004-03-28 16:57:45 Re: Timeline for 7.4.3?