Re: Fix for parallel BTree initialization bug

From: Peter Geoghegan <pg(at)bowt(dot)ie>
To: Amit Kapila <amit(dot)kapila16(at)gmail(dot)com>
Cc: Justin Pryzby <pryzby(at)telsasoft(dot)com>, "Jameson, Hunter 'James'" <hunjmes(at)amazon(dot)com>, pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>, Robert Haas <rhaas(at)postgresql(dot)org>, Rahila Syed <rahila(dot)syed(at)2ndquadrant(dot)com>
Subject: Re: Fix for parallel BTree initialization bug
Date: 2020-09-14 17:55:56
Message-ID: CAH2-Wzk2iz5nE7YdGcQ3+opj7EXg3Pe5W0qeXyVrJZTX0LfPVw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Mon, Sep 14, 2020 at 5:37 AM Amit Kapila <amit(dot)kapila16(at)gmail(dot)com> wrote:
> I am planning to push this tomorrow after doing testing on
> back-branches. Let me know if you have any comments.

The fix seems sensible to me.

--
Peter Geoghegan

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2020-09-14 18:07:58 Re: Fix overflow at return wchar2char (src/backend/utils/adt/pg_locale.c)
Previous Message Robert Haas 2020-09-14 17:26:27 Re: Allow ERROR from heap_prepare_freeze_tuple to be downgraded to WARNING