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

From Tom Lane
Subject Re: Best way to debug user defined type
Date
Msg-id 2234.1225916412@sss.pgh.pa.us
Whole thread Raw
In response to Best way to debug user defined type  (CG <cgg007@yahoo.com>)
List pgsql-general
CG <cgg007@yahoo.com> writes:
> 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
thesend 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? 

COPY BINARY out and back in?

            regards, tom lane

pgsql-general by date:

Previous
From: "Andrus"
Date:
Subject: Re: Speeding up query
Next
From: Sam Mason
Date:
Subject: Re: Speeding up query