Re: Add an optional timeout clause to isolationtester step.
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Julien Rouhaud <rjuju123@gmail.com>
Cc: Michael Paquier <michael@paquier.xyz>,
pgsql-hackers <pgsql-hackers@postgresql.org>
Date: 2020-03-07T21:09:31Z
Lists: pgsql-hackers
Julien Rouhaud <rjuju123@gmail.com> writes: > On Sat, Mar 07, 2020 at 10:46:34AM -0500, Tom Lane wrote: >> What's the actual need that you're trying to deal with? > Testing the correct behavior of non trivial commands, such as CIC/reindex > concurrently, that fails during the execution. Hmm ... don't see how a timeout helps with that? regards, tom lane
Commits
-
Prevent reindex of invalid indexes on TOAST tables
- 8bca5f93547c 12.3 landed
- 61d7c7bce368 13.0 landed
-
Fix more issues with dependency handling at swap phase of REINDEX CONCURRENTLY
- 26876127be2c 12.3 landed
- fbcf0871123b 13.0 landed