Re: Nested Transaction TODO list

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Nested Transaction TODO list
Дата
Msg-id 1398.1089422879@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Nested Transaction TODO list  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список pgsql-hackers
Bruce Momjian <pgman@candle.pha.pa.us> writes:
> Tom Lane wrote:
>> [shrug...] I'd counsel leaving this as-is. 

> What information are we loosing by having START and BEGIN use the same
> nodes?  Knowing what keyword they used to start the transaction?

Exactly.

> Seems that would only be important if we wanted them to behave
> differently, which we don't, I think.

Whether we want them to behave differently or not, we need to preserve
the difference.  The prior cases where the parser smashed two different
inputs into the same parse tree have all been "because it doesn't
matter", and sure enough we've usually eventually decided it did matter.
        regards, tom lane


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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: thread safety tests
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: More vacuum.c refactoring