Re: why two WRITE_NODE_FIELD(whereCluase)? - Mailing list pgsql-hackers

From Tom Lane
Subject Re: why two WRITE_NODE_FIELD(whereCluase)?
Date
Msg-id 12002.1115569494@sss.pgh.pa.us
Whole thread Raw
In response to why two WRITE_NODE_FIELD(whereCluase)?  (Tatsuo Ishii <t-ishii@sra.co.jp>)
List pgsql-hackers
Tatsuo Ishii <t-ishii@sra.co.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


pgsql-hackers by date:

Previous
From: Palle Girgensohn
Date:
Subject: Re: Patch for collation using ICU
Next
From: "Jim C. Nasby"
Date:
Subject: Re: Views, views, views! (long)