EXPLAIN (ANALYZE) broken - Mailing list pgsql-hackers

From Kevin Grittner
Subject EXPLAIN (ANALYZE) broken
Date
Msg-id 1370444898.9892.YahooMailNeo@web162903.mail.bf1.yahoo.com
Whole thread Raw
Responses Re: EXPLAIN (ANALYZE) broken
List pgsql-hackers
Commit 2c92edad48796119c83d7dbe6c33425d1924626d has broken
EXPLAIN's ANALYZE option in parentheses, which also makes some
other options unusable.

test=# EXPLAIN (ANALYZE) SELECT 1;
ERROR:  syntax error at or near "ANALYZE"
LINE 1: EXPLAIN (ANALYZE) SELECT 1;               ^

--
Kevin Grittner
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company



pgsql-hackers by date:

Previous
From: Andres Freund
Date:
Subject: Re: MVCC catalog access
Next
From: Bruce Momjian
Date:
Subject: Re: pg_rewind, a tool for resynchronizing an old master after failover