Re: Remove unlogged materialized view persistence handling

From: px shi <spxlyy123(at)gmail(dot)com>
To: Yugo Nagata <nagata(at)sraoss(dot)co(dot)jp>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Remove unlogged materialized view persistence handling
Date: 2024-10-11 06:44:43
Message-ID: CAAccyY+p_KqUQoGMASfRvM1Q8tKyXVAPrMv7r5=jUWmBfy7PNw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

>
> +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
> after that, but I think it can be also removed.
>

Thank you for your feedback and support!

I also add this as a post in Commit Fest [0]

[0] https://commitfest.postgresql.org/50/5292/

Regards,
Pixian Shi

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Laurenz Albe 2024-10-11 06:50:49 Re: sunsetting md5 password support
Previous Message Laurenz Albe 2024-10-11 06:44:40 Re: On disable_cost