Re: Remove unlogged materialized view persistence handling

2024-10-18 Thread Fujii Masao
On 2024/10/11 17:06, Fujii Masao wrote: On 2024/10/11 16:18, Yugo NAGATA wrote: On Fri, 11 Oct 2024 14:44:43 +0800 px shi wrote: +1 Materialized view is introduced by 3bf3ab8c563 and at that UNLOGGED was allowed, and it is disallowed by another commit 3223b25ff73. However, it seems tha

Re: Remove unlogged materialized view persistence handling

2024-10-11 Thread Fujii Masao
On 2024/10/11 16:18, Yugo NAGATA wrote: On Fri, 11 Oct 2024 14:44:43 +0800 px shi wrote: +1 Materialized view is introduced by 3bf3ab8c563 and at that UNLOGGED was allowed, and it is disallowed by another commit 3223b25ff73. However, it seems that the tab-complement is missed to fixed.

Re: Remove unlogged materialized view persistence handling

2024-10-11 Thread Yugo NAGATA
On Fri, 11 Oct 2024 14:44:43 +0800 px shi wrote: > > > > +1 > > > > Materialized view is introduced by 3bf3ab8c563 and at that UNLOGGED was > > allowed, and it is disallowed by another commit 3223b25ff73. However, > > it seems that the tab-complement is missed to fixed. Sorry, the comment above

Re: Remove unlogged materialized view persistence handling

2024-10-10 Thread px shi
> > +1 > > Materialized view is introduced by 3bf3ab8c563 and at that UNLOGGED was > allowed, and it is disallowed by another commit 3223b25ff73. However, > it seems that the tab-complement is missed to fixed. > > The Assert for RELKIND_MATVIEW in heapam_hander.c was introduced in > d25f519107b > a

Re: Remove unlogged materialized view persistence handling

2024-10-10 Thread Yugo Nagata
On Fri, 11 Oct 2024 10:35:17 +0800 px shi wrote: > Hi, > > Since materialized views do not support the unlogged type, I think that we > should remove the logic and handling related to unlogged. Therefore, I have > submitted a patch. +1 Materialized view is introduced by 3bf3ab8c563 and at that

Remove unlogged materialized view persistence handling

2024-10-10 Thread px shi
Hi, Since materialized views do not support the unlogged type, I think that we should remove the logic and handling related to unlogged. Therefore, I have submitted a patch. Regards, Pixian Shi 0001-Remove-unlogged-materialized-view-persistence-handli.patch Description: Binary data