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->strategy != PORTAL_MULTI_QUERY) > { > ereport(DEBUG3, > (errmsg_internal("PortalRun"))); > /* PORTAL_MULTI_QUERY logs its own stats per query */ > if (log_executor_stats) > ResetUsage(); > } > > ---> if (log_executor_stats && portal->strategy != PORTAL_MULTI_QUERY) > > /* > * Check for improper portal use, and mark portal active. > */ > if (portal->portalDone) > ereport(ERROR, > (errcode(ERRCODE_OBJECT_NOT_IN_PREREQUISITE_STATE), > errmsg("portal \"%s\" cannot be run anymore", portal->name))); > > regards, tom lane > > ---------------------------(end of broadcast)--------------------------- > TIP 8: explain analyze is your friend > -- Bruce Momjian | http://candle.pha.pa.us [EMAIL PROTECTED] | (610) 359-1001 + If your life is a hard drive, | 13 Roberts Road + Christ can be your backup. | Newtown Square, Pennsylvania 19073 ---------------------------(end of broadcast)--------------------------- TIP 3: if posting/reading through Usenet, please send an appropriate subscribe-nomail command to [EMAIL PROTECTED] so that your message can get through to the mailing list cleanly