bizgres - bizgres: Fix the resource_select_only=false case - we were not - Mailing list pgsql-committers

From markir@pgfoundry.org (User Markir)
Subject bizgres - bizgres: Fix the resource_select_only=false case - we were not
Date
Msg-id 20070426000940.7D2D7217520@pgfoundry.org
Whole thread Raw
List 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)

pgsql-committers by date:

Previous
From: neilc@postgresql.org (Neil Conway)
Date:
Subject: pgsql: Minor consistency tweak for SGML docs.
Next
From: mha@postgresql.org (Magnus Hagander)
Date:
Subject: pgsql: Generate "fake configure output" for pg_config, so that external