Re: [BUGS] BUG #5668: initdb failed to create postgres database

2010-09-21 Thread Magnus Hagander
On Tue, Sep 21, 2010 at 06:07, Tom Lane wrote: > "Dan Posey" writes: >> initdb did create the directory structure and and files but there is no >> postgres database. > >> Can login using psql but no postgres database. Same after creating >> connection with pgAdmin. > >> Error: column "datconfig"

Re: [BUGS] BUG #5665: VPATH catalog/schemapg.h

2010-09-21 Thread Alvaro Herrera
Excerpts from Graham Swallow's message of lun sep 20 13:50:48 -0400 2010: > Did I mention that I used ftp? Not SVN? Hmm, interesting detail, but it's not enough. Just to be sure, I grabbed a tarball from the FTP site and ran: cd /tmp tar xvfj postgresql-9.0.0.tar.bz2 mkdir obj cd obj ../postgres

Re: [BUGS] BUG #5668: initdb failed to create postgres database

2010-09-21 Thread Dan Posey
Got the pgAdminIII .12. Connects fine. Thanks. On Mon, Sep 20, 2010 at 9:07 PM, Tom Lane wrote: > "Dan Posey" writes: > > initdb did create the directory structure and and files but there is no > > postgres database. > > > Can login using psql but no postgres database. Same after creating > >

Re: [BUGS] BUG #5667: install failure

2010-09-21 Thread Robert Haas
On Mon, Sep 20, 2010 at 4:49 PM, Roedy Green wrote: > I executed  postgresql-9.0.0-1-windows_x64.exe > It died with a message: > > "An error occured executing VC++ runtime installer." > > I had similar problems with version 8.  People gave me various things to > try. None of it worked.  I gave up

[BUGS] BUG #5669: server process was terminated by exception 0xC0000005

2010-09-21 Thread Andrew Geery
The following bug has been logged online: Bug reference: 5669 Logged by: Andrew Geery Email address: andrew.ge...@gmail.com PostgreSQL version: 9.0 Operating system: Windows Vista Description:server process was terminated by exception 0xC005 Details: My PG 9.0 D

Re: [BUGS] BUG #5669: server process was terminated by exception 0xC0000005

2010-09-21 Thread Heikki Linnakangas
On 21/09/10 21:57, Andrew Geery wrote: The following bug has been logged online: Bug reference: 5669 Logged by: Andrew Geery Email address: andrew.ge...@gmail.com PostgreSQL version: 9.0 Operating system: Windows Vista Description:server process was terminated by ex

[BUGS] BUG #5670: installer crashes

2010-09-21 Thread Andrew Geery
The following bug has been logged online: Bug reference: 5670 Logged by: Andrew Geery Email address: andrew.ge...@gmail.com PostgreSQL version: 9.0 Operating system: Red Hat Enterprise Linux ES release 4 (Nahant Update 4) Description:installer crashes Details: For t

Re: [BUGS] BUG #5670: installer crashes

2010-09-21 Thread Dave Page
On Tue, Sep 21, 2010 at 8:00 PM, Andrew Geery wrote: > > The following bug has been logged online: > > Bug reference:      5670 > Logged by:          Andrew Geery > Email address:      andrew.ge...@gmail.com > PostgreSQL version: 9.0 > Operating system:   Red Hat Enterprise Linux ES release 4 (Nah

Re: [BUGS] BUG #5670: installer crashes

2010-09-21 Thread Andrew Geery
Thanks, Dave. I must have missed the restriction on the download page. Andrew On Tue, Sep 21, 2010 at 3:03 PM, Dave Page wrote: > On Tue, Sep 21, 2010 at 8:00 PM, Andrew Geery wrote: >> >> The following bug has been logged online: >> >> Bug reference:      5670 >> Logged by:          Andrew Gee

Re: [BUGS] BUG #5669: server process was terminated by exception 0xC0000005

2010-09-21 Thread Andrew Geery
I'm just doing insert statements via JDBC. Here's the table definition: CREATE TABLE collection ( id serial NOT NULL, app_uid character(36) NOT NULL DEFAULT uuid_generate_v4(), lock_rev integer NOT NULL DEFAULT 0, collection_type_code character(3) NOT NULL, asset_type_code character(3)

Re: [BUGS] BUG #5667: install failure

2010-09-21 Thread Craig Ringer
Roedy replied only to me, not to the list, so I'm reproducing his post verbatim below. Sorry about the top-post, but I want to preserve his reply intact. Roedy: please use "reply all" so others can benefit from the discussion too. Roedy notes in his mail that "I use the Take Command command in

Re: [BUGS] BUG #5669: server process was terminated by exception 0xC0000005

2010-09-21 Thread Andrew Geery
Running the server in debug mode, I see the following before the server crashes -- it looks like something goes wrong with autovac_balance_cost when trying to analyze the collection table (that was the table the inserts were being done into). Thanks Andrew 2010-09-21 16:27:40 EDTDEBUG: collectio

Re: [BUGS] BUG #5669: server process was terminated by exception 0xC0000005

2010-09-21 Thread Alvaro Herrera
Excerpts from Andrew Geery's message of mar sep 21 16:37:20 -0400 2010: > Running the server in debug mode, I see the following before the > server crashes -- it looks like something goes wrong with > autovac_balance_cost when trying to analyze the collection table (that > was the table the inserts

[BUGS] BUG #5671: ERROR: out of memory

2010-09-21 Thread Jairo Carrillo
The following bug has been logged online: Bug reference: 5671 Logged by: Jairo Carrillo Email address: carsof...@gmail.com PostgreSQL version: 8.4 Operating system: windows server 2003 r2 Description:ERROR: out of memory Details: INFO: vacuuming "public.localizaci