Re: why two WRITE_NODE_FIELD(whereCluase)?

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Tatsuo Ishii <t-ishii(at)sra(dot)co(dot)jp>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: why two WRITE_NODE_FIELD(whereCluase)?
Date: 2005-05-08 16:24:54
Message-ID: 12002.1115569494@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Tatsuo Ishii <t-ishii(at)sra(dot)co(dot)jp> writes:
> I see WRITE_NODE_FIELD(whereClause) twice in _outSelectStmt(). Maybe a
> bug?

Yeah, it is, though a pretty minor one since we never read SelectStmt
nodes back in again (they are not used in stored rules, which are
already Querys). Feel free to fix it in HEAD. Might want to check
the other fields while at it ...

regards, tom lane

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Jim C. Nasby 2005-05-08 16:35:15 Re: Views, views, views! (long)
Previous Message Palle Girgensohn 2005-05-08 13:33:59 Re: Patch for collation using ICU