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

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: [HACKERS] Function to move the position of a replication slot
Дата
Msg-id 9551c0d4-6ad3-9ddc-4778-f36696672b2d@2ndquadrant.com
обсуждение исходный текст
Ответ на [HACKERS] Function to move the position of a replication slot  (Magnus Hagander <magnus@hagander.net>)
Ответы Re: [HACKERS] Function to move the position of a replication slot  (Andres Freund <andres@anarazel.de>)
Список pgsql-hackers
On 5/4/17 08:05, Magnus Hagander 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.

The name keeps confusing me.  I understand "move" to be "rename" or
possibly "move it elsewhere", but not "move around in".  I understand
that there is an analogy with FETCH/MOVE in cursors, but it's still
confusing.

I would also like to see some documentation for a use case of this.

Anyway, as discussed elsewhere in this thread, this patch needs several
changes.

-- 
Peter Eisentraut              http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services



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

Предыдущее
От: Robert Haas
Дата:
Сообщение: Re: [HACKERS] [COMMITTERS] pgsql: Simplify plpgsql's check for simple expressions.
Следующее
От: Tom Lane
Дата:
Сообщение: [HACKERS] Garbled comment in postgresGetForeignJoinPaths