Re: inserts into partitioned table may cause crash

From: Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>
To: Etsuro Fujita <fujita(dot)etsuro(at)lab(dot)ntt(dot)co(dot)jp>
Cc: Amit Langote <Langote_Amit_f8(at)lab(dot)ntt(dot)co(dot)jp>, Pg Hackers <pgsql-hackers(at)postgresql(dot)org>, thomas(dot)munro(at)enterprisedb(dot)com
Subject: Re: inserts into partitioned table may cause crash
Date: 2018-03-19 13:38:18
Message-ID: 20180319133818.n6trbxv6fr5ptcp7@alvherre.pgsql
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Etsuro Fujita wrote:

> Thanks for the updated patches! I think the patches are in good shape, but
> I did a bit of editorial things; added a bit more comments for
> ExecPrepareTupleRouting and adjusted regression test stuff to match the
> existing ones. Attached are the updated patches for HEAD and PG10. Those
> changes are just editorial, so let's ask for the committer review.

Thanks, I'll give these a look now.

--
Álvaro Herrera https://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tomas Vondra 2018-03-19 13:52:34 Re: [PROPOSAL] Shared Ispell dictionaries
Previous Message Etsuro Fujita 2018-03-19 12:59:01 Re: ON CONFLICT DO UPDATE for partitioned tables