Re: AW: Questionable coding in proc.c & lock.c

Поиск
Список
Период
Сортировка
От Thomas Lockhart
Тема Re: AW: Questionable coding in proc.c & lock.c
Дата
Msg-id 398ECFBC.FAAA9920@alumni.caltech.edu
обсуждение исходный текст
Ответ на AW: Questionable coding in proc.c & lock.c  (Zeugswetter Andreas SB <ZeugswetterA@wien.spardat.at>)
Список pgsql-hackers
> > > ... was considering doing a hack in
> > > analyze.c which just plops a "BEGIN" in front of the
> > existing query.
> Wouldn't the hack be to issue a begin work after connect,
> and then issue begin work after each commit or rollback ?

Sure. When hacking all things are possible ;)

But I do have some preference for not doing work until something is
requested (not me personally, but in the code) so would prefer to issue
the BEGIN at the first query.
                    - Thomas


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

Предыдущее
От: Zeugswetter Andreas SB
Дата:
Сообщение: AW: Now PostgreSQL recovers from errors within trns
Следующее
От: "Mark Hollomon"
Дата:
Сообщение: 'GROUP BY' / 'DISTINCT' interaction bug?