Re: Feature: temporary materialized views

From: Andreas Karlsson <andreas(at)proxel(dot)se>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: Mitar <mmitar(at)gmail(dot)com>, Alvaro Herrera <alvherre(at)2ndquadrant(dot)com>, PostgreSQL Developers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: Feature: temporary materialized views
Date: 2019-01-22 02:10:17
Message-ID: 9cedc167-f00a-a962-2a00-7568f9744bc5@proxel.se
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 1/21/19 3:31 AM, Andreas Karlsson wrote:
> Here is a a stab at refactoring this so the object creation does not
> happen in a callback.

Rebased my patch on top of Andres's pluggable storage patches. Plus some
minor style changes.

Andreas

Attachment Content-Type Size
refactor-ctas-v2.patch text/x-patch 16.2 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2019-01-22 02:17:48 Re: Allowing extensions to find out the OIDs of their member objects
Previous Message Tomas Vondra 2019-01-22 01:29:06 Re: explain plans with information about (modified) gucs