Re: [HACKERS] When is 7.0 going Beta?

Vadim Mikheev <vadim@krs.ru>

From: Vadim Mikheev <vadim@krs.ru>
To: Tom Lane <tgl@sss.pgh.pa.us>
Cc: Bruce Momjian <pgman@candle.pha.pa.us>, The Hermit Hacker <scrappy@hub.org>, Jan Wieck <wieck@debis.com>, pgsql-hackers@postgreSQL.org
Date: 1999-12-07T05:28:26Z
Lists: pgsql-hackers
Tom Lane wrote:
> 
> Bruce Momjian <pgman@candle.pha.pa.us> writes:
> > Other than WAL, what else is half-completed and installed?
> 
> WAL is probably the thing that forces our hand here.  Vadim would know
> better than anyone else whether the current state of the code is
> releasable, but I bet he'll say "no".

No.
-:)

But it's very easy to turn current functionality off -
WAL is called on startup/shutdown only, so, just ~10 lines of code
to do nothing here...

Vadim