Re: Remove unlogged materialized view persistence handling - Mailing list pgsql-hackers

From px shi
Subject Re: Remove unlogged materialized view persistence handling
Date
Msg-id CAAccyY+p_KqUQoGMASfRvM1Q8tKyXVAPrMv7r5=jUWmBfy7PNw@mail.gmail.com
Whole thread Raw
In response to Re: Remove unlogged materialized view persistence handling  (Yugo Nagata <nagata@sraoss.co.jp>)
Responses Re: Remove unlogged materialized view persistence handling
List 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

pgsql-hackers by date:

Previous
From: Laurenz Albe
Date:
Subject: Re: On disable_cost
Next
From: Laurenz Albe
Date:
Subject: Re: sunsetting md5 password support