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

From: deadhead(at)goodfellow(dot)it
To: pgsql-bugs(at)postgresql(dot)org
Subject: BUG #8869: ip4r93-1.05-3.rhel6 syntax error in ip4r.sql - LANGUAGE 'C' instead of LANGUAGE 'c'
Date: 2014-01-18 23:08:59
Message-ID: 20140118230859.26700.94135@wrigleys.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

The following bug has been logged on the website:

Bug reference: 8869
Logged by: deadhead
Email address: deadhead(at)goodfellow(dot)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

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message marko 2014-01-18 23:25:09 BUG #8870: PL/PgSQL, SELECT .. INTO and the number of result columns
Previous Message Fabien COELHO 2014-01-17 22:04:55 Re: pgbench show progress report extremely frequently if "--progress" >= 2148 caused by integer overflow