EXPLAIN output now comes out as a query result, not a NOTICE message.

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 10d3995057b2ea89e56adb571c1beb2b972d1c6f
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2002-03-24T04:31:09Z
Releases: 7.3.1
EXPLAIN output now comes out as a query result, not a NOTICE message.
Also, fix debug logging of parse/plan trees so that the messages actually
go through elog(), not directly to stdout.

Files