Re: [HACKERS] Function to move the position of a replication slot

Поиск
Список
Период
Сортировка
От Petr Jelinek
Тема Re: [HACKERS] Function to move the position of a replication slot
Дата
Msg-id 6d1e8546-8b11-636b-9a87-85d45edb8c3a@2ndquadrant.com
обсуждение исходный текст
Ответ на Re: [HACKERS] Function to move the position of a replication slot  (Dmitry Dolgov <9erthalion6@gmail.com>)
Список pgsql-hackers
On 10/05/17 22:17, Dmitry Dolgov wrote:
>> On 4 May 2017 at 20:05, Magnus Hagander <magnus@hagander.net
> <mailto:magnus@hagander.net>> wrote:
>>
>> PFA a patch that adds a new function, pg_move_replication_slot, that
> makes it
>> possible to move the location of a replication slot without actually
>> consuming all the WAL on it.
>  
> Just a few questions just a few questions out of curiosity:
> 
> * does it make sense to create a few tests for this function in
>   `contrib/test_decoding` (as shown in attachment)?
> 

As Craig said this will not work correctly for logical slots so it
should throw error on those at the moment (at least until we write
something that works, but that's far more complex than this patch).

--  Petr Jelinek                  http://www.2ndQuadrant.com/ PostgreSQL Development, 24x7 Support, Training &
Services



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

Предыдущее
От: Dmitry Dolgov
Дата:
Сообщение: Re: [HACKERS] [PATCH] Generic type subscripting
Следующее
От: Petr Jelinek
Дата:
Сообщение: Re: [HACKERS] Should pg_current_wal_location() becomepg_current_wal_lsn()