Re: Need to backpatch 2985e16 to 9.3 and further (HS regression test out)

Поиск
Список
Период
Сортировка
От Amit Langote
Тема Re: Need to backpatch 2985e16 to 9.3 and further (HS regression test out)
Дата
Msg-id CA+HiwqHQtUbUYK6x7MxUJtwwi3kwNvkbJx6qKsadGbur8GTFnw@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Need to backpatch 2985e16 to 9.3 and further (HS regression test out)  (Fujii Masao <masao.fujii@gmail.com>)
Ответы Re: Need to backpatch 2985e16 to 9.3 and further (HS regression test out)
Список pgsql-hackers
On Wed, Jun 4, 2014 at 11:10 PM, Fujii Masao <masao.fujii@gmail.com> wrote:
> On Wed, Jun 4, 2014 at 3:26 PM, Amit Langote <amitlangote09@gmail.com> wrote:
>> Hi,
>>
>> Following (commit 2985e16) has not been backpatched, I guess.
>>
>>  ANALYZE hs1;
>> -ERROR:  cannot execute VACUUM during recovery
>> +ERROR:  cannot execute ANALYZE during recovery
>>
>> Attached is a patch for this.
>
> Why did you cut off the following part? ISTM that also needs to be back-patched.
> So we should just do "git cherry-pick 2985e16" on 9.3.
>
> -begin transaction isolation level serializable;
> +begin transaction isolation level repeatable read;
>

You are right, I did not pay attention to that at all.
Please find attached = 2985e16 ;-)

--
Amit

Вложения

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Sigh, we need an initdb
Следующее
От: Fujii Masao
Дата:
Сообщение: Re: Need to backpatch 2985e16 to 9.3 and further (HS regression test out)