pgsql: Save a few cycles in EXPLAIN and related commands by not - Mailing list pgsql-committers

From tgl@postgresql.org (Tom Lane)
Subject pgsql: Save a few cycles in EXPLAIN and related commands by not
Date
Msg-id 20090723212710.8174475331E@cvs.postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Save a few cycles in EXPLAIN and related commands by not bothering to form
a physical tuple in do_tup_output().  A virtual tuple is easier to set up
and also easier for most tuple receivers to process.  Per my comment on
Robert Haas' recent patch in this code.

Modified Files:
--------------
    pgsql/src/backend/executor:
        execTuples.c (r1.108 -> r1.109)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/executor/execTuples.c?r1=1.108&r2=1.109)

pgsql-committers by date:

Previous
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: In a non-hashed Agg node, reset the "aggcontext" at group
Next
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Teach pg_dump to dump comments attached to the columns of a