pgsql: Department of marginal improvements: teach tupconvert.c to avoid - Mailing list pgsql-committers

From tgl@postgresql.org (Tom Lane)
Subject pgsql: Department of marginal improvements: teach tupconvert.c to avoid
Date
Msg-id 20090817203431.A51E175331E@cvs.postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Department of marginal improvements: teach tupconvert.c to avoid doing a
physical conversion when there are dropped columns in the same places in
the input and output tupdescs.  This avoids possible performance loss from
the recent patch to improve dropped-column handling, in some cases where
the old code would have worked.

Modified Files:
--------------
    pgsql/src/backend/access/common:
        tupconvert.c (r1.1 -> r1.2)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/access/common/tupconvert.c?r1=1.1&r2=1.2)

pgsql-committers by date:

Previous
From: eggyknap@pgfoundry.org (User Eggyknap)
Date:
Subject: pgsnmpd - pgsnmpd: Quit hardcoding config file name Some errors remain,
Next
From: petere@postgresql.org (Peter Eisentraut)
Date:
Subject: pgsql: Make version.sgml depend on configure instead of Makefile.global.