Re: Schedule for 8.1 feature freeze - Mailing list pgsql-hackers

From Andrew Dunstan
Subject Re: Schedule for 8.1 feature freeze
Date
Msg-id 42B83B0D.60608@dunslane.net
Whole thread Raw
In response to Schedule for 8.1 feature freeze  (Bruce Momjian <pgman@candle.pha.pa.us>)
Responses Re: Schedule for 8.1 feature freeze
List pgsql-hackers

Bruce Momjian wrote:

>We have addressed all the open issues for 8.1 except for auto-vacuum,
>which Alvaro is working on, so I think we are ready for a feature freeze
>on July 1.
>
>  
>

FYI - plperl status.

I am trying to get the following 2 items done by feature freeze:
. convert returned perl array to pg array (see patch recently sent for 
discussion)
. validator function

The remaining memory issue we have is where plperl does a huge select 
via SPI. Abhijit Menon-Sen was working on this but is stumped on how to 
proceed (see his previous message). We have a patch from CommandPrompt 
which apparently improves the situation, although it doesn't solve the 
basic problem. If we don't make progress with Abhijit's work, I will 
look at working that up by July 1.

There is also the tiny patch to trap lexical warnings I submitted not 
long ago still outstanding.

cheers

andrew


pgsql-hackers by date:

Previous
From: Robert Treat
Date:
Subject: Re: [PATCHES] default database creation with initdb
Next
From: Bruce Momjian
Date:
Subject: Re: Escape handling in strings