Re: [PATCH] ALTER TABLE ... SET STORAGE default

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Aleksander Alekseev <aleksander(at)timescale(dot)com>
Cc: Nikita Malakhov <hukutoc(at)gmail(dot)com>, PostgreSQL Development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: [PATCH] ALTER TABLE ... SET STORAGE default
Date: 2022-11-10 23:22:44
Message-ID: 426075.1668122564@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

I wrote:
> I've not read the patch in any detail, but I don't see a problem
> with the design.

Hearing no push-back on that position, I reviewed and pushed the
patch. You'd missed that it also affects CREATE TABLE, but
otherwise it was in pretty good shape.

regards, tom lane

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Peter Geoghegan 2022-11-11 00:48:17 Re: Reducing the WAL overhead of freezing in VACUUM by deduplicating per-tuple freeze plans
Previous Message Peter Geoghegan 2022-11-10 23:09:23 Re: Call lazy_check_wraparound_failsafe earlier for parallel vacuum