bizgres - bizgres: When checking portals with strategy

From: markir(at)pgfoundry(dot)org (User Markir)
To: pgsql-committers(at)postgresql(dot)org
Subject: bizgres - bizgres: When checking portals with strategy
Date: 2007-07-05 18:07:31
Message-ID: 20070705180731.868E2216C7F@pgfoundry.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: 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)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2007-07-05 19:15:12 pgsql: Improve description of SPI_scroll_cursor_move's return values,
Previous Message User Markir 2007-07-05 17:37:26 bizgres - bizgres: Update from 8.2.3 to 8.2.4 Postgres codebase.