Re: [HACKERS] Broken code in pquery.c
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
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")));