Re: Alpha 1 for 9.2

From: Dave Page <dpage(at)pgadmin(dot)org>
To: Joshua Berkus <josh(at)agliodbs(dot)com>
Cc: Peter Eisentraut <peter_e(at)gmx(dot)net>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: Alpha 1 for 9.2
Date: 2011-09-12 09:23:26
Message-ID: CA+OCxozK3x6Qk3Gfz_2=FdD4v8qaFbBx80NDpTTpmVkGPC=vMg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Sat, Sep 10, 2011 at 9:47 PM, Joshua Berkus <josh(at)agliodbs(dot)com> wrote:
>
>> Download numbers for the installers were bordering on noise compared
>> to the GA builds last time I looked, double figures iirc. I don't
>> know about the tarballs offhand and can't check ATM.
>
> Can you check when you get a chance?   I know that the DL numbers for the first alphas were very low, but I'm wondering about Alpha 3, 4 and 5.

186_www=# select count(*) from clickthrus where path like
'%postgresql-9.1alpha1.tar.%' and ts >= '2009-09-01';
count
-------
1431
(1 row)

186_www=# select count(*) from clickthrus where path like
'%postgresql-9.1alpha2.tar.%' and ts >= '2009-09-01';
count
-------
1335
(1 row)

186_www=# select count(*) from clickthrus where path like
'%postgresql-9.1alpha3.tar.%' and ts >= '2009-09-01';
count
-------
1127
(1 row)

186_www=# select count(*) from clickthrus where path like
'%postgresql-9.1alpha4.tar.%' and ts >= '2009-09-01';
count
-------
2011
(1 row)

186_www=# select count(*) from clickthrus where path like
'%postgresql-9.1alpha5.tar.%' and ts >= '2009-09-01';
count
-------
929
(1 row)

and for comparison:

186_www=# select count(*) from clickthrus where path like
'%postgresql-9.0.3.tar.%' and ts >= '2009-09-01';
count
-------
26211
(1 row)

186_www=# select count(*) from clickthrus where path like
'%postgresql-9.0.4.tar.%' and ts >= '2009-09-01';
count
-------
34769
(1 row)

Note that these are only numbers from people who click through the
flags pages on the website. We don't have numbers for people who
download directly from the FTP site or a mirror.

--
Dave Page
Blog: http://pgsnake.blogspot.com
Twitter: @pgsnake

EnterpriseDB UK: http://www.enterprisedb.com
The Enterprise PostgreSQL Company

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Andrew Dunstan 2011-09-12 09:26:07 Re: psql additions
Previous Message Pavel Stehule 2011-09-12 09:14:13 Re: [REVIEW] prepare plans of embedded sql on function start