Re: [PATCHES] Win32 Event log

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Andrew Dunstan <andrew(at)dunslane(dot)net>
Cc: pgsql-hackers-win32 <pgsql-hackers-win32(at)postgresql(dot)org>
Subject: Re: [PATCHES] Win32 Event log
Date: 2004-08-12 17:50:33
Message-ID: 200408121750.i7CHoXl06067@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers-win32 pgsql-patches

Andrew Dunstan wrote:
>
> [redirecting]
>
> Dave Page wrote:
>
> >
> >>In the third place, no one is going to have any difficulty
> >>picking out PANICs from "other events" ;-)
> >>
> >>
> >
> >Finding them is not so much the problem - it's the fact that the event
> >log on Windows has a limited size (default 1024Kb on XP) and will
> >overwrite old events as required. The sort of output you might see from
> >a busy PostgreSQL server could potentially wipe out relatively new
> >entries made by other apps.
> >
> >One possible solution would be to use our own event log which is
> >possible in 2K+, (but not NT).
> >
> >
> >
> >
> >
>
> I am more and more coming to the conclusion that we should either remove
> NT4 as a supported platform, or at least surround it with very
> significant caveats. M$ is about to end the last remaining bit of
> support for it, and has already stopped publishing non-security fixes.
>
> It looks like there are lots of legacy installations still out there
> (heck, I see lots of RH7.3 and it's also out of support).
>
> But there isn't any legacy native W32 Postgres, so we would not be
> affecting any legacy users by not supporting NT4.

What is the downside of supporting NT4 if we can?

--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073

In response to

Responses

Browse pgsql-hackers-win32 by date

  From Date Subject
Next Message Bruce Momjian 2004-08-12 18:30:19 Re: PITR on Win32 - Archive and Restore
Previous Message Andrew Dunstan 2004-08-12 17:15:02 Re: [PATCHES] Win32 Event log

Browse pgsql-patches by date

  From Date Subject
Next Message Bruce Momjian 2004-08-12 18:30:19 Re: PITR on Win32 - Archive and Restore
Previous Message Tom Lane 2004-08-12 17:49:59 Re: [HACKERS] SAVEPOINT syntax again