Re: Report error position in partition bound check - Mailing list pgsql-hackers

From Alexandra Wang
Subject Re: Report error position in partition bound check
Date
Msg-id CACiyaSpQ8BrNn+e_8i59iNRJxZ0CufOVe2kYm1qcujg68WqdQg@mail.gmail.com
Whole thread Raw
In response to Re: Report error position in partition bound check  (Ashutosh Bapat <ashutosh.bapat@2ndquadrant.com>)
Responses Re: Report error position in partition bound check
List pgsql-hackers


On Fri, Apr 10, 2020 at 8:37 AM Ashutosh Bapat <ashutosh.bapat@2ndquadrant.com> wrote:
> for a multi-key value the ^
> points to the first column and the reader may think that that's the
> problematci column. Should it instead point to ( ?

I attached a v2 of Amit's 0002 patch to also report the exact column
for the partition overlap errors.


Attachment

pgsql-hackers by date:

Previous
From: Andres Freund
Date:
Subject: Re: pg_validatebackup -> pg_verifybackup?
Next
From: Jesse Zhang
Date:
Subject: Re: Properly mark NULL returns in numeric aggregates