pgsql: Get rid of the last remaining uses of var_is_rel(), to wit some - Mailing list pgsql-committers

From tgl@postgresql.org (Tom Lane)
Subject pgsql: Get rid of the last remaining uses of var_is_rel(), to wit some
Date
Msg-id 20080825202030.3BA49755315@cvs.postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Get rid of the last remaining uses of var_is_rel(), to wit some debugging
checks in ExecIndexBuildScanKeys() that were inadequate anyway: it's better
to verify the correct varno on an expected index key, not just reject OUTER
and INNER.

This makes the entire current contents of nodeFuncs.c dead code.  I'll be
replacing it with some other stuff later, as per recent proposal.

Modified Files:
--------------
    pgsql/src/backend/executor:
        nodeBitmapIndexscan.c (r1.27 -> r1.28)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/executor/nodeBitmapIndexscan.c?r1=1.27&r2=1.28)
        nodeIndexscan.c (r1.129 -> r1.130)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/executor/nodeIndexscan.c?r1=1.129&r2=1.130)
    pgsql/src/include/executor:
        nodeIndexscan.h (r1.32 -> r1.33)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/include/executor/nodeIndexscan.h?r1=1.32&r2=1.33)

pgsql-committers by date:

Previous
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Add standard boilerplate sentence about when stats_temp_directory
Next
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Move exprType(), exprTypmod(), expression_tree_walker(), and