>      elog(NOTICE,"ALT_TO_KOI8");
>   unsigned char *src  = PG_GETARG_CSTRING(*2*);
>   unsigned char *dest = PG_GETARG_CSTRING(*3*);
>   int        len = PG_GETARG_INT32(*4*);

I don't think this is even valid C code?  Confused.

> Is anyone can tell me what I'm doing wrong?

select pg_backend_pid();
gdb -p $PID

...Robert

-- 
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers

Reply via email to