Re: [HACKERS] Broken code in pquery.c

2004-03-18 Thread Bruce Momjian
Thanks. Fixed. Not sure how it happened. --- Tom Lane wrote: > The if() statement at line 418 in pquery.c seems a bit bereft of > controlled statement; looks like a broken log_executor_stats patch. > > if (portal->s

[HACKERS] Broken code in pquery.c

2004-03-18 Thread Tom Lane
The if() statement at line 418 in pquery.c seems a bit bereft of controlled statement; looks like a broken log_executor_stats patch. if (portal->strategy != PORTAL_MULTI_QUERY) { ereport(DEBUG3, (errmsg_internal("PortalRun")));