[bug fix] ALTER TABLE SET LOGGED/UNLOGGED on a partitioned table does nothing silently - Mailing list pgsql-hackers

From tsunakawa.takay@fujitsu.com
Subject [bug fix] ALTER TABLE SET LOGGED/UNLOGGED on a partitioned table does nothing silently
Date
Msg-id TYAPR01MB299022B3CFFE7B838AC62E40FEF30@TYAPR01MB2990.jpnprd01.prod.outlook.com
Whole thread Raw
Responses Re: [bug fix] ALTER TABLE SET LOGGED/UNLOGGED on a partitioned table does nothing silently
List pgsql-hackers
Hello,


ALTER TABLE SET LOGGED/UNLOGED on a partitioned table completes successfully, but nothing changes.  I expected the
underlyingpartitions are changed accordingly.  The attached patch fixes this. 


Regards
Takayuki Tsunakawa



Attachment

pgsql-hackers by date:

Previous
From: Amit Kapila
Date:
Subject: Re: PATCH: logical_work_mem and logical streaming of large in-progress transactions
Next
From: Peter Eisentraut
Date:
Subject: Re: proposal: unescape_text function