Best way to debug user defined type

From: CG <cgg007(at)yahoo(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Best way to debug user defined type
Date: 2008-11-05 19:29:29
Message-ID: 51038.60448.qm@web37904.mail.mud.yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

I'm trying to debug a C function that is used for the binary send/receive part of a user defined type. I can debug the send part fine, but the receive part takes an input parameter of type "internal", and I can't seem to conjure up an "internal" to feed to my function to test if the output is working. Can you suggest a debugging strategy?

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Merlin Moncure 2008-11-05 19:38:16 Re: INSERT .... RETURNING
Previous Message Sam Mason 2008-11-05 19:16:54 Re: How to use index in WHERE int = float