bizgres - bizgres: Fix the resource_select_only=false case - we were not

From: markir(at)pgfoundry(dot)org (User Markir)
To: pgsql-committers(at)postgresql(dot)org
Subject: bizgres - bizgres: Fix the resource_select_only=false case - we were not
Date: 2007-04-26 00:09:40
Message-ID: 20070426000940.7D2D7217520@pgfoundry.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Fix the resource_select_only=false case - we were not bothering to take a
resource lock at all. This was broken when ResLockPortal call was moved to
PortalStart - we need to place a copy in ProcessQuery to catch UPDATE/INSERT/
DELETE.

Modified Files:
--------------
bizgres/postgresql/src/backend/tcop:
pquery.c (r1.6 -> r1.7)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/bizgres/bizgres/postgresql/src/backend/tcop/pquery.c.diff?r1=1.6&r2=1.7)

Browse pgsql-committers by date

  From Date Subject
Next Message Magnus Hagander 2007-04-26 10:36:47 pgsql: Generate "fake configure output" for pg_config, so that external
Previous Message Neil Conway 2007-04-25 19:48:28 pgsql: Minor consistency tweak for SGML docs.