Re: ALTER TABLE ... SET STORAGE does not propagate to indexes

From: Peter Eisentraut <peter(dot)eisentraut(at)2ndquadrant(dot)com>
To: pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: ALTER TABLE ... SET STORAGE does not propagate to indexes
Date: 2020-02-24 07:28:57
Message-ID: d283ff5e-5cc0-d141-998e-1b0983a84859@2ndquadrant.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 2020-01-06 13:32, Peter Eisentraut wrote:
> Attached is a patch that attempts to fix this by propagating the storage
> change to existing indexes. This triggers a few regression test
> failures (going from no error to error), which I attempted to fix up,
> but I haven't analyzed what the tests were trying to do, so it might
> need another look.

Attached is a more polished patch, with tests.

--
Peter Eisentraut http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services

Attachment Content-Type Size
v2-0001-Propagate-ALTER-TABLE-.-SET-STORAGE-to-indexes.patch text/plain 8.9 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Aditya Toshniwal 2020-02-24 07:35:19 Re: PG v12.2 - Setting jit_above_cost is causing the server to crash
Previous Message Andres Freund 2020-02-24 07:16:49 Re: PG v12.2 - Setting jit_above_cost is causing the server to crash