Re: [PATCH] Remove redundant if clause in standbydesc.c

Поиск
Список
Период
Сортировка
От Michael Paquier
Тема Re: [PATCH] Remove redundant if clause in standbydesc.c
Дата
Msg-id CAB7nPqTbAXzCVDpk=jJz9R=C9ZuBsZcjN1m4-Nq4J7t3RMGOkg@mail.gmail.com
обсуждение исходный текст
Ответ на [PATCH] Remove redundant if clause in standbydesc.c  (Aleksander Alekseev <a.alekseev@postgrespro.ru>)
Ответы Re: [PATCH] Remove redundant if clause in standbydesc.c  (Aleksander Alekseev <a.alekseev@postgrespro.ru>)
Список pgsql-hackers
On Fri, Sep 23, 2016 at 6:08 PM, Aleksander Alekseev
<a.alekseev@postgrespro.ru> wrote:
> Very simple small patch - see attachment.
        /* not expected, but print something anyway */        else if (msg->id == SHAREDINVALRELMAP_ID)
-            appendStringInfoString(buf, " relmap");
-        else if (msg->id == SHAREDINVALRELMAP_ID)            appendStringInfo(buf, " relmap db %u", msg->rm.dbId);

Looking at inval.c, dbId can be InvalidOid.
-- 
Michael



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

Предыдущее
От: Aleksander Alekseev
Дата:
Сообщение: [PATCH] Remove redundant if clause in standbydesc.c
Следующее
От: Aleksander Alekseev
Дата:
Сообщение: Re: [PATCH] Remove redundant if clause in standbydesc.c