pgsql: If we're gonna use ExecRelationIsTargetRelation here, might as

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: If we're gonna use ExecRelationIsTargetRelation here, might as
Date: 2007-07-31 16:36:07
Message-ID: 20070731163607.8FF069FB7F8@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
If we're gonna use ExecRelationIsTargetRelation here, might as well
simplify a bit further.

Modified Files:
--------------
pgsql/src/backend/executor:
execUtils.c (r1.148 -> r1.149)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/executor/execUtils.c.diff?r1=1.148&r2=1.149)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2007-07-31 19:53:37 pgsql: Fix a bug in the original implementation of redundant-join-clause
Previous Message Tom Lane 2007-07-31 15:50:17 pgsql: Fix security definer functions with polymorphic arguments.