Re: gist microvacuum doesn't appear to care about hot standby?
Peter Geoghegan <pg@bowt.ie>
From: Peter Geoghegan <pg@bowt.ie>
To: Alexander Korotkov <a.korotkov@postgrespro.ru>
Cc: Andres Freund <andres@anarazel.de>,
pgsql-hackers <pgsql-hackers@postgresql.org>, Teodor Sigaev <teodor@sigaev.ru>,
Anastasia Lubennikova <a.lubennikova@postgrespro.ru>
Date: 2018-12-17T19:48:16Z
Lists: pgsql-hackers
On Sun, Dec 16, 2018 at 4:41 PM Alexander Korotkov <a.korotkov@postgrespro.ru> wrote: > I thought about that, but decided it's better to mimic B-tree and hash > behavior rather than invent new logic in a minor release. But given > that new WAL record in minor release in substantial problem, that > argument doesn't matter. It might be better to mimic B-Tree and hash on the master branch. -- Peter Geoghegan
Commits
-
Convert gist to compute page level xid horizon on primary.
- b5f58cf213bd 12.0 landed
-
Compute XID horizon for page level index vacuum on primary.
- 558a9165e081 12.0 cited
-
Check for conflicting queries during replay of gistvacuumpage()
- c952eae52a33 12.0 landed
- 8193d64072c4 11.2 landed
- e36e25275fb8 10.7 landed
- 1b0280745731 9.6.12 landed
-
Microvacuum for GIST
- 013ebc0a7b7e 9.6.0 cited