BUG #8869: ip4r93-1.05-3.rhel6 syntax error in ip4r.sql - LANGUAGE 'C' instead of LANGUAGE 'c' - Mailing list pgsql-bugs

From deadhead@goodfellow.it
Subject BUG #8869: ip4r93-1.05-3.rhel6 syntax error in ip4r.sql - LANGUAGE 'C' instead of LANGUAGE 'c'
Date
Msg-id 20140118230859.26700.94135@wrigleys.postgresql.org
Whole thread Raw
Responses Re: BUG #8869: ip4r93-1.05-3.rhel6 syntax error in ip4r.sql - LANGUAGE 'C' instead of LANGUAGE 'c'  (Bruce Momjian <bruce@momjian.us>)
Re: BUG #8869: ip4r93-1.05-3.rhel6 syntax error in ip4r.sql - LANGUAGE 'C' instead of LANGUAGE 'c'  (Devrim GÜNDÜZ <devrim@gunduz.org>)
List pgsql-bugs
The following bug has been logged on the website:

Bug reference:      8869
Logged by:          deadhead
Email address:      deadhead@goodfellow.it
PostgreSQL version: 9.3.2
Operating system:   rhel6
Description:

In the package ip4r93-1.05-3.rhel6.x86_64 there's a syntax error: the
LANGUAGE is specified in CAPITAL letter and this cause the error:

ERROR: language "C" does not exist

when executing:

$ psql -d nipap -f /usr/pgsql-9.3/share/contrib/ip4r.sql

To fix it is enough to launch:
$ sed -i -e "s/'C'/'c'/g" ip4r_.sql

regards

pgsql-bugs by date:

Previous
From: Marti Raudsepp
Date:
Subject: Re: BUG #8891: Duplicate Primary Key
Next
From: herbert.grohmann@vallourec.com
Date:
Subject: BUG #8893: Precompiler ECPG doesn't check Var-List in Select corrrect.