Re: Schedule for 8.1 feature freeze

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
Cc: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Schedule for 8.1 feature freeze
Date: 2005-06-21 16:06:37
Message-ID: 42B83B0D.60608@dunslane.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 2005-06-21 16:17:56 Re: Escape handling in strings
Previous Message Robert Treat 2005-06-21 15:44:20 Re: [PATCHES] default database creation with initdb