LOAD command not updating the recompiled object code

From: "Carmen Wai" <wai_carmen(at)hotmail(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: LOAD command not updating the recompiled object code
Date: 2002-07-09 14:06:57
Message-ID: F99Xb0zrAXBirbThA9Q00000476@hotmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hello,

I have written c program and the compiled object code has be incorportated
into the CREATE FUNCTION of PostgreSQL. After each compilation of the source
code, I use the command "LOAD /mypath/myfile.so" to reload the updated
object code but I find that the function is NOT updated, it still links to
the previous version of the object code!!

Do you have any idea on this??

Thanks!

Carmen

_________________________________________________________________
Send and receive Hotmail on your mobile device: http://mobile.msn.com

Browse pgsql-general by date

  From Date Subject
Next Message Bruce Momjian 2002-07-09 14:08:26 Re: Query Analyzing
Previous Message Tom Lane 2002-07-09 13:45:01 Re: Creating a Function with C that returns bytea