pgsql-server/src backend/executor/Tag: backend ...

From: tgl(at)svr1(dot)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql-server/src backend/executor/Tag: backend ...
Date: 2004-01-22 02:23:35
Message-ID: 20040122022335.61855D1D4F6@svr1.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

CVSROOT: /cvsroot
Module name: pgsql-server
Changes by: tgl(at)svr1(dot)postgresql(dot)org 04/01/21 22:23:35

Modified files:
src/backend/executor: Tag: REL7_4_STABLE execMain.c execScan.c
execUtils.c nodeAppend.c
src/include/executor: Tag: REL7_4_STABLE executor.h
src/include/nodes: Tag: REL7_4_STABLE execnodes.h

Log message:
Fix oversight in optimization that avoids an unnecessary projection step
when scanning a table that we need all the columns from. In case of
SELECT INTO, we have to check that the hasoids flag matches the desired
output type, too. Per report from Mike Mascari.

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2004-01-22 02:29:17 Re: pgsql-server/ oc/src/sgml/runtime.sgml rc/back ...
Previous Message Tom Lane 2004-01-22 02:23:21 pgsql-server/src backend/executor/execMain.c b ...