"Armel HERVE" <[EMAIL PROTECTED]> writes: > I'm trying to create a new type in C for postgreSQL (7.3.4). > This type is a structure of 4 fields including a variable length field.
Variable-size values must start with an integer indicating their total size (this count must include itself, btw). Perhaps your globalSize field is intended to serve that purpose, but if so, you forgot to set it. regards, tom lane ---------------------------(end of broadcast)--------------------------- TIP 8: explain analyze is your friend