Best way to debug user defined type - Mailing list pgsql-general

From CG
Subject Best way to debug user defined type
Date
Msg-id 51038.60448.qm@web37904.mail.mud.yahoo.com
Whole thread Raw
Responses Re: Best way to debug user defined type  (Tom Lane <tgl@sss.pgh.pa.us>)
List 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
sendpart 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? 





pgsql-general by date:

Previous
From: Sam Mason
Date:
Subject: Re: How to use index in WHERE int = float
Next
From: "Merlin Moncure"
Date:
Subject: Re: INSERT .... RETURNING