Re: BUG #15446: Crash on ALTER TABLE

From: Dean Rasheed <dean(dot)a(dot)rasheed(at)gmail(dot)com>
To: Andrew Dunstan <andrew(dot)dunstan(at)2ndquadrant(dot)com>
Cc: Andres Freund <andres(at)anarazel(dot)de>, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Dmitry Molotkov <aldarund(at)gmail(dot)com>, Alvaro Herrera <alvherre(at)2ndquadrant(dot)com>, PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: BUG #15446: Crash on ALTER TABLE
Date: 2019-01-10 09:18:09
Message-ID: CAEZATCVqksrnXybSaogWOzmVjE3O-NqMSpoHDuDw9_7mhNpeLQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs pgsql-hackers

On Wed, 9 Jan 2019 at 23:24, Andrew Dunstan
<andrew(dot)dunstan(at)2ndquadrant(dot)com> wrote:
> Here's another attempt. For the rewrite case it kept the logic of the
> previous patch to clear all the missing attributes, but if we're not
> rewriting we reconstruct the missing value according to the new type
> settings.
>

Looks good to me.

Regards,
Dean

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message PG Bug reporting form 2019-01-10 09:21:24 BUG #15585: infinite DynamicSharedMemoryControlLock waiting in parallel query
Previous Message AP 2019-01-10 08:22:00 Re: BUG #15582: ALTER TABLE/INDEX ... SET TABLESPACE does not free disk space

Browse pgsql-hackers by date

  From Date Subject
Next Message Ashutosh Bapat 2019-01-10 09:49:14 Re: Query with high planning time at version 11.1 compared versions 10.5 and 11.0
Previous Message David Rowley 2019-01-10 09:12:46 Re: speeding up planning with partitions