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

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
Thread:
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)

Browse pgsql-committers by date

  From Date Subject
Next Message User Mkz 2006-09-10 10:38:01 skytools - skytools: txid update: - allow toasting snapshots - remove
Previous Message Tom Lane 2006-09-10 00:29:35 pgsql: Rename contains/contained-by operators to @> and <@, per