From: | "Michael Kappler" <ComputerChemist(at)aol(dot)com> |
---|---|
To: | pgsql-bugs(at)postgresql(dot)org |
Subject: | BUG #1907: problem with function return as integer[] |
Date: | 2005-09-26 02:49:11 |
Message-ID: | 20050926024911.90900F0D42@svr2.postgresql.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-bugs |
The following bug has been logged online:
Bug reference: 1907
Logged by: Michael Kappler
Email address: ComputerChemist(at)aol(dot)com
PostgreSQL version: 8.1beta1
Operating system: Red Hat Linux 9.0
Description: problem with function return as integer[]
Details:
I compiled/linked a shared object against 7.4.5. My customer installed into
PostgreSQL 8.1beta1. My functions that return as integer[] give an empty
string (1 row) instead of the correct result (e.g., {{2,7}{4,5}}. Do I need
to recompile/link against 8.1 headers/objects?
FWIW, my 7.4.5 .so works in PostgreSQL 8.0.3.
Michael
From | Date | Subject | |
---|---|---|---|
Next Message | M. Bilgehan İMAMOĞLU | 2005-09-26 07:06:51 | System.InvalidCastException : Object cannot be cast from DBNull to other types |
Previous Message | Bruce Momjian | 2005-09-25 03:09:41 | Re: BUG #1815: ECPGdebug causes crash on Windows XP |