Re: pgsql: Implement streaming mode in ReorderBuffer.

Поиск
Список
Период
Сортировка
От Amit Kapila
Тема Re: pgsql: Implement streaming mode in ReorderBuffer.
Дата
Msg-id CAA4eK1LPtd=ms5JtWRVAP+a0u=YJdK0sT+Y6yd8SfdqTa5aqQg@mail.gmail.com
обсуждение исходный текст
Ответ на Re: pgsql: Implement streaming mode in ReorderBuffer.  (Amit Kapila <amit.kapila16@gmail.com>)
Список pgsql-committers
On Sat, Aug 8, 2020 at 11:03 AM Amit Kapila <amit.kapila16@gmail.com> wrote:
>
> On Sat, Aug 8, 2020 at 7:59 AM Amit Kapila <akapila@postgresql.org> wrote:
> >
> > Implement streaming mode in ReorderBuffer.
> >
>
> There is one failure [1] due to this commit.  Looking into same.
>

The problem seems to be due to some parallel transactions (like
autovacuum) WAL which will be shown as an empty transaction as that
doesn't perform any Insert/Update/Delete to the non-catalog table. The
solution is to skip empty transactions while getting streamed changes.
We normally do this in other tests but missed doing it for the
streaming changes test. I'll push the fix in some time after some
verification.

-- 
With Regards,
Amit Kapila.



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

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: pgsql: Add some const decorations
Следующее
От: Amit Kapila
Дата:
Сообщение: pgsql: Fix the logical streaming test.