Re: [ADMIN] User defined type in C

2004-05-10 Thread Armel HERVE
You're right... I'm confuse... I'm sorry, it's the bug which I'm looking for a while... Thanks Armel -Message d'origine- De : Tom Lane [mailto:[EMAIL PROTECTED] Envoyé : lundi 10 mai 2004 13:51 À : Armel HERVE Cc : [EMAIL PROTECTED] Objet : Re: [ADMIN] U

Re: [ADMIN] User defined type in C

2004-05-10 Thread Tom Lane
"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). Per

[ADMIN] User defined type in C

2004-05-10 Thread Armel HERVE
Hi everybody, Sorry if it's not the good forum and for my poor English. 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. When I try to insert record ino a table using this type, postgre server crashes: LOG: serv