> + myextra = (int *) malloc(sizeof(int));
Please consider not casting malloc(). See http://c-faq.com/malloc/mallocnocast.html
-- Sent via pgsql-hackers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-hackers
