Re: [HACKERS] Beta 3

2012-08-07 Thread Robert Haas
On Mon, Aug 6, 2012 at 11:22 PM, Craig Ringer ring...@ringerc.id.au wrote:
 Heya all

 It seems like it's a bit trickier to find beta downloads than might be
 ideal.

 The beta info page simply reads:

  PostgreSQL 9.2 beta 3 was released on August 6, 2012.

 with no information about how to obtain a build or the sources, not even a
 link to the downloads page, despite being linked to with the text:

 More information on how to test and report issues:
 http://www.postgresql.org/developer/beta;

 in the announcement email.

 It should at least link to:

   http://www.postgresql.org/download/snapshots/

 and the -bugs form or guide to reporting problems page.

 The beta announcement email links to the main downloads page from which the
 snapshots/beta downloads page can be reached, but the main beta page is a
 dead-end. Not ideal for encouraging feedback and testing.

Yeah, this is pretty bad.

-- 
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company

-- 
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers


Re: [HACKERS] Beta 3

2012-08-07 Thread Magnus Hagander
On Tue, Aug 7, 2012 at 2:44 PM, Robert Haas robertmh...@gmail.com wrote:
 On Mon, Aug 6, 2012 at 11:22 PM, Craig Ringer ring...@ringerc.id.au wrote:
 Heya all

 It seems like it's a bit trickier to find beta downloads than might be
 ideal.

 The beta info page simply reads:

  PostgreSQL 9.2 beta 3 was released on August 6, 2012.

 with no information about how to obtain a build or the sources, not even a
 link to the downloads page, despite being linked to with the text:

 More information on how to test and report issues:
 http://www.postgresql.org/developer/beta;

 in the announcement email.

 It should at least link to:

   http://www.postgresql.org/download/snapshots/

 and the -bugs form or guide to reporting problems page.

 The beta announcement email links to the main downloads page from which the
 snapshots/beta downloads page can be reached, but the main beta page is a
 dead-end. Not ideal for encouraging feedback and testing.

 Yeah, this is pretty bad.

Agreed. Anybody up for writing the text though? There was some text
earlier (see 
http://git.postgresql.org/gitweb/?p=pgweb.git;a=commitdiff;h=bd02e36141bb99e9ee4e0b80fd69464e0e6d91b7#patch18
or the corresponding one in the old pgweb repo). That can probably be
adapted to be put in the new one - seems it was genereally just
removed because there was no beta available, and the intentino wasn't
that the page should remain useless once a beta was out..

-- 
 Magnus Hagander
 Me: http://www.hagander.net/
 Work: http://www.redpill-linpro.com/

-- 
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers


Re: [HACKERS] Beta 3

2012-08-07 Thread Robert Haas
On Tue, Aug 7, 2012 at 8:51 AM, Magnus Hagander mag...@hagander.net wrote:
 Agreed. Anybody up for writing the text though? There was some text
 earlier (see 
 http://git.postgresql.org/gitweb/?p=pgweb.git;a=commitdiff;h=bd02e36141bb99e9ee4e0b80fd69464e0e6d91b7#patch18
 or the corresponding one in the old pgweb repo). That can probably be
 adapted to be put in the new one - seems it was genereally just
 removed because there was no beta available, and the intentino wasn't
 that the page should remain useless once a beta was out..

How about we start by adding link(s) to the download page(s)?

-- 
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company

-- 
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers


[HACKERS] Beta 3

2012-08-06 Thread Craig Ringer

Heya all

It seems like it's a bit trickier to find beta downloads than might be 
ideal.


The beta info page simply reads:

 PostgreSQL 9.2 beta 3 was released on August 6, 2012.

with no information about how to obtain a build or the sources, not even 
a link to the downloads page, despite being linked to with the text:


More information on how to test and report issues: 
http://www.postgresql.org/developer/beta;


in the announcement email.

It should at least link to:

http://www.postgresql.org/download/snapshots/

and the -bugs form or guide to reporting problems page.

The beta announcement email links to the main downloads page from which 
the snapshots/beta downloads page can be reached, but the main beta page 
is a dead-end. Not ideal for encouraging feedback and testing.


--
Craig Ringer


[HACKERS] Beta 3 question(s)

2001-01-22 Thread Mitch Vincent

Hey guys, I am just getting back into the swing of things (after a nice
vacation and a not-so-nice move across country).. I just installed 7.1 Beta
3 and am playing with it (I'm impressed with the speed increase I've seen
with virtually no tweaking BTW).. I see a lot of this when I'm importing
data :

DEBUG:  copy: line 2865, XLogWrite: new log file created - try to increase
WAL_FILES

Is that anything to be concerned about? Do I need to increase WAL_FILES? If
so, how?

Thanks!

-Mitch