bizgres - bizgres: Teach nodeSort and nodeMaterial to optimize out

From: aparashar(at)pgfoundry(dot)org (User Aparashar)
To: pgsql-committers(at)postgresql(dot)org
Subject: bizgres - bizgres: Teach nodeSort and nodeMaterial to optimize out
Date: 2006-03-22 07:24:39
Message-ID: 20060322072439.668C0103384D@pgfoundry.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Teach nodeSort and nodeMaterial to optimize out unnecessary overhead when the passed-down eflags indicate they can. Simon Riggs and Tom Lane

Modified Files:
--------------
bizgres/postgresql/src/backend/executor:
execProcnode.c (r1.1.1.2.2.1 -> r1.3)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/bizgres/bizgres/postgresql/src/backend/executor/execProcnode.c.diff?r1=1.1.1.2.2.1&r2=1.3)
functions.c (r1.1.1.2.2.1 -> r1.3)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/bizgres/bizgres/postgresql/src/backend/executor/functions.c.diff?r1=1.1.1.2.2.1&r2=1.3)

Browse pgsql-committers by date

  From Date Subject
Next Message User Aparashar 2006-03-22 07:27:51 bizgres - bizgres: Teach nodeSort and nodeMaterial to optimize out
Previous Message User Aparashar 2006-03-22 07:15:53 bizgres - bizgres: Teach nodeSort and nodeMaterial to optimize out