Alvaro Herrera wrote:
> It's not clear to me that it's right to do this by doing regular heap
> updates here instead of heap_inplace_update. Also, I think this might
> end up causing a lot of pg_class tuple churn (at least for matviews that
> delete rows at xact end), which would be nice to avoid.
If we keep the flag, I will look into heap_inplace_update.
Thanks!
-Kevin