Avoid calling SetMatViewPopulatedState if possible - Mailing list pgsql-hackers

From cca5507
Subject Avoid calling SetMatViewPopulatedState if possible
Date
Msg-id tencent_DF2D8533B5412908326F7806075B7637A108@qq.com
Whole thread Raw
List pgsql-hackers
Hi,

During refresh matview, we call SetMatViewPopulatedState unconditionally even
if the value doesn't change. Attach a small patch to optimize it.

--
Regards,
ChangAo Chen

Attachment

pgsql-hackers by date:

Previous
From: Jeff Davis
Date:
Subject: Re: [19] CREATE SUBSCRIPTION ... SERVER
Next
From: Jeff Davis
Date:
Subject: Re: Unused injection point in hash agg code