inquiry

Поиск
Список
Период
Сортировка
От Jinqiang Han
Тема inquiry
Дата
Msg-id 200303261703265.SM01100@wxr
обсуждение исходный текст
Ответы Re: inquiry  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список 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 по дате отправления:

Предыдущее
От: Karel Zak
Дата:
Сообщение: Re: to_char(interval) --- done?
Следующее
От: Tom Lane
Дата:
Сообщение: Re: A bad behavior under autocommit off mode