• R
    Add TIMING option to EXPLAIN, to allow eliminating of timing overhead. · af7914c6
    Robert Haas 提交于
    Sometimes it may be useful to get actual row counts out of EXPLAIN
    (ANALYZE) without paying the cost of timing every node entry/exit.
    With this patch, you can say EXPLAIN (ANALYZE, TIMING OFF) to get that.
    
    Tomas Vondra, reviewed by Eric Theise, with minor doc changes by me.
    af7914c6
auto_explain.c 7.6 KB