Re: Rewrite, normal execution vs. EXPLAIN ANALYZE

From: Marko Tiikkaja <marko(dot)tiikkaja(at)cs(dot)helsinki(dot)fi>
To: pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Rewrite, normal execution vs. EXPLAIN ANALYZE
Date: 2010-09-06 23:43:13
Message-ID: 4C857C91.9010309@cs.helsinki.fi
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 2010-08-31 12:07 AM +0300, I wrote:
> The patch needs a bit more comments and some cleaning up ..

Here's a cleaned up version with a bit more comments.

This patch still silently breaks pg_parse_and_rewrite(). We only use it
in our source code for SQL-language functions, so I think we should
deprecate it in favor of a function which would do the right thing for
SQL functions. Thoughts?

Regards,
Marko Tiikkaja

Attachment Content-Type Size
snapshot.patch text/plain 20.0 KB

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Robert Haas 2010-09-06 23:48:17 Re: Synchronous replication - patch status inquiry
Previous Message Simon Riggs 2010-09-06 22:34:05 Re: Synchronization levels in SR