Re: Rare deadlock failure in create_am test
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Thomas Munro <thomas.munro@gmail.com>
Cc: PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>,
Alvaro Herrera <alvherre@2ndquadrant.com>
Date: 2020-09-04T13:58:35Z
Lists: pgsql-hackers
Thomas Munro <thomas.munro@gmail.com> writes: > On Fri, Sep 4, 2020 at 2:13 PM Tom Lane <tgl@sss.pgh.pa.us> wrote: >> I'm inclined to think that the best fix is to put >> >> begin; >> lock table tenk2; >> ... >> commit; > Makes sense, except s/tenk2/fast_emp4000/, no? Sorry, thinko ... regards, tom lane
Commits
-
Fix rare deadlock failure in create_am regression test.
- d54f99e41541 14.0 landed
- b2fcaed66a4a 9.6.20 landed
- afec6ba0bae0 13.0 landed
- aa4eeb38f3aa 12.5 landed
- 44f4986dd96b 10.15 landed
- 43b6f3ed8b13 11.10 landed