On Wed, Jun 4, 2014 at 3:26 PM, Amit Langote <amitlangot...@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;

Regards,

-- 
Fujii Masao


-- 
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers

Reply via email to