Thread
-
Re: [HACKERS] When is 7.0 going Beta?
Vadim Mikheev <vadim@krs.ru> — 1999-12-07T05:28:26Z
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