Wrong version of INIT script in postgresql-7.3.8-3PGDG.i686.rpm - Mailing list pgsql-bugs

From Josh Berkus
Subject Wrong version of INIT script in postgresql-7.3.8-3PGDG.i686.rpm
Date
Msg-id 200411191702.52883.josh@agliodbs.com
Whole thread Raw
Responses Re: Wrong version of INIT script in postgresql-7.3.8-3PGDG.i686.rpm
List 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@agliodbs.com     www.agliodbs.com
Ph: 415-752-2500    Fax: 415-752-2387
2166 Hayes Suite 200    San Francisco, CA

pgsql-bugs by date:

Previous
From: Richard Huxton
Date:
Subject: Re: BUG #1326: Unique and Primary Key index over bigint type
Next
From: Tom Lane
Date:
Subject: Re: Wrong version of INIT script in postgresql-7.3.8-3PGDG.i686.rpm