Re: RE: [COMMITTERS] pgsql/src/backend/access/transam ( xact.c xlog.c)
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Alfred Perlstein <bright@wintelcom.net>
Cc: pgsql-hackers@postgresql.org
Date: 2000-11-16T21:53:43Z
Lists: pgsql-hackers
Alfred Perlstein <bright@wintelcom.net> writes: >> That's the hard way to do it. We just need to keep track of the >> endpoint of the log as of the last fsync. > Well that breaks when you move to a overwriting storage manager, No, because the log is just a series of records written sequentially --- it has nothing to do with storage management in data files. regards, tom lane