bizgres - bizgres: When checking portals with strategy - Mailing list pgsql-committers

From markir@pgfoundry.org (User Markir)
Subject bizgres - bizgres: When checking portals with strategy
Date
Msg-id 20070705180731.868E2216C7F@pgfoundry.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
When checking portals with strategy PORTAL_MULTI_SELECT need to consider cases
that are SELECT type statements (CREATE TABLE AS SELECT), and lock these even
if resource_select_only is off.

Modified Files:
--------------
    bizgres/postgresql/src/backend/tcop:
        pquery.c (r1.8 -> r1.9)

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

pgsql-committers by date:

Previous
From: markir@pgfoundry.org (User Markir)
Date:
Subject: bizgres - bizgres: Update from 8.2.3 to 8.2.4 Postgres codebase.
Next
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Improve description of SPI_scroll_cursor_move's return values,