inquiry

From: "Jinqiang Han" <postgresql(at)db(dot)pku(dot)edu(dot)cn>
To: pgsql-hackers(at)postgresql(dot)org <pgsql-hackers(at)postgresql(dot)org>
Subject: inquiry
Date: 2003-03-26 09:19:38
Message-ID: 200303261703265.SM01100@wxr
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

hello,

I have read the source code of postgres.c. Two strang things I can't understand.
Souce code of Postgres.c:
..
Foreach(parsetree_list的元素parsetree){ //In what situation here will be many parsetrees?

(List *)querytree_list = pg_analyze_and_rewrite(parsetree);
foreach(querytree_list中的每个querytree){ //In what situation here will be many querytrees?

Who can tell me the reason?
Thank you very much

Jinqiang Han

Responses

  • Re: inquiry at 2003-03-26 15:20:26 from Bruce Momjian

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2003-03-26 14:54:54 Re: A bad behavior under autocommit off mode
Previous Message Karel Zak 2003-03-26 07:01:40 Re: to_char(interval) --- done?