Re: Fix for VACUUM in psql autocommit off

Поиск
Список
Период
Сортировка
От Michael Paesold
Тема Re: Fix for VACUUM in psql autocommit off
Дата
Msg-id 003a01c49ee7$18f1f2c0$ad01a8c0@zaphod
обсуждение исходный текст
Ответ на Fix for VACUUM in psql autocommit off  ("Michael Paesold" <mpaesold@gmx.at>)
Ответы Re: Fix for VACUUM in psql autocommit off
Список pgsql-patches
Michael Paesold wrote
> Tom Lane wrote:
> > Per SQL spec, the backend thinks that /* .. */ nests:
> >
> > regression=# /* some /* comment */ comment */ select 1;
> >  ?column?
> > ----------
> >         1
> > (1 row)
> >
> > As it stands, is_transact_command will get confused by this.

It is now fixed in the attached patch.

> > I'd split out the code that locates "the next keyword" into a separate
> > function that could be called twice.
>
> I have read this mail after making the attached patch, so I have used a
> little different approach. I have moved the code to skip over whitespace
and
> comments into it's own function.

Well, reading this again after some sleep, we probably meant the same.

Concerning my other patch that also touches psql/common.c (Rollback of only
last statement), have you looked into it?

Best Regards,
Michael Paesold

Вложения

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

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: Re: Yet another pair of spanish translation updates
Следующее
От: Peter Eisentraut
Дата:
Сообщение: Re: Update zh_TW message files