Questions about parser code

Поиск
Список
Период
Сортировка
От Gregory Stark
Тема Questions about parser code
Дата
Msg-id 873b5sa3u9.fsf@stark.xeocode.com
обсуждение исходный текст
Ответы Re: Questions about parser code  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
Is it considered ok for the pstate data structures to have references to nodes
in the query tree? Or should they do copyObject() if they need to refer to
them? 

Is it ok to scribble on and reuse objects from the parse tree when generating
the transformed tree? Or should the transformed query object be built from
freshly allocated nodes?

--  Gregory Stark EnterpriseDB          http://www.enterprisedb.com


В списке pgsql-hackers по дате отправления:

Предыдущее
От: "Tom Dong"
Дата:
Сообщение: Re: [ADMIN] How to configure Postgres NOT to use (load) openssl libraries libeay32.dll and ssleay32.dll
Следующее
От: Bruce Momjian
Дата:
Сообщение: standard_conforming_strings 'on' for 8.3?