Re: Sketch of extending error handling for subtransactions

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: Joe Conway <mail(at)joeconway(dot)com>, Peter Eisentraut <peter_e(at)gmx(dot)net>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: Sketch of extending error handling for subtransactions
Date: 2004-07-25 03:12:03
Message-ID: 200407250312.i6P3C3G18143@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Tom Lane wrote:
> Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us> writes:
> > I am _still_ unclear on what still needs to be done to complete NT and
> > PITR. Are you more aware of the open issues?
>
> NT: feature-wise, we need to commit the SAVEPOINT-syntax patch, which
> I think needs only minor adjustments, and we need to do something with
> exception handling in plpgsql, which is what I'm looking at now.
> Bug-wise, we had a list of about a dozen bugs and performance problems,
> which I think Alvaro is whittling down. IIRC there were not any that
> would really be "can't enter beta with this unfixed" things, even if
> he can't get them all done by the end of the month.
>
> PITR: I think the only issue that's really on the table is adding
> support that lets us reliably identify the starting and ending WAL
> offsets associated with a tar dump. The former is needed so DBAs
> know how far back they must save WAL segments, and the latter is
> needed so that restore can sanity-check stopping-point requests.
> This is basically what you wanted to add backup-start and backup-stop
> server-side functions to support. I believe Simon is going to take
> care of this (if not he'd better speak up).
>
> Other than the spectacular lack of documentation, I don't think we are
> in bad shape at all.

OK, that helps. Alvaro had a number of items floating around and I
wasn't sure where he was on them. Same with PITR. Once the number of
open items for a project is over about six, I get lost. Is there a
sense you and the patch authors have identified them all and are working
on them so I don't have to worry about them? I don't care if they
aren't done as much as I don't want them to be forgotten.

Agreed on the docs. I should be done the release notes tomorrow and
then the missing doc items can be listed and addressed.

--
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 by date

  From Date Subject
Next Message Tom Lane 2004-07-25 03:22:59 Planning for beta (was Re: Sketch of extending error handling for subtransactions)
Previous Message Tom Lane 2004-07-25 03:07:35 Re: Sketch of extending error handling for subtransactions