pgsql/src/backend/access/transam (xact.c)

From: Tom Lane <tgl(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql/src/backend/access/transam (xact.c)
Date: 2000-10-24 20:08:11
Message-ID: 200010242008.e9OK8BI29680@hub.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Date: Tuesday, October 24, 2000 @ 16:06:41
Author: tgl

Update of /home/projects/pgsql/cvsroot/pgsql/src/backend/access/transam
from hub.org:/home/projects/pgsql/tmp/cvs-serv29632

Modified Files:
xact.c

----------------------------- Log Message -----------------------------

Fix AbortOutOfAnyTransaction logic to avoid notice about
'AbortTransaction and not in in-progress state' when client disconnects
just after an error. Notice seems pretty harmless, so I'm not going
to worry about back-patching this into 7.0.* ...

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut - PostgreSQL 2000-10-24 20:14:33 pgsql/doc/src/sgml (oper.sgml)
Previous Message Tom Lane 2000-10-24 19:31:31 pgsql/src/pl (Makefile)