Re: Online enabling of checksums

Поиск
Список
Период
Сортировка
От Andres Freund
Тема Re: Online enabling of checksums
Дата
Msg-id 20180222192437.kcap66fnji7uampc@alap3.anarazel.de
обсуждение исходный текст
Ответ на Re: Online enabling of checksums  (Peter Eisentraut <peter.eisentraut@2ndquadrant.com>)
Ответы Re: Online enabling of checksums  (Magnus Hagander <magnus@hagander.net>)
Re: Online enabling of checksums  (Michael Paquier <michael@paquier.xyz>)
Список pgsql-hackers
On 2018-02-22 08:22:48 -0500, Peter Eisentraut wrote:
> On 2/21/18 15:53, Magnus Hagander wrote:
> > *Two new functions are added, pg_enable_data_checksums() and
> > pg_disable_data_checksums(). The disable one is easy -- it just changes
> > to disable. The enable one will change the state to inprogress, and then
> > start a background worker (the “checksumhelper launcher”). This worker
> > in turn will start one sub-worker (“checksumhelper worker”) in each
> > database (currently all done sequentially).*
> 
> This is at least the fourth version of the pattern launcher plus worker
> background workers.  I wonder whether we can do something to make this
> easier and less repetitive.  Not in this patch, of course.

I suspect I'm going to get some grief for this, but I think the time has
come to bite the bullet and support changing databases in the same
process...

Greetings,

Andres Freund


В списке pgsql-hackers по дате отправления:

Предыдущее
От: Magnus Hagander
Дата:
Сообщение: Re: Allow workers to override datallowconn
Следующее
От: Andres Freund
Дата:
Сообщение: Re: Allow workers to override datallowconn