pgsql: Department of marginal improvements: teach tupconvert.c to avoid

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Department of marginal improvements: teach tupconvert.c to avoid
Date: 2009-08-17 20:34:31
Message-ID: 20090817203431.A51E175331E@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2009-08-17 21:29:30 pgsql: Make version.sgml depend on configure instead of Makefile.global.
Previous Message User Eggyknap 2009-08-17 17:41:57 pgsnmpd - pgsnmpd: Quit hardcoding config file name Some errors remain,