Re: [GENERAL] Best way to debug user defined type

2008-11-05 Thread Tom Lane
CG <[EMAIL PROTECTED]> 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 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

[GENERAL] Best way to debug user defined type

2008-11-05 Thread CG
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 wo