Re: Feature: temporary materialized views - Mailing list pgsql-hackers

From David Steele
Subject Re: Feature: temporary materialized views
Date
Msg-id 42296f97-e6af-da61-85d7-86ef67a147ab@pgmasters.net
Whole thread Raw
In response to Re: Feature: temporary materialized views  (Mitar <mmitar@gmail.com>)
List pgsql-hackers
On 3/15/19 3:19 AM, Mitar wrote:
> 
> On Thu, Mar 14, 2019 at 7:56 AM Andreas Karlsson <andreas@proxel.se> wrote:
>> Yeah, your patch is sadly stuck behind the refactoring, and the
>> refactoring proved to be harder to do than I initially thought. The
>> different code paths for executing CREATE MATERIALIZED VIEW are so
>> different that it is hard to find a good common interface.
>>
>> So there is unfortunately little you can do here other than wait for me
>> or someone else to do the refactoring as I cannot see your patch getting
>> accepted without keeping the existing restrictions on side effects for
>> CREATE MATERIALIZED VIEW.
> 
> Sounds good. I will wait.

This patch has been marked as Returned with Feedback since it is not 
clear when the refactoring it depends on will be done.

You can submit to a future commitfest when you are able to produce a new 
patch.

Regards,
-- 
-David
david@pgmasters.net


pgsql-hackers by date:

Previous
From: David Steele
Date:
Subject: Re: Feature: triggers on materialized views
Next
From: Amit Kapila
Date:
Subject: Re: WIP: Avoid creation of the free space map for small tables