Re: Partitioned tables and [un]loggedness - Mailing list pgsql-hackers

From Nathan Bossart
Subject Re: Partitioned tables and [un]loggedness
Date
Msg-id ZtcsLnUSuALqEyE-@nathan
Whole thread Raw
In response to Re: Partitioned tables and [un]loggedness  (Michael Paquier <michael@paquier.xyz>)
List pgsql-hackers
On Tue, Sep 03, 2024 at 04:59:18PM +0900, Michael Paquier wrote:
> An idea is attached.  The pgbench bit was unexpected.

This works correctly for CREATE TABLE, but ALTER TABLE still succeeds.
Interestingly, it doesn't seem to actually change relpersistence for
partitioned tables.  I think we might need to adjust
ATPrepChangePersistence().

-- 
nathan



pgsql-hackers by date:

Previous
From: Xing Guo
Date:
Subject: Re: JIT: The nullness of casetest.value can be determined at the JIT compile time.
Next
From: Nathan Bossart
Date:
Subject: Re: First draft of PG 17 release notes