Re: RE: [COMMITTERS] pgsql/src/backend/access/transam ( xact.c xlog.c)

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Alfred Perlstein <bright(at)wintelcom(dot)net>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: RE: [COMMITTERS] pgsql/src/backend/access/transam ( xact.c xlog.c)
Date: 2000-11-16 21:53:43
Message-ID: 27824.974411623@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Alfred Perlstein <bright(at)wintelcom(dot)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

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Carlos Jacobs 2000-11-16 21:56:08 Import text field
Previous Message Alfred Perlstein 2000-11-16 21:36:30 Re: RE: [COMMITTERS] pgsql/src/backend/access/transam ( xact.c xlog.c)