RE: strange behaviour (bug)

From: "Mikheev, Vadim" <vmikheev(at)SECTORBASE(dot)COM>
To: "'Hiroshi Inoue'" <Inoue(at)tpf(dot)co(dot)jp>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: RE: strange behaviour (bug)
Date: 2000-09-14 23:57:17
Message-ID: 8F4C99C66D04D4118F580090272A7A23018CC6@SECTORBASE1
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

> I looked into your XLOG stuff a little.
> It seems that XLogFileOpen() isn't implemented yet.
> Would/should XLogFIleOpen() guarantee to open a Relation
> properly at any time ?

If each relation will have unique file name then there will be no
problem. If a relation was dropped then after crash redo will try
to open probably unexisted file. XLogFileOpen will return NULL in this case
(redo will do nothing) and remember this fact (ie - "file deletion is
expected").

Vadim

Browse pgsql-hackers by date

  From Date Subject
Next Message Mikheev, Vadim 2000-09-15 00:02:30 RE: Status of new relation file naming
Previous Message Hiroshi Inoue 2000-09-14 23:38:39 RE: strange behaviour (bug)