Re: pgsql: Refactor replication connection code of various pg_basebackup ut

Поиск
Список
Период
Сортировка
От Stephen Frost
Тема Re: pgsql: Refactor replication connection code of various pg_basebackup ut
Дата
Msg-id 20141005134931.GD28859@tamriel.snowman.net
обсуждение исходный текст
Ответ на pgsql: Refactor replication connection code of various pg_basebackup ut  (Andres Freund <andres@anarazel.de>)
Ответы Re: pgsql: Refactor replication connection code of various pg_basebackup ut  (Andres Freund <andres@anarazel.de>)
Re: Re: pgsql: Refactor replication connection code of various pg_basebackup ut  (Michael Paquier <michael.paquier@gmail.com>)
Список pgsql-committers
All,

* Andres Freund (andres@anarazel.de) wrote:
> Refactor replication connection code of various pg_basebackup utilities.
>
> Move some more code to manage replication connection command to
> streamutil.c. A later patch will introduce replication slot via
> pg_receivexlog and this avoid duplicating relevant code between
> pg_receivexlog and pg_recvlogical.

Coverity is complaining that the new Create/DropReplicatSlot functions
leak, which is technically correct (though the cases where that happens
end up being more-or-les immediate-exit cases anyway).  In any case,
here's a patch to clean up things prior to return.

    Thanks,

        Stephen

Вложения

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

Предыдущее
От: Heikki Linnakangas
Дата:
Сообщение: Re: pgsql: Check for GiST index tuples that don't fit on a page.
Следующее
От: Andres Freund
Дата:
Сообщение: Re: pgsql: Refactor replication connection code of various pg_basebackup ut