pgsql/src/pl/plpgsql/src (pl_exec.c)

From: Tom Lane <tgl>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql/src/pl/plpgsql/src (pl_exec.c)
Date: 2000-08-13 02:50:39
Message-ID: 200008130250.e7D2od365947@hub.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Date: Saturday, August 12, 2000 @ 22:50:35
Author: tgl

Update of /home/projects/pgsql/cvsroot/pgsql/src/pl/plpgsql/src
from hub.org:/home/projects/pgsql/tmp/cvs-serv65720/src/pl/plpgsql/src

Modified Files:
pl_exec.c

----------------------------- Log Message -----------------------------

Clean up handling of variable-free qual clauses. System now does the
right thing with variable-free clauses that contain noncachable functions,
such as 'WHERE random() < 0.5' --- these are evaluated once per
potential output tuple. Expressions that contain only Params are
now candidates to be indexscan quals --- for example, 'var = ($1 + 1)'
can now be indexed. Cope with RelabelType nodes atop potential indexscan
variables --- this oversight prevents 7.0.* from recognizing some
potentially indexscanable situations.

Browse pgsql-committers by date

  From Date Subject
Next Message Vince Vielhaber 2000-08-17 20:35:25 [WEBMASTER] 'www/html news.html'
Previous Message Tom Lane 2000-08-13 02:50:35 pgsql/src/include/utils (lsyscache.h)