Re: Adds the parsing of a CREATE SCHEMA statement

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Adds the parsing of a CREATE SCHEMA statement
Дата
Msg-id 28696.1014999999@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Adds the parsing of a CREATE SCHEMA statement  (Fernando Nasser <fnasser@redhat.com>)
Список pgsql-patches
This self-modification of the CreateSchema statement makes my head hurt
... isn't there a cleaner way?

I would really like to see us move towards a processing pipeline in
which parse analysis, rewrite, planning, and execution steps each take
their input data structures as *read only*.  I know it's not like that
today, but it needs to be so.  If I were to enumerate the bugs we've had
in the past because of violations of that rule, I'd still be composing
this message at dinnertime.  (And I still have a very long to-fix list
of kluges, workarounds, and memory leaks that are traceable to the lack
of read-only data structures.)  I really really don't want to see any
new work introducing new violations of the rule.

            regards, tom lane

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Allows for commands to be processed iteractively
Следующее
От: Hannu Krosing
Дата:
Сообщение: Re: [HACKERS] WAL Performance Improvements