Re: [PATCH] Btree BackwardScan race condition on Standby during VACUUM
Daniel Gustafsson <daniel@yesql.se>
From: Daniel Gustafsson <daniel@yesql.se>
To: Peter Geoghegan <pg@bowt.ie>
Cc: Michail Nikolaev <michail.nikolaev@gmail.com>,
PostgreSQL Hackers <pgsql-hackers@postgresql.org>
Date: 2020-08-01T21:22:14Z
Lists: pgsql-hackers
> On 1 Aug 2020, at 20:30, Peter Geoghegan <pg@bowt.ie> wrote: > This revised version is essentially the same as your original patch -- > I have only made superficial adjuments. I think that I will be able to > commit this next week, barring objections. As we're out of time for the July CF where this is registered, I've moved this to 2020-09. Based on the above comment, I've marked it Ready for Committer. cheers ./daniel
Commits
-
Fix replica backward scan race condition.
- 9a9db08ae462 14.0 landed
-
Justify nbtree page split locking in code comment.
- 9945ad6e9040 13.0 cited
-
Remove unneeded "pin scan" nbtree VACUUM code.
- 9f83468b3536 13.0 cited
-
Compute XID horizon for page level index vacuum on primary.
- 558a9165e081 12.0 cited
-
Make heap TID a tiebreaker nbtree index column.
- dd299df8189b 12.0 cited