Wrong version of INIT script in postgresql-7.3.8-3PGDG.i686.rpm

From: Josh Berkus <josh(at)agliodbs(dot)com>
To: pgsql-bugs(at)postgresql(dot)org
Subject: Wrong version of INIT script in postgresql-7.3.8-3PGDG.i686.rpm
Date: 2004-11-20 01:02:52
Message-ID: 200411191702.52883.josh@agliodbs.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Folks,

Small bugaboo here, but inclined to cause panic:

Summary: PostgreSQL 7.4 Init Script included in RPM for 7.3.8 RHEL
Severity: Minor
Affects: RHEL version 7.3.8 installed via RPM via download from
ftp.postgresql.org
Description: The "postgresql" init script installed with the
postgresql-7.3.8-3PGDG.i686.rpm
includes the following lines:

# PGVERSION is:
PGVERSION=7.4

This causes PostgreSQL not to start after the upgrade. It needs to be fixed
to:

# PGVERSION is:
PGVERSION=7.3

--Josh

--
__Aglio Database Solutions_______________
Josh Berkus Consultant
josh(at)agliodbs(dot)com www.agliodbs.com
Ph: 415-752-2500 Fax: 415-752-2387
2166 Hayes Suite 200 San Francisco, CA

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Tom Lane 2004-11-20 01:16:53 Re: Wrong version of INIT script in postgresql-7.3.8-3PGDG.i686.rpm
Previous Message Richard Huxton 2004-11-19 15:52:19 Re: BUG #1326: Unique and Primary Key index over bigint type