Re: WIP: Access method extendability
Jim Nasby <jim.nasby@bluetreble.com>
From: Jim Nasby <Jim.Nasby@BlueTreble.com>
To: Simon Riggs <simon@2ndQuadrant.com>, Alexander Korotkov
<aekorotkov@gmail.com>
Cc: pgsql-hackers <pgsql-hackers@postgresql.org>
Date: 2014-10-28T17:50:44Z
Lists: pgsql-hackers
On 10/28/14, 9:22 AM, Simon Riggs wrote: > 2. Some additional code in Autovacuum to rebuild corrupt indexes at > startup, using AV worker processes to perform a REINDEX CONCURRENTLY. I don't think loading more functionality into autovac is the right way to do that. -- Jim Nasby, Data Architect, Blue Treble Consulting Data in Trouble? Get it in Treble! http://BlueTreble.com
Commits
-
Support CREATE ACCESS METHOD
- 473b93287040 9.6.0 landed
-
Restructure index access method API to hide most of it at the C level.
- 65c5fcd353a8 9.6.0 cited