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

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

From
markir@pgfoundry.org (User Markir)
Date:
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)