Re: 7.2 RPMs (Re: [HACKERS] PostgreSQL v7.2rc2 Released)

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: Lamar Owen <lamar(dot)owen(at)wgcr(dot)org>
Cc: <pgsql-ports(at)postgresql(dot)org>
Subject: Re: 7.2 RPMs (Re: [HACKERS] PostgreSQL v7.2rc2 Released)
Date: 2002-01-29 05:13:15
Message-ID: Pine.LNX.4.30.0201290008390.688-200000@peter.localdomain
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-announce pgsql-general pgsql-hackers pgsql-ports

Lamar Owen writes:

> Yes. I still haven't gotten a good answer as to a good development
> environment for the java build.

http://jdbc.postgresql.org/download.html might be a good place to start.

> > * You're defining PGLIB in the bash profile. PGLIB doesn't do anything.
>
> As of?

It's been unnecessary since 7.0. Beginning with 7.2 it's officially
useless.

> > Using `pidof postmaster` is wrong. There could be other postmasters
> > running just fine. Should use the lock file, or not care because the
> > postmaster or pg_ctl can handle this just fine.
>
> In this RPM incarnation there is the assumption that only one postmaster is
> running. This will change once multiple config files are easier.... :-)

But what's really wrong about it is that if the admin shuts down the
"official" postgresql service, he inadvertently kills of all users'
postmasters as well.

> > * What happened to the contrib handling patch?
> > * What is going to happen to NLS?
>
> It's going to be integrated, if I can remember to apply the patch you sent.
> I would appreciate patches against the current release as opposed to your
> personal development spec file.

Got a point there. ;-) Updated NLS patch attached. I'll see about
updating the contrib patch soon. Contrib isn't so important, but it'd be
a shame to ship without NLS.

TIA.

--
Peter Eisentraut peter_e(at)gmx(dot)net

Attachment Content-Type Size
rpm-nls.patch text/plain 1.7 KB

In response to

Responses

Browse pgsql-announce by date

  From Date Subject
Next Message Lamar Owen 2002-01-29 05:36:06 Re: 7.2 RPMs (Re: [HACKERS] PostgreSQL v7.2rc2 Released)
Previous Message Lamar Owen 2002-01-29 03:49:16 Re: 7.2 RPMs (Re: [HACKERS] PostgreSQL v7.2rc2 Released)

Browse pgsql-general by date

  From Date Subject
Next Message Jason Watkins 2002-01-29 05:28:56 Re: Moving my business to PostgreSQL
Previous Message Martijn van Oosterhout 2002-01-29 05:03:51 Re: make error

Browse pgsql-hackers by date

  From Date Subject
Next Message Hiroshi Inoue 2002-01-29 05:35:24 Re: Improving backend launch time by preloading relcache
Previous Message Tom Lane 2002-01-29 05:06:49 Re: Improving backend launch time by preloading relcache

Browse pgsql-ports by date

  From Date Subject
Next Message Lamar Owen 2002-01-29 05:36:06 Re: 7.2 RPMs (Re: [HACKERS] PostgreSQL v7.2rc2 Released)
Previous Message Lamar Owen 2002-01-29 03:49:16 Re: 7.2 RPMs (Re: [HACKERS] PostgreSQL v7.2rc2 Released)