EXPLAIN (plan off, rewrite off) for benchmarking - Mailing list pgsql-hackers

From Andres Freund
Subject EXPLAIN (plan off, rewrite off) for benchmarking
Date
Msg-id 201111182213.22921.andres@anarazel.de
Whole thread Raw
Responses Re: EXPLAIN (plan off, rewrite off) for benchmarking
List pgsql-hackers
Hi,

For benchmarking the parser I added the above options (dim suggested this on 
irc) which proved to be rather useful for me.
I added the additional rewrite option because the overhead of copying the tree 
around makes the profile significantly less expressive.
I would also like an option which would only do the actual parsing instead of 
parse + parse analyse but that seemed a tad more complicated...

Is anybody else interested in such EXPLAIN options?

Andres



pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: RFC: list API / memory allocations
Next
From: Tom Lane
Date:
Subject: Re: [PATCH] Replace a long chain of if's in eval_const_expressions_mutator by a switch()