BUG #5642: pg_upgrade does not handle shared libraries for language handlers

From: "David Platt" <davidplatt(at)davidplatt(dot)com>
To: pgsql-bugs(at)postgresql(dot)org
Subject: BUG #5642: pg_upgrade does not handle shared libraries for language handlers
Date: 2010-09-04 15:55:01
Message-ID: 201009041555.o84Ft1Ts037919@wwwmaster.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs


The following bug has been logged online:

Bug reference: 5642
Logged by: David Platt
Email address: davidplatt(at)davidplatt(dot)com
PostgreSQL version: 9.0 RC1
Operating system: CentOS 5.5
Description: pg_upgrade does not handle shared libraries for language
handlers
Details:

The following definition is my database:

CREATE FUNCTION plpgsql_call_handler() RETURNS language_handler
LANGUAGE c
AS '/opt/postgres/8.4.1/lib/plpgsql', 'plpgsql_call_handler';

The file /opt/postgres/9.rc1/lib/plpgsql.o exists but the pg_upgrade run
fails on an error loading /opt/postgres/8.4.1/lib/plpgsql.o.

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Alexander Pyhalov 2010-09-05 08:21:48 BUG #5643: ecpg program doesn't process WHENEVER NOT DATA FOUND
Previous Message Kris Jurka 2010-09-03 22:54:21 Re: BUG #5637: JDBC driver method setClob always uses getAsciiStream()