Обсуждение: Savepoint support implemented.

Поиск
Список
Период
Сортировка

Savepoint support implemented.

От
Kris Jurka
Дата:
I've implemented support for savepoints in the latest 8.0 development
driver build (306).  During the coding I tripped up a backend bug, so it
requires a very recent cvs version (todays) to work correctly.

Kris Jurka

Re: Savepoint support implemented.

От
Dave Cramer
Дата:
Kris,

I assume you are referring to a recent version of the backend ?

Also I looked through hackers to see the backend issues you refer to, I
couldn't find anything ?

Dave
On Thu, 2004-09-16 at 18:39, Kris Jurka wrote:
> I've implemented support for savepoints in the latest 8.0 development
> driver build (306).  During the coding I tripped up a backend bug, so it
> requires a very recent cvs version (todays) to work correctly.
>
> Kris Jurka
>
> ---------------------------(end of broadcast)---------------------------
> TIP 3: if posting/reading through Usenet, please send an appropriate
>       subscribe-nomail command to majordomo@postgresql.org so that your
>       message can get through to the mailing list cleanly
--
Dave Cramer
519 939 0336
ICQ # 14675561
www.postgresintl.com


Re: Savepoint support implemented.

От
Kris Jurka
Дата:

On Fri, 17 Sep 2004, Dave Cramer wrote:

> I assume you are referring to a recent version of the backend ?

Yes, http://archives.postgresql.org/pgsql-bugs/2004-09/msg00180.php

Although now that I think about it, the problem was an assertion failure
that Tom Lane fixed by simply removing the check, so an older version
built without --enable-cassert should work.

Kris Jurka