Re: Fix for tablename in targetlist - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Fix for tablename in targetlist
Date
Msg-id 7525.990318360@sss.pgh.pa.us
Whole thread Raw
In response to Re: Fix for tablename in targetlist  (Bruce Momjian <pgman@candle.pha.pa.us>)
Responses Re: Fix for tablename in targetlist  (Bruce Momjian <pgman@candle.pha.pa.us>)
List pgsql-hackers
Bruce Momjian <pgman@candle.pha.pa.us> writes:
> OK, here is another patch that does this:

That seems considerably uglier than your first patch.  In particular,
why aren't you looking for isRel being set in the Ident node?  It
looks to me like you may have changed the behavior in the case where
the Ident could be either a table or column name.
        regards, tom lane


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: Fix for tablename in targetlist
Next
From: Tom Lane
Date:
Subject: Re: C++ Headers