Re: xlog patches reviewed - Mailing list pgsql-hackers

From The Hermit Hacker
Subject Re: xlog patches reviewed
Date
Msg-id Pine.BSF.4.33.0103122229060.3642-100000@mobile.hub.org
Whole thread Raw
In response to Re: xlog patches reviewed  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
On Mon, 12 Mar 2001, Tom Lane wrote:

> >> if this is the case, can we look at applying that patch
> >> tonight, give ppl till Friday to test and put out a RC1
> >> depending on the results?
>
> Patch committed.  There are still some loose ends to clean up:
>
> * I need to finish making an xlog-reset utility for contrib.
>
> * I stubbed out shmctl(IPC_STAT) in the BeOS and QNX4 emulations of
>   SysV shared memory (src/backend/port/beos/shm.c,
>   src/backend/port/qnx4/shm.c).  This means that the new code to detect
>   postmaster-dead-but-old-backends-still-running will never detect any
>   problem on those platforms.  Perhaps people who use those platforms
>   can test and contribute real implementations?
>
> However, these shouldn't affect testing.

Great, then let's go with a RC1 on Friday and see if we can get 7.1 out in
'02 :)




pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: xlog patches reviewed
Next
From: Philip Warner
Date:
Subject: Re: Performance monitor signal handler