Re: xlog patches reviewed - Mailing list pgsql-hackers

From Tom Lane
Subject Re: xlog patches reviewed
Date
Msg-id 17254.984448989@sss.pgh.pa.us
Whole thread Raw
In response to RE: xlog patches reviewed  ("Mikheev, Vadim" <vmikheev@SECTORBASE.COM>)
Responses Re: xlog patches reviewed  (The Hermit Hacker <scrappy@hub.org>)
List pgsql-hackers
>> 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
willnever detect any problem on those platforms.  Perhaps people who use those platforms can test and contribute real
implementations?

However, these shouldn't affect testing.
        regards, tom lane


pgsql-hackers by date:

Previous
From: Alfred Perlstein
Date:
Subject: Re: Performance monitor signal handler
Next
From: The Hermit Hacker
Date:
Subject: Re: xlog patches reviewed