Re: [PATCHES] Fix for log_executor_stats

2004-03-04 Thread Bruce Momjian
Tom Lane wrote: > Bruce Momjian <[EMAIL PROTECTED]> writes: > > it only logs executor stats for PORTAL_MULTI_QUERY queries. I assume > > this was done so that individual queries are logged rather than the > > entire multi-query. > > I think it was just an oversight. IIRC, the PORTAL_MULTI_QUERY

Re: [PATCHES] Fix for log_executor_stats

2004-03-04 Thread Tom Lane
Bruce Momjian <[EMAIL PROTECTED]> writes: > it only logs executor stats for PORTAL_MULTI_QUERY queries. I assume > this was done so that individual queries are logged rather than the > entire multi-query. I think it was just an oversight. IIRC, the PORTAL_MULTI_QUERY path of control is the only