Re: cataloguing NOT NULL constraints - Mailing list pgsql-hackers

From Michael Paquier
Subject Re: cataloguing NOT NULL constraints
Date
Msg-id ZcCMcycSuzIeFvhZ@paquier.xyz
Whole thread Raw
In response to Re: cataloguing NOT NULL constraints  (Alexander Lakhin <exclusion@gmail.com>)
Responses Re: cataloguing NOT NULL constraints
List pgsql-hackers
On Fri, Feb 02, 2024 at 07:00:01PM +0300, Alexander Lakhin wrote:
> results in:
> NOTICE:  merging definition of column "i" for child "b"
> NOTICE:  merging definition of column "i" for child "c"
> ERROR:  tuple already updated by self
>
> (This is similar to bug #18297, but ATExecAddColumn() isn't guilty in this
> case.)

Still I suspect that the fix should be similar, soI'll go put a coin
on a missing CCI().
--
Michael

Attachment

pgsql-hackers by date:

Previous
From: Michael Paquier
Date:
Subject: Re: Make COPY format extendable: Extract COPY TO format implementations
Next
From: Yugo NAGATA
Date:
Subject: Re: pg_column_toast_chunk_id: a function to get a chunk ID of a TOASTed value