Re: Early WIP/PoC for inlining CTEs

From: Andreas Karlsson <andreas(at)proxel(dot)se>
To: David Fetter <david(at)fetter(dot)org>, Thomas Munro <thomas(dot)munro(at)enterprisedb(dot)com>
Cc: Andrew Gierth <andrew(at)tao11(dot)riddles(dot)org(dot)uk>, Pg Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Early WIP/PoC for inlining CTEs
Date: 2018-10-02 10:03:06
Message-ID: e02af96a-3e25-5de4-09a4-a7ebf3452184@proxel.se
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi,

Here is an updated patch which adds some simple syntax for adding the
optimization barrier. For example:

WITH x AS MATERIALIZED (
SELECT 1
)
SELECT * FROM x;

Andreas

Attachment Content-Type Size
inlining-ctes-v5.patch text/x-patch 20.6 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Christoph Berg 2018-10-02 10:31:41 Re: pg_ls_tmpdir()
Previous Message Amit Langote 2018-10-02 09:35:29 Re: Slotification of partition tuple conversion