Re: Rewrite, normal execution vs. EXPLAIN ANALYZE
Marko Tiikkaja <marko.tiikkaja@cs.helsinki.fi>
From: Marko Tiikkaja <marko.tiikkaja@cs.helsinki.fi>
To: pgsql-hackers <pgsql-hackers@postgresql.org>
Date: 2010-09-06T23:43:13Z
Lists: pgsql-hackers
Attachments
- snapshot.patch (text/plain) patch
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