"Lee Wu" <[EMAIL PROTECTED]> writes:
> I have some C functions (was compiled against 7.3.2, I think)
> Do I need to re-compile C functions against 7.4.3
Yes. You can hardly ever expect to move C functions across PG major
versions without at least recompiling them. (We try not to break
the sourc
Lee Wu wrote:
> I have some C functions (was compiled against 7.3.2, I think)
Recompile against 7.4.*.
---(end of broadcast)---
TIP 6: Have you searched our list archives?
http://archives.postgresql.org
Lee Wu wrote:
I have some C functions (was compiled against 7.3.2, I think)
Do I need to re-compile C functions against 7.4.3 or something else I
missed?
Yes, you need to recompile against 7.4.3
HTH,
Joe
---(end of broadcast)---
TIP 5: Have you check
Greetings,
I have some C functions (was compiled against 7.3.2, I think)
CREATE FUNCTION "mud" () RETURNS TRIGGER AS '/xxx/pgsql/lib/du.so',
'mud' LANGUAGE 'C';
It runs fine under 7.3.2, but I will get error when run the
above CREATE FUNCTION under 7.4.3.
ERROR: could not loa