pgsql: Add a HINT per suggestion from Michael Glaesemann.

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Add a HINT per suggestion from Michael Glaesemann.
Date: 2006-08-02 13:58:53
Message-ID: 20060802135853.094C99FB269@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Add a HINT per suggestion from Michael Glaesemann. Also, tweak OLD/NEW
test to avoid expensive contain_vars_of_level() scan in the normal case
where we're not inside a rule.

Modified Files:
--------------
pgsql/src/backend/parser:
analyze.c (r1.341 -> r1.342)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/parser/analyze.c.diff?r1=1.341&r2=1.342)

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Meskes 2006-08-02 14:05:20 pgsql: New Directory
Previous Message Michael Meskes 2006-08-02 13:53:45 pgsql: Some more regression test files