Fix typo in decoding always passing true for the startup callback's is_init.

From: Andres Freund <andres(at)2ndquadrant(dot)com>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Fix typo in decoding always passing true for the startup callback's is_init.
Date: 2014-03-25 17:46:45
Message-ID: 20140325174645.GB22557@alap3.anarazel.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi,

I found a typo causing is_init set to be to true when it should be
false...

Greetings,

Andres Freund

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

Attachment Content-Type Size
0001-Fix-typo-in-decoding-always-passing-true-for-the-sta.patch text/x-patch 960 bytes

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Robert Haas 2014-03-25 17:49:54 Re: Only first XLogRecData is visible to rm_desc with WAL_DEBUG
Previous Message Robert Haas 2014-03-25 17:44:43 Re: Still something fishy in the fastpath lock stuff