bizgres - bizgres: Fix bug whereby the first query of a new session will

Lists: pgsql-committers
From: markir(at)pgfoundry(dot)org (User Markir)
To: pgsql-committers(at)postgresql(dot)org
Subject: bizgres - bizgres: Fix bug whereby the first query of a new session will
Date: 2006-09-10 03:57:21
Message-ID: 20060910035721.6E0AC86C9DA@pgfoundry.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-committers

Log Message:
-----------
Fix bug whereby the first query of a new session will not deduct its portal
increments if interrupted. This was due to waitPortalId not being
set at backend process startup.

Modified Files:
--------------
bizgres/postgresql/src/backend/storage/lmgr:
proc.c (r1.4 -> r1.5)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/bizgres/bizgres/postgresql/src/backend/storage/lmgr/proc.c.diff?r1=1.4&r2=1.5)