Thread: bizgres - bizgres: Allow for unamed portals in checking of

bizgres - bizgres: Allow for unamed portals in checking of

From
markir@pgfoundry.org (User Markir)
Date:
Log Message:
-----------
Allow for unamed portals in checking of max_portals_per_transaction, it seems
easier to just allow 1 extra slot in the portal hash and only count named
portals.

Modified Files:
--------------
    bizgres/postgresql/src/backend/utils/resscheduler:
        resqueue.c (r1.8 -> r1.9)

(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/bizgres/bizgres/postgresql/src/backend/utils/resscheduler/resqueue.c.diff?r1=1.8&r2=1.9)
        resscheduler.c (r1.7 -> r1.8)

(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/bizgres/bizgres/postgresql/src/backend/utils/resscheduler/resscheduler.c.diff?r1=1.7&r2=1.8)