Received: from localhost (unknown [200.46.204.182]) by postgresql.org (Postfix) with ESMTP id E2E479FB39B for ; Tue, 23 Oct 2007 17:09:55 -0300 (ADT) Received: from postgresql.org ([200.46.204.71]) by localhost (mx1.hub.org [200.46.204.182]) (amavisd-maia, port 10024) with ESMTP id 71075-09 for ; Tue, 23 Oct 2007 17:09:47 -0300 (ADT) X-Greylist: from auto-whitelisted by SQLgrey-1.7.5 Received: from cronos.madness.at (madness.at [217.196.146.217]) by postgresql.org (Postfix) with ESMTP id 8D9F99FA11A for ; Tue, 23 Oct 2007 17:09:49 -0300 (ADT) Received: from mastermind.kaltenbrunner.cc ([83.215.233.60]) by cronos.madness.at with esmtpsa (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.63) (envelope-from ) id 1IkQ4K-0006A0-9o; Tue, 23 Oct 2007 22:09:46 +0200 Message-ID: <471E5502.1050300@kaltenbrunner.cc> Date: Tue, 23 Oct 2007 22:09:38 +0200 From: Stefan Kaltenbrunner User-Agent: Icedove 1.5.0.12 (X11/20070607) MIME-Version: 1.0 To: Josh Berkus CC: PostgreSQL www Subject: Re: Problem with survey code References: <200710231221.08591.josh@agliodbs.com> In-Reply-To: <200710231221.08591.josh@agliodbs.com> X-Enigmail-Version: 0.94.2.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Scanned: Maia Mailguard 1.0.1 X-Archive-Number: 200710/128 X-Sequence-Number: 12715 Josh Berkus wrote: > Team, > > Low priority issue: > > When one adds a new survey to wwwmaster, it gets added to the Survey History > whether it is activated or not. As a result, we now have a bunch of 0 > results surveys already in the history: > > http://www.postgresql.org/community/survey.49 > http://www.postgresql.org/community/survey.52 > > These will get results once we rotate them into the limelight, but it's a > little disconcerting right now. hmm - just commited a small change to exclude all the ones that have zero results in them - should go live on the next sidebuild. Stefan