Michael Paquier <michael.paqu...@gmail.com> writes:
> On Fri, Sep 23, 2016 at 6:54 PM, Aleksander Alekseev
> <a.aleks...@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);

> Not really but my guess is that the two conditions have been left for
> this purpose.

I think it's a pretty obvious copy-and-pasteo.

                        regards, tom lane


-- 
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers

Reply via email to