Re: [PATCH] Add schema and table names to partition error

From: Chris Bandy <bandy(dot)chris(at)gmail(dot)com>
To: Amit Kapila <amit(dot)kapila16(at)gmail(dot)com>
Cc: PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: [PATCH] Add schema and table names to partition error
Date: 2020-03-18 22:25:05
Message-ID: 53769c1d-17da-d019-8273-33db36569f44@gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 3/18/20 6:56 AM, Amit Kapila wrote:
> On Thu, Mar 12, 2020 at 7:46 PM Amit Kapila <amit(dot)kapila16(at)gmail(dot)com> wrote:
>>
>> On Wed, Mar 11, 2020 at 8:51 PM Chris Bandy <bandy(dot)chris(at)gmail(dot)com> wrote:
>>>
>>> On 3/11/20 6:29 AM, Amit Kapila wrote:
>>>>
>>>> I have tried with git am as well, but it failed. I am not sure what
>>>> is the reason. Can you please once check at your end?
>>>
>>> Yes, sorry. This set (and v3 and v4) should work with -p0. Any following
>>> patches from me will use the normal -p1.
>>>
>>
>> Okay.
>>
>
> I again tried the latest patch v5 both with -p1 and -p0, but it gives
> an error while applying the patch. Can you send a patch that we can
> apply with patch -p1 or git-am?
>
> [1] - https://www.postgresql.org/message-id/0731def8-978e-0285-04ee-582762729b38%40gmail.com
>

Sorry for these troubles. Attached are patches created using `git
format-patch -n -v6` on master at 487e9861d0.

Thanks,
Chris

Attachment Content-Type Size
v6-0001-Add-tests-for-integrity-violation-error-fields.patch text/x-patch 20.2 KB
v6-0002-Add-object-names-to-partition-integrity-violation.patch text/x-patch 6.7 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Jeff Davis 2020-03-18 22:41:42 Re: Make MemoryContextMemAllocated() more precise
Previous Message Alvaro Herrera 2020-03-18 22:01:22 Re: BEFORE ROW triggers for partitioned tables