inquiry - Mailing list pgsql-hackers

From Jinqiang Han
Subject inquiry
Date
Msg-id 200303261703265.SM01100@wxr
Whole thread Raw
Responses Re: inquiry
List 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
herewill be many querytrees? 

Who can tell me the reason?
Thank you very much

Jinqiang Han



pgsql-hackers by date:

Previous
From: Karel Zak
Date:
Subject: Re: to_char(interval) --- done?
Next
From: Tom Lane
Date:
Subject: Re: A bad behavior under autocommit off mode