Re: v7.2 rolled last night ...

From: "Milan Roubal" <roubm9am(at)barbora(dot)ms(dot)mff(dot)cuni(dot)cz>
To: "Henshall, Stuart - WCP" <SHenshall(at)westcountrypublications(dot)co(dot)uk>, "'Marc G(dot) Fournier'" <scrappy(at)hub(dot)org>, <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: v7.2 rolled last night ...
Date: 2002-02-05 10:44:32
Message-ID: 001401c1ae32$18d4c680$551b71c3@krlis
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

my cygwin:
./configure --enable-locale --enable-recode --with-maxbackends=128 --enable-
odbc --without-tk --disable-rpath
make
make install
Postgres is in directory /usr/local/pgsql/

$ /usr/local/pgsql/bin/initdb --debug -D/var/pgsql7.23
Running with debug mode on.

initdb variables:
PGDATA=/var/pgsql7.23
datadir=/usr/local/pgsql/share
PGPATH=/usr/local/pgsql/bin
MULTIBYTE=
MULTIBYTEID=0
POSTGRES_SUPERUSERNAME=Administrator
POSTGRES_BKI=/usr/local/pgsql/share/postgres.bki
POSTGRES_DESCR=/usr/local/pgsql/share/postgres.description
POSTGRESQL_CONF_SAMPLE=/usr/local/pgsql/share/postgresql.conf.sample
PG_HBA_SAMPLE=/usr/local/pgsql/share/pg_hba.conf.sample
PG_IDENT_SAMPLE=/usr/local/pgsql/share/pg_ident.conf.sample
The files belonging to this database system will be owned by user
"Administrator
".
This user must also own the server process.

creating directory /var/pgsql7.23... ok
creating directory /var/pgsql7.23/base... ok
creating directory /var/pgsql7.23/global... ok
creating directory /var/pgsql7.23/pg_xlog... ok
creating directory /var/pgsql7.23/pg_clog... ok
creating template1 database in /var/pgsql7.23/base/1...

and then nothing hapens. Processor was 100% CPU all the night on process
postgres, but this is all.
Directory /var/pgsql7.23/base/1 exists, but nothing is inside.
Milan Roubal
roubm9am(at)barbora(dot)ms(dot)mff(dot)cuni(dot)cz

----- Original Message -----
From: "Henshall, Stuart - WCP" <SHenshall(at)westcountrypublications(dot)co(dot)uk>
To: "'Marc G. Fournier'" <scrappy(at)hub(dot)org>; <pgsql-hackers(at)postgresql(dot)org>
Sent: Tuesday, February 05, 2002 11:05 AM
Subject: Re: [HACKERS] v7.2 rolled last night ...

> > From: Marc G. Fournier [mailto:scrappy(at)hub(dot)org]
> >
> >
> >
> > ... can a few of you go take a peak and let me know if anything is
> > wrong/missing?
> >
> >
> I sent the following to pgsql-cygwin but so far had no response. I have
> succesfully used v7.2b5 so suspect something on my system has changed. I
can
> connect to 7.2 fine with PGAdmin. I'm probably just in a flap about
nothing,
> but thought I'd comment just in case.
> Cheers,
> - Stuart
>
> Hi,
> I've recently compiled postgresql 7.2 and seem to be having some
> problems with the psql. (win98 se on a P3 900, cygipc 1.11)
> $ uname -a
> CYGWIN_98-4.10 BX3551TC 1.3.9(0.51/3/2) 2002-01-21 12:48 i686 unknown
> Client:
> $ psql template1
> Segmentation fault (core dumped)
> Server:
> DEBUG: pq_recvbuf: unexpected EOF on client connection
> DEBUG: incomplete startup packet
>
> Sorry for lack of detail but I'm busy :( and was wondering if this is a
> release problem or just my system.
> - Stuart
>
> ---------------------------(end of broadcast)---------------------------
> TIP 1: subscribe and unsubscribe commands go to majordomo(at)postgresql(dot)org

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Zeugswetter Andreas SB SD 2002-02-05 10:45:57 Re: Threaded PosgreSQL server
Previous Message Henshall, Stuart - WCP 2002-02-05 10:05:42 Re: v7.2 rolled last night ...