Re: Incorrect overflow check condition for WAL segment size

Поиск
Список
Период
Сортировка
От Robert Haas
Тема Re: Incorrect overflow check condition for WAL segment size
Дата
Msg-id CA+TgmoZMuRz=dT91AZ2AxA=JoqHNN8QPEPrJA52E7Hj43Tqh3g@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Incorrect overflow check condition for WAL segment size  (Markus Nullmeier <dq124@uni-heidelberg.de>)
Список pgsql-hackers
On Wed, Nov 9, 2016 at 12:54 PM, Markus Nullmeier
<dq124@uni-heidelberg.de> wrote:
> On 11/08/16 18:12, Robert Haas wrote:
>> On Tue, Nov 8, 2016 at 1:01 AM, Michael Paquier <michael.paquier@gmail.com> wrote:
>>> On Tue, Nov 8, 2016 at 2:33 PM, Kuntal Ghosh <kuntalghosh.2007@gmail.com> wrote:
>>>> I've attached a patch to fix this.
>>> Good catch. Interesting copy-pasto from 88e9823.
>> Committed.
>
> Hmm, somehow this fix (60379f66c8 for master) does not seem to appear
> in the 9.5 and 9.6 branches, yet the latter both include commit 88e9823.

It didn't seem important to back-patch it, so I didn't.  It also
occurred to me that there was a small chance of breaking the build for
somebody who is skating by today, which would annoy that person
without being likely to benefit anyone else.

-- 
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company



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

Предыдущее
От: Robert Haas
Дата:
Сообщение: Re: Is user_catalog_table sensible for matviews?
Следующее
От: Robert Haas
Дата:
Сообщение: Re: PassDownLimitBound for ForeignScan/CustomScan [take-2]